• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.providers.contacts.flags"
2container: "system"
3
4flag {
5    name: "cp2_account_move_flag"
6    namespace: "contacts"
7    description: "Methods for bulk move of contacts between accounts"
8    bug: "330324156"
9}
10flag {
11    name: "cp2_account_move_sync_stub_flag"
12    namespace: "contacts"
13    description: "Methods for writing sync stubs during bulk move of contacts between accounts"
14    bug: "330324156"
15}
16flag {
17    name: "enable_new_default_account_rule_flag"
18    namespace: "contacts"
19    description: "Enable new default account for contacts"
20    bug: "337979000"
21}
22flag {
23    name: "cp2_sync_search_index_flag"
24    namespace: "contacts"
25    description: "Refactor to update search index during account removal and contact aggregation"
26    bug: "363260703"
27}
28flag {
29    name: "disable_move_to_ineligible_default_account_flag"
30    namespace: "contacts"
31    description: "Disable move api to ineligible cloud default accounts"
32    bug: "372270980"
33}
34flag {
35    name: "cp2_account_move_delete_non_common_data_rows_flag"
36    namespace: "contacts"
37    description: "Delete data rows not included in CommonDataKinds when moving between account types"
38    bug: "330324156"
39}
40flag {
41    name: "disable_cp2_account_move_flag"
42    namespace: "contacts"
43    description: "Disable bulk move of contacts between accounts"
44    bug: "382359013"
45}
46flag {
47   name: "log_contact_save_invalid_account_error"
48   namespace: "contacts"
49   description: "Log the error of saving contacts to invalid account"
50   bug: "399412962"
51   metadata {
52       purpose: PURPOSE_BUGFIX
53   }
54}
55flag {
56   name: "log_call_method"
57   namespace: "contacts"
58   description: "Log the call method"
59   bug: "400528898"
60   metadata {
61       purpose: PURPOSE_BUGFIX
62   }
63}
64