/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/opengl/ |
CtsHostJankOpenGl.java | 23 private static final String APK = "CtsDeviceOpenGl.apk"; 38 File app = mBuild.getTestApp(APK);
|
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/ui/ |
CtsHostJankUi.java | 23 private static final String APK = "CtsDeviceUi.apk"; 38 File app = mBuild.getTestApp(APK);
|
/packages/apps/Camera2/ |
Android.mk | 31 # the libraries in the APK, otherwise just put them in /system/lib and 32 # leave them out of the APK
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostTest.java | 30 * Test to check the APK logs to Logcat. 32 * When this test builds, it also builds {@see android.sample.app.SampleDeviceActivity} into an APK 39 * The package name of the APK. 44 * The file name of the APK. 46 private static final String APK = "CtsSampleDeviceApp.apk"; 49 * The class name of the main activity in the APK. 76 // Get the build, this is used to access the APK. 85 // Remove any previously installed versions of this APK. 87 // Get the APK from the build [all...] |
/cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/ |
InstallTimeTest.java | 37 * Test to measure installation time of a APK. 45 static final String APK = "com.replica.replicaisland.apk"; 79 File app = build.getTestApp(APK);
|
/packages/apps/Gallery2/ |
Android.mk | 37 # the libraries in the APK, otherwise just put them in /system/lib and 38 # leave them out of the APK 53 # Use the following include to make gallery test apk
|
/cts/tests/uiautomator/ |
Android.mk | 33 # Build the test APK using its own makefile, and any other CTS-related packages
|
/cts/hostsidetests/holo/src/android/holo/cts/ |
HoloHostTest.java | 54 /** The package name of the APK. */ 57 /** The file name of the APK. */ 58 private static final String APK = "CtsHoloDeviceApp.apk"; 60 /** The class name of the main activity in the APK. */ 138 // Get the build, this is used to access the APK. 147 // Remove any previously installed versions of this APK. 149 // Get the APK from the build. 150 File app = mBuild.getTestApp(APK); 151 // Install the APK on the device [all...] |
/cts/tests/ |
Android.mk | 44 # Build the test APK using its own makefile, and any other CTS-related packages
|
/device/sample/apps/SampleEmailPolicy/ |
Android.mk | 20 # system to create "MyDeviceEmailPolicy.apk". You must then add this to the appropriate product.mk 21 # file for your device, to include the APK file in your system image.
|
/frameworks/opt/photoviewer/sample/ |
Android.mk | 22 # Build APK
|
/packages/apps/UnifiedEmail/ |
Android.mk | 27 # Build APK
|
/build/tools/releasetools/ |
check_target_files_signatures | 32 can be found that match APK signatures, the filename will be 149 stored in a signed .apk).""" 172 class APK(object): 186 apk = zipfile.ZipFile(f, "r") 188 for info in apk.infolist(): 191 pkcs7 = apk.read(info.filename) 237 d, z = common.UnzipTemp(filename, '*.apk') 243 if fn.endswith(".apk"): 246 apk = APK(fullname, displayname [all...] |
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 93 APK, 421 case APK: [all...] |
/build/core/ |
Makefile | 23 $(if $(filter %.apk, $(1)),$(error \ 24 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!)) 244 $(filter %.jar %.apk, $(ALL_DEFAULT_INSTALLED_MODULES)))) 273 @echo APK certs list: $@ 279 'name="$(p).apk" certificate="EXTERNAL" \ 282 'name="$(p).apk" certificate="$(PACKAGES.$(p).CERTIFICATE)" \ 766 $(filter-out $(foreach p,$(overridden_packages),$(p) %/$(p).apk), \ [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | 74 optimized user experience on multiple device form factors using a single APK." 127 UI components on smaller screens—essential for building a single APK for both [all...] |