blob: cdd73ac21cdf9e5aee92836150a5e00903ff2fe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
package: "com.android.internal.telephony.flags"
container: "system"
# OWNER=linggm TARGET=25Q2
flag {
name: "auto_data_switch_enhanced"
namespace: "telephony"
description: "Ramp up RAT signal strength based auto data switch"
bug: "287132491"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=sarahchin TARGET=24Q3
flag {
name: "slicing_additional_error_codes"
is_exported: true
namespace: "telephony"
description: "Support additional slicing error codes and functionality."
bug: "307378699"
}
# OWNER=sangyun TARGET=24Q3
flag {
name: "network_validation"
is_exported: true
namespace: "telephony"
description: "Request network validation for data networks and response status."
bug:"286171724"
}
# OWNER=jackyu TARGET=24Q4
flag {
name: "dds_callback"
namespace: "telephony"
description: "Adding new callback when DDS changed"
bug:"353723350"
}
# OWNER=jackyu TARGET=25Q2
flag {
name: "oem_paid_private"
namespace: "telephony"
description: "Support OEM_PAID and OEM_PRIVATE networks"
bug: "366194627"
is_exported: true
}
# OWNER=gwenlin TARGET=25Q2
flag {
name: "incall_handover_policy"
namespace: "telephony"
description: "Support IWLAN handover policy based on incall."
bug:"376765521"
metadata {
purpose: PURPOSE_BUGFIX
}
}
# OWNER=nagendranb TARGET=25Q2
flag {
name: "data_service_check"
namespace: "telephony"
description: "Support data service check based on nri available services."
bug:"381338283"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|