• Home
  • Raw
  • Download

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()
331 options.rename_overlay_target_package = std::string("com.android"); in TEST_F()
334 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
336 <overlay android:targetName="Customization" android:targetPackage="android" /> in TEST_F()
351 EXPECT_THAT(attr->value, StrEq("com.android")); in TEST_F()
361 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
390 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
392 android:versionCode="0x00000001" in TEST_F()
393 android:versionCodeMajor="0x00000002" in TEST_F()
394 android:versionName="Alpha" />)EOF", in TEST_F()
423 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
425 android:versionCode="0x00000001" in TEST_F()
426 android:versionCodeMajor="0x00000002" in TEST_F()
427 android:versionName="Alpha" />)EOF", in TEST_F()
453 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
455 android:versionCode="0x00000001" />)EOF", in TEST_F()
472 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
474 android:versionCode="0x00000001" in TEST_F()
475 android:revisionCode="0x00000002" />)EOF", in TEST_F()
493 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
495 android:versionCode="0x00000001" in TEST_F()
496 android:revisionCode="0x00000002" />)EOF", in TEST_F()
515 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
517 android:versionCode="0x00000001" in TEST_F()
518 android:versionCodeMajor="0x00000002" in TEST_F()
519 android:versionName="Alpha" />)EOF", in TEST_F()
546 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
548 android:versionCode="0x00000001" in TEST_F()
549 android:versionCodeMajor="0x00000002" in TEST_F()
550 android:versionName="Alpha" />)EOF", in TEST_F()
577 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
579 android:versionCode="0x00000001" in TEST_F()
580 android:versionCodeMajor="0x00000002" in TEST_F()
581 android:versionName="Alpha" />)EOF", in TEST_F()
607 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
609 android:versionCode="0x00000001" in TEST_F()
610 android:versionCodeMajor="0x00000002" in TEST_F()
611 android:versionName="Alpha" />)EOF", in TEST_F()
656 <uses-feature android:name="feature" /> in TEST_F()
657 <uses-feature android:glEsVersion="1" /> in TEST_F()
660 <uses-feature android:name="feature_in_group" /> in TEST_F()
661 <uses-feature android:glEsVersion="2" /> in TEST_F()
667 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
669 <uses-feature android:name="feature" android:glEsVersion="1" /> in TEST_F()
674 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
681 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
684 <uses-feature android:name="feature" android:glEsVersion="1" /> in TEST_F()
690 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
704 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
711 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
713 <application android:debuggable="false"> in TEST_F()
718 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
720 <application android:debuggable="true"> in TEST_F()
762 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
765 <profileable android:shell="true"/> in TEST_F()
770 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
781 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
790 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
799 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
802 <key-set android:name="old-set"> in TEST_F()
803 <public-key android:name="old-key" android:value="some+old+key" /> in TEST_F()
805 <key-set android:name="new-set"> in TEST_F()
806 <public-key android:name="new-key" android:value="some+new+key" /> in TEST_F()
808 <upgrade-key-set android:name="old-set" /> in TEST_F()
809 <upgrade-key-set android:name="new-set" /> in TEST_F()
827 EXPECT_EQ(manifest->root->namespace_decls[0].prefix, "android"); in TEST_F()
849 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android" in TEST_F()
879 xmlns:android="http://schemas.android.com/apk/prv/res/android" in TEST_F()
880 android:private_attr="foo" />)"; in TEST_F()
888 // Make sure that we don't redefine "android". in TEST_F()
890 EXPECT_EQ(manifest->root->namespace_decls[0].prefix, "android"); in TEST_F()
922 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
925 <uses-library android:name="" />
931 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
940 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
943 <uses-library android:name="blahhh" />
951 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
954 <property android:name="" />
962 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
965 <property android:name="" android:value="" android:resource="" />
971 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
974 <property android:name="" android:resource="" />
980 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
983 <property android:name="" android:value="" />
991 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
994 <activity android:name=".MyActivity">
995 <property android:name="" android:value="" android:resource="" />
1002 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1005 <activity android:name=".MyActivity">
1006 <property android:name="" android:value="" />
1013 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1016 <activity android:name=".MyActivity">
1017 <property android:name="" android:resource="" />