/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 | 26 // Tag this module as a cts test artifact 38 // Tag this module as a cts test artifact 50 // 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 98 // Tag this module as a cts test artifact 110 // Tag this module as a cts test artifact 122 // Tag this module as a cts test artifact 134 // Tag this module as a cts test artifact [all …]
|
/cts/tests/tests/appenumeration/app/target/ |
D | Android.bp | 20 // Tag this module as a cts test artifact 34 // Tag this module as a cts test artifact 48 // Tag this module as a cts test artifact 62 // Tag this module as a cts test artifact 76 // Tag this module as a cts test artifact 90 // Tag this module as a cts test artifact 104 // Tag this module as a cts test artifact 118 // Tag this module as a cts test artifact 132 // Tag this module as a cts test artifact 146 // Tag this module as a cts test artifact [all …]
|
/cts/tests/tests/shortcutmanager/ |
D | Android.bp | 41 // tag this module as a cts test artifact 62 // tag this module as a cts test artifact 83 // tag this module as a cts test artifact 103 // tag this module as a cts test artifact 123 // tag this module as a cts test artifact 145 // tag this module as a cts test artifact 167 // tag this module as a cts test artifact 188 // tag this module as a cts test artifact 207 // Tag this module as a cts test artifact
|
/cts/apps/CameraITS/build/ |
D | envsetup.sh | 42 IFS=' ' read module submodule <<< "$N" 43 python -c "from $module import $submodule" >/dev/null 2>&1 || \ 44 echo ">> Require Python $module module $submodule submodule" >&2
|
/cts/hostsidetests/packagemanager/dynamicmime/app/ |
D | Android.bp | 20 // Tag this module as a cts test artifact 35 // Tag this module as a cts test artifact 50 // Tag this module as a cts test artifact 65 // Tag this module as a cts test artifact 80 // Tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/DeviceAdminService/ |
D | Android.bp | 26 // tag this module as a cts test artifact 46 // tag this module as a cts test artifact 66 // tag this module as a cts test artifact 86 // tag this module as a cts test artifact 106 // tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/ |
D | Android.bp | 22 // tag this module as a cts test artifact 42 // tag this module as a cts test artifact 62 // tag this module as a cts test artifact 82 // tag this module as a cts test artifact 102 // tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/ |
D | Android.bp | 25 // tag this module as a cts test artifact 43 // tag this module as a cts test artifact 61 // tag this module as a cts test artifact 80 // tag this module as a cts test artifact
|
/cts/tests/tests/appwidget/packages/widgetprovider/ |
D | Android.bp | 21 // tag this module as a cts test artifact 35 // tag this module as a cts test artifact 49 // tag this module as a cts test artifact
|
/cts/tests/netsecpolicy/ |
D | Android.bp | 18 // Tag this module as a cts test artifact 32 // Tag this module as a cts test artifact 46 // Tag this module as a cts test artifact
|
/cts/tests/tests/sharesheet/packages/ |
D | Android.bp | 19 // tag this module as a cts test artifact 36 // tag this module as a cts test artifact 53 // tag this module as a cts test artifact
|
/cts/tests/tests/appwidget/packages/launchermanifest/ |
D | Android.bp | 21 // tag this module as a cts test artifact 38 // tag this module as a cts test artifact 54 // tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/DummyApps/ |
D | Android.bp | 32 // tag this module as a cts test artifact 58 // tag this module as a cts test artifact 84 // tag this module as a cts test artifact 110 // tag this module as a cts test artifact
|
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/ |
D | Android.bp | 25 // tag this module as a cts test artifact 43 // tag this module as a cts test artifact 62 // tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/HasLauncherActivityApp/ |
D | Android.bp | 26 // tag this module as a cts test artifact 46 // tag this module as a cts test artifact 67 // 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/app/app/ |
D | Android.bp | 36 // Tag this module as a cts test artifact 66 // Tag this module as a cts test artifact 99 // Tag this module as a cts test artifact 132 // Tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/ |
D | Android.bp | 18 // Tag this module as a cts test artifact 39 // Tag this module as a cts test artifact 60 // Tag this module as a cts test artifact
|
/cts/tests/backup/app/ |
D | Android.bp | 37 // Tag this module as a cts test artifact 57 // Tag this module as a cts test artifact 77 // Tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/DeviceAdmin/ |
D | Android.bp | 30 // tag this module as a cts test artifact 55 // tag this module as a cts test artifact 79 // tag this module as a cts test artifact
|
/cts/hostsidetests/gputools/apps/ |
D | Android.bp | 45 // tag this module as a cts test artifact 66 // tag this module as a cts test artifact 89 // tag this module as a cts test artifact
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/ |
D | Android.bp | 34 // tag this module as a cts test artifact 62 // tag this module as a cts test artifact 91 // tag this module as a cts test artifact
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | TestSuiteParser.java | 503 for (TestSuite.Module module : ts.getModulesList()) { in writeCsvFile() 504 for (ApiPackage pkg : module.getPackagesList()) { in writeCsvFile() 510 module.getName(), in writeCsvFile() 539 for (TestSuite.Module module : ts.getModulesList()) { in writeModuleCsvFile() 543 for (ApiPackage pkg : module.getPackagesList()) { in writeModuleCsvFile() 556 String config = module.getConfigFile(); in writeModuleCsvFile() 562 module.getName(), in writeModuleCsvFile() 565 module.getTestType(), in writeModuleCsvFile() 566 module.getTestClass(), in writeModuleCsvFile()
|
/cts/hostsidetests/appsecurity/test-apps/SessionInspector/ |
D | Android.bp | 22 // tag this module as a cts test artifact 36 // tag this module as a cts test artifact
|