/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/mainline/ |
D | ModuleDetector.java | 50 public static boolean moduleIsPlayManaged(PackageManager pm, MainlineModule module) in moduleIsPlayManaged() argument 52 return getPlayManagedModules(pm).contains(module); in moduleIsPlayManaged() 70 for (MainlineModule module : EnumSet.allOf(MainlineModule.class)) { in getPlayManagedModules() 71 if (module.isPlayUpdated && packages.contains(module.packageName) in getPlayManagedModules() 72 && module.certSHA256.equals(getSignatureDigest(pm, module))) { in getPlayManagedModules() 73 playManagedModules.add(module); in getPlayManagedModules() 79 private static String getSignatureDigest(PackageManager pm, MainlineModule module) in getSignatureDigest() argument 82 if (module.moduleType == ModuleType.APEX) { in getSignatureDigest() 86 PackageInfo packageInfo = pm.getPackageInfo(module.packageName, flag); in getSignatureDigest() 105 Log.d(LOG_TAG, "Module: " + module.packageName + " has signature: " + ret); in getSignatureDigest()
|
/cts/tests/tests/appenumeration/app/source/ |
D | Android.bp | 30 // Tag this module as a cts test artifact 41 // Tag this module as a cts test artifact 52 // Tag this module as a cts test artifact 63 // Tag this module as a cts test artifact 74 // Tag this module as a cts test artifact 85 // Tag this module as a cts test artifact 96 // Tag this module as a cts test artifact 107 // Tag this module as a cts test artifact 118 // Tag this module as a cts test artifact 129 // Tag this module as a cts test artifact [all …]
|
/cts/tests/tests/media/src/android/media/cts/ |
D | TestUtils.java | 81 static void assumeMainlineModuleAtLeast(String module, long minVersion) { in assumeMainlineModuleAtLeast() argument 83 long actualVersion = getModuleVersion(module); in assumeMainlineModuleAtLeast() 84 assumeTrue("Assume module " + module + " version " + actualVersion + " < minVersion" in assumeMainlineModuleAtLeast() 105 static boolean skipTestIfMainlineLessThan(String module, long minVersion) { in skipTestIfMainlineLessThan() argument 107 long actualVersion = getModuleVersion(module); in skipTestIfMainlineLessThan() 109 Log.i(TAG, "Skipping test because Module " + module + " minVersion " + minVersion in skipTestIfMainlineLessThan() 123 private static long getModuleVersion(String module) in getModuleVersion() argument 127 info = context.getPackageManager().getPackageInfo(module, in getModuleVersion()
|
/cts/tests/tests/appenumeration/app/target/ |
D | Android.bp | 24 // Tag this module as a cts test artifact 37 // Tag this module as a cts test artifact 50 // Tag this module as a cts test artifact 63 // Tag this module as a cts test artifact 76 // Tag this module as a cts test artifact 89 // Tag this module as a cts test artifact 102 // Tag this module as a cts test artifact 115 // Tag this module as a cts test artifact 128 // Tag this module as a cts test artifact 141 // Tag this module as a cts test artifact [all …]
|
/cts/apps/CameraITS/build/ |
D | envsetup.sh | 43 IFS=' ' read module submodule <<< "$N" 44 python -c "from $module import $submodule" >/dev/null 2>&1 || \ 45 echo ">> Require Python $module module $submodule submodule" >&2
|
/cts/tests/tests/content/emptytestapp/ |
D | Android.bp | 23 // tag this module as a cts test artifact 36 // tag this module as a cts test artifact 49 // tag this module as a cts test artifact 62 // tag this module as a cts test artifact 74 // tag this module as a cts test artifact 86 // tag this module as a cts test artifact
|
/cts/tests/tests/shortcutmanager/ |
D | Android.bp | 44 // tag this module as a cts test artifact 64 // tag this module as a cts test artifact 84 // tag this module as a cts test artifact 103 // tag this module as a cts test artifact 122 // tag this module as a cts test artifact 143 // tag this module as a cts test artifact 164 // tag this module as a cts test artifact 184 // tag this module as a cts test artifact 202 // Tag this module as a cts test artifact
|
/cts/hostsidetests/packagemanager/dynamicmime/app/ |
D | Android.bp | 24 // Tag this module as a cts test artifact 38 // Tag this module as a cts test artifact 52 // Tag this module as a cts test artifact 66 // Tag this module as a cts test artifact 80 // Tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/ReadSettingsFieldsApp/ |
D | Android.bp | 32 // tag this module as a cts test artifact 53 // tag this module as a cts test artifact 74 // tag this module as a cts test artifact 95 // tag this module as a cts test artifact 116 // tag this module as a cts test artifact
|
/cts/tests/tests/content/HelloWorldApp/ |
D | Android.bp | 43 // tag this module as a cts test artifact 57 // tag this module as a cts test artifact 71 // tag this module as a cts test artifact 106 // tag this module as a cts test artifact 121 // tag this module as a cts test artifact
|
/cts/hostsidetests/appcompat/compatchanges/preInstallOverrideApps/ |
D | Android.bp | 33 // Tag this module as a cts test artifact 47 // Tag this module as a cts test artifact 61 // Tag this module as a cts test artifact 75 // Tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/DeviceAdminService/ |
D | Android.bp | 30 // tag this module as a cts test artifact 50 // tag this module as a cts test artifact 70 // tag this module as a cts test artifact 90 // tag this module as a cts test artifact 110 // tag this module as a cts test artifact
|
/cts/tests/tests/appwidget/packages/widgetprovider/ |
D | Android.bp | 25 // tag this module as a cts test artifact 38 // tag this module as a cts test artifact 51 // tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/ |
D | Android.bp | 26 // tag this module as a cts test artifact 45 // tag this module as a cts test artifact 64 // tag this module as a cts test artifact 83 // tag this module as a cts test artifact 102 // tag this module as a cts test artifact 121 // tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/ |
D | Android.bp | 29 // tag this module as a cts test artifact 46 // tag this module as a cts test artifact 63 // tag this module as a cts test artifact 81 // tag this module as a cts test artifact
|
/cts/tests/netsecpolicy/ |
D | Android.bp | 22 // Tag this module as a cts test artifact 35 // Tag this module as a cts test artifact 48 // Tag this module as a cts test artifact
|
/cts/apps/MainlineModuleDetector/src/com/android/cts/mainlinemoduledetector/ |
D | MainlineModuleDetector.java | 40 for (MainlineModule module : modules) { in onCreate() 41 moduleNames.add(module.packageName); in onCreate()
|
/cts/tests/tests/sharesheet/packages/ |
D | Android.bp | 23 // tag this module as a cts test artifact 39 // tag this module as a cts test artifact 55 // tag this module as a cts test artifact
|
/cts/tests/tests/appwidget/packages/launchermanifest/ |
D | Android.bp | 25 // tag this module as a cts test artifact 41 // tag this module as a cts test artifact 56 // tag this module as a cts test artifact
|
/cts/hostsidetests/blobstore/ |
D | Android.bp | 32 // Tag this module as a cts test artifact 52 // Tag this module as a cts test artifact 76 // Tag this module as a cts test artifact 100 // Tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/HasLauncherActivityApp/ |
D | Android.bp | 30 // tag this module as a cts test artifact 50 // tag this module as a cts test artifact 71 // tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/ |
D | Android.bp | 29 // tag this module as a cts test artifact 46 // tag this module as a cts test artifact 64 // tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/ |
D | Android.bp | 22 // Tag this module as a cts test artifact 43 // Tag this module as a cts test artifact 64 // Tag this module as a cts test artifact
|
/cts/tests/app/app/ |
D | Android.bp | 44 // Tag this module as a cts test artifact 77 // Tag this module as a cts test artifact 112 // Tag this module as a cts test artifact 147 // Tag this module as a cts test artifact 182 // Tag this module as a cts test artifact
|
/cts/tests/backup/app/ |
D | Android.bp | 49 // Tag this module as a cts test artifact 73 // Tag this module as a cts test artifact 102 // Tag this module as a cts test artifact
|