1package: "android.cts.flags.tests" 2container: "system" 3flag { 4 name: "readwrite_disabled_flag" 5 namespace: "cts" 6 description: "testing flag that is always disabled" 7 bug: "<none>" 8} 9 10flag { 11 name: "readwrite_disabled_flag_2" 12 namespace: "cts" 13 description: "another testing flag that is always disabled" 14 bug: "<none>" 15} 16 17flag { 18 name: "readwrite_enabled_flag" 19 namespace: "cts" 20 description: "testing flag that is always enabled" 21 bug: "<none>" 22} 23