Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/mainline/
DModuleDetector.java50 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/
DAndroid.bp30 // 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/appenumeration/app/target/
DAndroid.bp24 // 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/tests/tests/media/src/android/media/cts/
DTestUtils.java81 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/content/emptytestapp/
DAndroid.bp23 // 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/
DAndroid.bp44 // 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/apps/CameraITS/build/
Denvsetup.sh43 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/hostsidetests/packagemanager/dynamicmime/app/
DAndroid.bp24 // 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/
DAndroid.bp32 // 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/
DAndroid.bp43 // 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/devicepolicy/app/DeviceAdminService/
DAndroid.bp30 // 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/hostsidetests/appcompat/compatchanges/preInstallOverrideApps/
DAndroid.bp33 // 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/appsecurity/test-apps/AppDataIsolationTestApp/
DAndroid.bp26 // 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/
DAndroid.bp29 // 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/tests/appwidget/packages/widgetprovider/
DAndroid.bp25 // 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/tests/netsecpolicy/
DAndroid.bp22 // 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/hostsidetests/blobstore/
DAndroid.bp32 // 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/tests/tests/sharesheet/packages/
DAndroid.bp23 // 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/
DAndroid.bp25 // 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/apps/MainlineModuleDetector/src/com/android/cts/mainlinemoduledetector/
DMainlineModuleDetector.java40 for (MainlineModule module : modules) { in onCreate()
41 moduleNames.add(module.packageName); in onCreate()
/cts/hostsidetests/devicepolicy/app/HasLauncherActivityApp/
DAndroid.bp30 // 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/
DAndroid.bp29 // 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/tests/app/app/
DAndroid.bp44 // 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/hostsidetests/devicepolicy/app/AccountCheck/
DAndroid.bp22 // 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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/
DAndroid.bp42 // tag this module as a cts test artifact
76 // tag this module as a cts test artifact
109 // tag this module as a cts test artifact
146 // tag this module as a cts test artifact

12345678910>>...26