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()
359 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
361 <overlay android:targetName="Customization" android:targetPackage="android" /> in TEST_F()
382 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
384 <overlay android:targetName="Customization" in TEST_F()
385 android:targetPackage="android" in TEST_F()
386 android:category="yrogetac"/> in TEST_F()
409 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
438 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
440 android:versionCode="0x00000001" in TEST_F()
441 android:versionCodeMajor="0x00000002" in TEST_F()
442 android:versionName="Alpha" />)EOF", in TEST_F()
471 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
473 android:versionCode="0x00000001" in TEST_F()
474 android:versionCodeMajor="0x00000002" in TEST_F()
475 android:versionName="Alpha" />)EOF", in TEST_F()
501 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
503 android:versionCode="0x00000001" />)EOF", in TEST_F()
520 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
522 android:versionCode="0x00000001" in TEST_F()
523 android:revisionCode="0x00000002" />)EOF", in TEST_F()
541 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
543 android:versionCode="0x00000001" in TEST_F()
544 android:revisionCode="0x00000002" />)EOF", in TEST_F()
563 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
565 android:versionCode="0x00000001" in TEST_F()
566 android:versionCodeMajor="0x00000002" in TEST_F()
567 android:versionName="Alpha" />)EOF", in TEST_F()
594 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
596 android:versionCode="0x00000001" in TEST_F()
597 android:versionCodeMajor="0x00000002" in TEST_F()
598 android:versionName="Alpha" />)EOF", in TEST_F()
625 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
627 android:versionCode="0x00000001" in TEST_F()
628 android:versionCodeMajor="0x00000002" in TEST_F()
629 android:versionName="Alpha" />)EOF", in TEST_F()
655 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
657 android:versionCode="0x00000001" in TEST_F()
658 android:versionCodeMajor="0x00000002" in TEST_F()
659 android:versionName="Alpha" />)EOF", in TEST_F()
704 <uses-feature android:name="feature" /> in TEST_F()
705 <uses-feature android:glEsVersion="1" /> in TEST_F()
708 <uses-feature android:name="feature_in_group" /> in TEST_F()
709 <uses-feature android:glEsVersion="2" /> in TEST_F()
715 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
717 <uses-feature android:name="feature" android:glEsVersion="1" /> in TEST_F()
722 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
729 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
732 <uses-feature android:name="feature" android:glEsVersion="1" /> in TEST_F()
738 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
752 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
759 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
761 <application android:debuggable="false"> in TEST_F()
766 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
768 <application android:debuggable="true"> in TEST_F()
810 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
813 <profileable android:shell="true"/> in TEST_F()
818 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
829 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
838 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
847 <manifest xmlns:android="http://schemas.android.com/apk/res/android" in TEST_F()
850 <key-set android:name="old-set"> in TEST_F()
851 <public-key android:name="old-key" android:value="some+old+key" /> in TEST_F()
853 <key-set android:name="new-set"> in TEST_F()
854 <public-key android:name="new-key" android:value="some+new+key" /> in TEST_F()
856 <upgrade-key-set android:name="old-set" /> in TEST_F()
857 <upgrade-key-set android:name="new-set" /> in TEST_F()
875 EXPECT_EQ(manifest->root->namespace_decls[0].prefix, "android"); in TEST_F()
908 EXPECT_EQ(manifest->root->namespace_decls[0].prefix, "android"); in TEST_F()
926 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android" in TEST_F()
956 xmlns:android="http://schemas.android.com/apk/prv/res/android" in TEST_F()
957 android:private_attr="foo" />)"; in TEST_F()
965 // Make sure that we don't redefine "android". in TEST_F()
967 EXPECT_EQ(manifest->root->namespace_decls[0].prefix, "android"); in TEST_F()
999 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1024 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1027 <fingerprint-prefix android:value="foo" />
1056 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1059 <uses-library android:name="" />
1065 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1074 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1077 <uses-library android:name="blahhh" />
1085 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1088 <property android:name="" />
1096 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1099 <property android:name="" android:value="" android:resource="" />
1105 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1108 <property android:name="" android:resource="" />
1114 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1117 <property android:name="" android:value="" />
1125 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1128 <activity android:name=".MyActivity">
1129 <property android:name="" android:value="" android:resource="" />
1136 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1139 <activity android:name=".MyActivity">
1140 <property android:name="" android:value="" />
1147 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1150 <activity android:name=".MyActivity">
1151 <property android:name="" android:resource="" />
1160 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1163 <activity android:name=".MainActivity">
1165 <action android:name="" />
1173 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1176 <activity android:name=".MainActivity">
1186 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1189 <activity android:name=".MainActivity">
1191 <action android:name="android.intent.action.MAIN" />
1201 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1204 <activity android:name=".MainActivity">
1206 <category android:name="" />
1214 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1217 <activity android:name=".MainActivity">
1227 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1230 <activity android:name=".MainActivity">
1232 <category android:name="android.intent.category.LAUNCHER" />
1243 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1246 <activity android:name=".MainActivity">
1257 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1260 <activity android:name=".MainActivity">
1262 <category android:name="android.intent.category.DEFAULT" />
1263 <category android:name="android.intent.category.BROWSABLE" />
1264 <data android:scheme="http"
1265 android:host="www.example.com"
1266 android:pathPrefix="pathPattern" />
1275 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1278 <activity android:name=".MainActivity">
1280 <action android:name="android.intent.action.VIEW" />
1281 <category android:name="android.intent.category.BROWSABLE" />
1282 <data android:scheme="http"
1283 android:host="www.example.com"
1284 android:pathPrefix="pathPattern" />
1293 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1296 <activity android:name=".MainActivity">
1298 <action android:name="android.intent.action.VIEW" />
1299 <category android:name="android.intent.category.DEFAULT" />
1300 <data android:scheme="http"
1301 android:host="www.example.com"
1302 android:pathPrefix="pathPattern" />
1311 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1314 <activity android:name=".MainActivity">
1316 <action android:name="android.intent.action.VIEW" />
1317 <category android:name="android.intent.category.DEFAULT" />
1318 <category android:name="android.intent.category.BROWSABLE" />
1319 <data android:host="www.example.com"
1320 android:pathPrefix="pathPattern" />
1329 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1332 <activity android:name=".MainActivity">
1334 <action android:name="android.intent.action.MAIN" />
1335 <category android:name="android.intent.category.DEFAULT" />
1336 <category android:name="android.intent.category.BROWSABLE" />
1337 <data android:scheme="http"
1338 android:host="www.example.com"
1339 android:pathPrefix="pathPattern" />
1348 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1351 <activity android:name=".MainActivity">
1353 <action android:name="android.intent.action.VIEW" />
1354 <category android:name="android.intent.category.DEFAULT" />
1355 <category android:name="android.intent.category.BROWSABLE" />
1356 <data android:scheme="http"
1357 android:host="www.example.com"
1358 android:path="path" />
1367 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1370 <activity android:name=".MainActivity">
1372 <action android:name="android.intent.action.VIEW" />
1373 <category android:name="android.intent.category.DEFAULT" />
1374 <category android:name="android.intent.category.BROWSABLE" />
1375 <data android:scheme="http"
1376 android:host="www.example.com"
1377 android:path="/path" />
1386 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1389 <activity android:name=".MainActivity">
1391 <action android:name="android.intent.action.VIEW" />
1392 <category android:name="android.intent.category.DEFAULT" />
1393 <category android:name="android.intent.category.BROWSABLE" />
1394 <data android:scheme="http"
1395 android:host="www.example.com"
1396 android:pathPrefix="pathPrefix" />
1405 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1408 <activity android:name=".MainActivity">
1410 <action android:name="android.intent.action.VIEW" />
1411 <category android:name="android.intent.category.DEFAULT" />
1412 <category android:name="android.intent.category.BROWSABLE" />
1413 <data android:scheme="http"
1414 android:host="www.example.com"
1415 android:pathPrefix="/pathPrefix" />
1424 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1427 <activity android:name=".MainActivity">
1429 <action android:name="android.intent.action.VIEW" />
1430 <category android:name="android.intent.category.DEFAULT" />
1431 <category android:name="android.intent.category.BROWSABLE" />
1432 <data android:scheme="http"
1433 android:host="www.example.com"
1434 android:pathPattern="pathPattern" />
1443 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1446 <activity android:name=".MainActivity">
1448 <action android:name="android.intent.action.VIEW" />
1449 <category android:name="android.intent.category.DEFAULT" />
1450 <category android:name="android.intent.category.BROWSABLE" />
1451 <data android:scheme="http"
1452 android:host="www.example.com"
1453 android:pathPattern="/pathPattern" />
1462 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1465 <activity android:name=".MainActivity">
1467 <action android:name="android.intent.action.VIEW" />
1468 <category android:name="android.intent.category.DEFAULT" />
1469 <category android:name="android.intent.category.BROWSABLE" />
1470 <data android:scheme="http"
1471 android:host="www.example.com"
1472 android:pathPattern=".*\\.pathPattern" />
1481 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1484 <activity android:name=".MainActivity">
1486 <action android:name="android.intent.action.VIEW" />
1487 <category android:name="android.intent.category.DEFAULT" />
1488 <category android:name="android.intent.category.BROWSABLE" />
1489 <data android:scheme="http"
1490 android:host="www.example.com"
1491 android:pathPattern="*" />
1500 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
1503 <activity android:name=".MainActivity">
1505 <action android:name="android.intent.action.VIEW" />
1506 <category android:name="android.intent.category.DEFAULT" />
1507 <category android:name="android.intent.category.BROWSABLE" />
1508 <data android:scheme="http"
1509 android:host="www.example.com"
1510 android:path="@string/startup_uri" />