Searched refs:config_neuter (Results 1 – 1 of 1) sorted by relevance
335 auto config_neuter = test::ParseConfigOrDie("en-rXA-neuter"); in TEST() local336 config_neuter.sdkVersion = android::ResTable_config::SDKVERSION_ANY; in TEST()338 test::GetValueForConfig<String>(table.get(), "android:string/foo", config_neuter); in TEST()386 auto config_neuter = test::ParseConfigOrDie("en-rXA-neuter"); in TEST() local387 config_neuter.sdkVersion = android::ResTable_config::SDKVERSION_ANY; in TEST()389 test::GetValueForConfig<Plural>(table.get(), "com.pkg:plurals/foo", config_neuter); in TEST()440 auto config_neuter = test::ParseConfigOrDie("en-rXA-neuter"); in TEST() local441 config_neuter.sdkVersion = android::ResTable_config::SDKVERSION_ANY; in TEST()443 test::GetValueForConfig<StyledString>(table.get(), "android:string/foo", config_neuter); in TEST()476 auto config_neuter = test::ParseConfigOrDie("en-rXA-neuter"); in TEST() local[all …]