Lines Matching refs:android

21 using ::android::StringPiece;
45 .SetTypeMask(android::ResTable_map::TYPE_STRING) in SetUp()
50 .SetTypeMask(android::ResTable_map::TYPE_STRING | in SetUp()
51 android::ResTable_map::TYPE_INTEGER) in SetUp()
56 .SetTypeMask(android::ResTable_map::TYPE_STRING | in SetUp()
57 android::ResTable_map::TYPE_INTEGER) in SetUp()
103 <activity android:name=".Hi"><meta-data /></activity> in TEST_F()
104 <activity-alias android:name=".Ho"><meta-data /></activity-alias> in TEST_F()
105 <receiver android:name=".OffTo"><meta-data /></receiver> in TEST_F()
106 <provider android:name=".Work"><meta-data /></provider> in TEST_F()
107 <service android:name=".We"><meta-data /></service> in TEST_F()
109 <instrumentation android:name=".Go"><meta-data /></instrumentation> in TEST_F()
120 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
122 <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="21" /> in TEST_F()
142 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
144 <uses-sdk android:targetSdkVersion="21" /> in TEST_F()
161 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
180 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
202 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
204 <application android:name=".MainApplication" /> in TEST_F()
245 options.rename_manifest_package = std::string("com.android"); in TEST_F()
248 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
250 <uses-split android:name="feature_a" /> in TEST_F()
251 <application android:name=".MainApplication" text="hello"> in TEST_F()
252 <activity android:name=".activity.Start" /> in TEST_F()
253 <receiver android:name="com.google.android.Receiver" /> in TEST_F()
266 EXPECT_THAT(attr->value, StrEq("com.android")); in TEST_F()
280 EXPECT_THAT(attr->value, StrEq("android.MainApplication")); in TEST_F()
292 EXPECT_THAT(attr->value, StrEq("android.activity.Start")); in TEST_F()
299 EXPECT_THAT(attr->value, StrEq("com.google.android.Receiver")); in TEST_F()
305 options.rename_instrumentation_target_package = std::string("com.android"); in TEST_F()
308 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
310 <instrumentation android:name=".TestRunner" android:targetPackage="android" /> in TEST_F()
325 EXPECT_THAT(attr->value, StrEq("com.android")); in TEST_F()
335 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
364 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
366 android:versionCode="0x00000001" in TEST_F()
367 android:versionCodeMajor="0x00000002" in TEST_F()
368 android:versionName="Alpha" />)EOF", in TEST_F()
397 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
399 android:versionCode="0x00000001" in TEST_F()
400 android:versionCodeMajor="0x00000002" in TEST_F()
401 android:versionName="Alpha" />)EOF", in TEST_F()
429 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
431 android:versionCode="0x00000001" in TEST_F()
432 android:versionCodeMajor="0x00000002" in TEST_F()
433 android:versionName="Alpha" />)EOF", in TEST_F()
460 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
462 android:versionCode="0x00000001" in TEST_F()
463 android:versionCodeMajor="0x00000002" in TEST_F()
464 android:versionName="Alpha" />)EOF", in TEST_F()
491 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
493 android:versionCode="0x00000001" in TEST_F()
494 android:versionCodeMajor="0x00000002" in TEST_F()
495 android:versionName="Alpha" />)EOF", in TEST_F()
521 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
523 android:versionCode="0x00000001" in TEST_F()
524 android:versionCodeMajor="0x00000002" in TEST_F()
525 android:versionName="Alpha" />)EOF", in TEST_F()
570 <uses-feature android:name="feature" />
571 <uses-feature android:glEsVersion="1" />
574 <uses-feature android:name="feature_in_group" />
575 <uses-feature android:glEsVersion="2" />
581 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
583 <uses-feature android:name="feature" android:glEsVersion="1" />
588 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
595 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
598 <uses-feature android:name="feature" android:glEsVersion="1" />
604 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
618 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
625 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
627 <application android:debuggable="false">
632 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
634 <application android:debuggable="true">
676 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
679 <profileable android:shell="true"/>
684 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
695 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
704 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
713 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
716 <key-set android:name="old-set">
717 <public-key android:name="old-key" android:value="some+old+key" />
719 <key-set android:name="new-set">
720 <public-key android:name="new-key" android:value="some+new+key" />
722 <upgrade-key-set android:name="old-set" />
723 <upgrade-key-set android:name="new-set" />
731 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android" />)";
758 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android"
787 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
810 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
813 <uses-library android:name="" />
819 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
828 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
831 <uses-library android:name="blahhh" />