Home
last modified time | relevance | path

Searched refs:androidManifestJson (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DOrientation-test.ts22 let androidManifestJson; variable
24 androidManifestJson = await getFixtureManifestAsync();
25 androidManifestJson = await setAndroidOrientation(
27 androidManifestJson
30 const mainActivity = getMainActivity(androidManifestJson);
36 androidManifestJson = await getFixtureManifestAsync();
38 androidManifestJson = await setAndroidOrientation(
40 androidManifestJson
49 androidManifestJson = await getFixtureManifestAsync();
50 androidManifestJson = await setAndroidOrientation(
[all …]
H A DIntentFilters-test.ts18 let androidManifestJson = await getFixtureManifestAsync(); variable
19 androidManifestJson = setAndroidIntentFilters(
44 androidManifestJson
50 androidManifestJson = setAndroidIntentFilters(
54 androidManifestJson
61 let androidManifestJson = await getFixtureManifestAsync(); variable
62 androidManifestJson = setAndroidIntentFilters(
77 androidManifestJson
80 androidManifestJson = setAndroidIntentFilters(
95 androidManifestJson
[all …]
H A DAllowBackup-test.ts20 let androidManifestJson = await getFixtureManifestAsync(); variable
21 androidManifestJson = await setAllowBackup({}, { ...androidManifestJson });
23 const result = getAllowBackupFromManifest(androidManifestJson);
32 let androidManifestJson = await getFixtureManifestAsync(); variable
33 androidManifestJson = await setAllowBackup(
35 androidManifestJson
38 const result = getAllowBackupFromManifest(androidManifestJson);
40 expect(androidManifestJsonUnaltered).toEqual(androidManifestJson);
H A DScheme-test.ts49 let androidManifestJson = await getFixtureManifestAsync(); variable
50 androidManifestJson = await setScheme({}, androidManifestJson);
52 expect(androidManifestJson).toEqual(androidManifestJson);
56 let androidManifestJson = await getFixtureManifestAsync(); variable
57 androidManifestJson = await setScheme(
67 androidManifestJson
70 const mainActivity = getMainActivity(androidManifestJson);
H A DUpdates-test.ts41 let androidManifestJson = await getFixtureManifestAsync(); variable
62 androidManifestJson = await Updates.setUpdatesConfigAsync(
65 androidManifestJson,
68 const mainApplication = getMainApplication(androidManifestJson)!;
205 let androidManifestJson = await getFixtureManifestAsync(); variable
215 androidManifestJson = await Updates.setUpdatesConfigAsync(
218 androidManifestJson,
221 const mainApplication = getMainApplication(androidManifestJson);
H A DPermissions-test.ts234 let androidManifestJson = await getFixtureManifestAsync(); variable
235 androidManifestJson = await setAndroidPermissions(
237 androidManifestJson
240 const manifestPermissionsJSON = androidManifestJson.manifest['uses-permission'];
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-branch/__tests__/
H A DwithAndroidBranch-test.ts26 let androidManifestJson = await getFixtureManifestAsync(); variable
27 androidManifestJson = await setBranchApiKey(
29 androidManifestJson
31 let mainApplication = getMainApplication(androidManifestJson);
37 androidManifestJson = await setBranchApiKey(
39 androidManifestJson
41 mainApplication = getMainApplication(androidManifestJson);
/expo/packages/expo-branch/plugin/src/__tests__/
H A DwithBranchAndroid-test.ts26 let androidManifestJson = await readAndroidManifestAsync(sampleManifestPath); variable
27 androidManifestJson = await setBranchApiKey(
29 androidManifestJson
31 let mainApplication = getMainApplication(androidManifestJson);
37 androidManifestJson = await setBranchApiKey(
39 androidManifestJson
41 mainApplication = getMainApplication(androidManifestJson);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts125 let androidManifestJson = await getFixtureManifestAsync(); variable
127 androidManifestJson = setNotificationConfig(notificationConfig, androidManifestJson);
129 androidManifestJson = setNotificationConfig(notificationConfig, androidManifestJson);
131 const mainApplication = getMainApplication(androidManifestJson);
147 let androidManifestJson = await getFixtureManifestAsync(); variable
149 androidManifestJson = setNotificationConfig(notificationConfig, androidManifestJson);
151 androidManifestJson = setNotificationConfig({} as ExpoConfig, androidManifestJson);
153 const mainApplication = getMainApplication(androidManifestJson);
/expo/packages/expo-media-library/plugin/src/__tests__/
H A DwithMediaLibrary-test.ts11 let androidManifestJson = variable
13 androidManifestJson = modifyAndroidManifest(androidManifestJson);
15 const mainApplication = AndroidConfig.Manifest.getMainApplicationOrThrow(androidManifestJson);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-ads-admob/__tests__/
H A DwithAndroidAdMob-test.ts34 let androidManifestJson = await getFixtureManifestAsync(); variable
35 androidManifestJson = await setAdMobConfig(
41 androidManifestJson
44 const mainApplication = getMainApplicationOrThrow(androidManifestJson);