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}