Home
last modified time | relevance | path

Searched refs:Consts (Results 1 – 14 of 14) sorted by relevance

/cts/tests/process/src/android/os/cts/process/
DProcessTest2.java18 import static android.os.cts.process.common.Consts.HELPER1_RECEIVER0;
19 import static android.os.cts.process.common.Consts.HELPER1_RECEIVER1;
20 import static android.os.cts.process.common.Consts.HELPER1_RECEIVER2;
21 import static android.os.cts.process.common.Consts.HELPER2_RECEIVER0;
22 import static android.os.cts.process.common.Consts.HELPER2_RECEIVER1;
23 import static android.os.cts.process.common.Consts.HELPER2_RECEIVER2;
24 import static android.os.cts.process.common.Consts.HELPER3_RECEIVER0;
25 import static android.os.cts.process.common.Consts.HELPER3_RECEIVER1;
26 import static android.os.cts.process.common.Consts.HELPER3_RECEIVER2;
27 import static android.os.cts.process.common.Consts.HELPER3_RECEIVER3;
[all …]
/cts/hostsidetests/incrementalinstall/app/v1/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java18 import static android.incrementalinstall.common.Consts.COMPONENT_STATUS_KEY;
19 import static android.incrementalinstall.common.Consts.INCREMENTAL_TEST_APP_STATUS_RECEIVER_ACTION;
20 import static android.incrementalinstall.common.Consts.TARGET_COMPONENT_KEY;
24 import android.incrementalinstall.common.Consts;
45 broadcastStatus(Consts.SupportedComponents.ON_CREATE_COMPONENT, "true"); in onCreate()
46 broadcastStatus(Consts.SupportedComponents.ON_CREATE_COMPONENT_2, "false"); in onCreate()
65 broadcastStatus(Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT, dynamicAssetStatus); in loadDynamicAsset()
78 broadcastStatus(Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT, dynamicCodeStatus); in loadDynamicCode()
91 broadcastStatus(Consts.SupportedComponents.COMPRESSED_NATIVE_COMPONENT, in loadCompressedNativeLib()
105 broadcastStatus(Consts.SupportedComponents.UNCOMPRESSED_NATIVE_COMPONENT, in loadUncompressedNativeLib()
/cts/hostsidetests/incrementalinstall/app/v2/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java18 import static android.incrementalinstall.common.Consts.COMPONENT_STATUS_KEY;
19 import static android.incrementalinstall.common.Consts.INCREMENTAL_TEST_APP_STATUS_RECEIVER_ACTION;
20 import static android.incrementalinstall.common.Consts.TARGET_COMPONENT_KEY;
24 import android.incrementalinstall.common.Consts;
33 for (String component : Consts.SupportedComponents.getAllComponents()) { in onCreate()
34 boolean status = component.equals(Consts.SupportedComponents.ON_CREATE_COMPONENT_2); in onCreate()
/cts/tests/process/src/android/os/cts/process/helper/
DBaseReceiver.java21 import android.os.cts.process.common.Consts;
30 Log.i(Consts.TAG, "onReceive: " + intent); in onReceive()
32 case Consts.ACTION_SEND_BACK_START_TIME: in onReceive()
45 BroadcastMessenger.send(context, Consts.TAG, m); in sendBackStartTime()
DBaseApplication.java19 import android.os.cts.process.common.Consts;
30 Log.i(Consts.TAG, "onCreate: this=" + this); in onCreate()
42 BroadcastMessenger.send(this, Consts.TAG, m); in sendBackApplicationCreated()
/cts/hostsidetests/incrementalinstall/appvalidator/src/android/incrementalinstall/inrementaltestappvalidation/
DStatusReceiver.java19 import static android.incrementalinstall.common.Consts.COMPONENT_STATUS_KEY;
20 import static android.incrementalinstall.common.Consts.TARGET_COMPONENT_KEY;
25 import android.incrementalinstall.common.Consts;
37 for (String component : Consts.SupportedComponents.getAllComponents()) { in StatusReceiver()
DAppValidationTest.java19 import static android.incrementalinstall.common.Consts.INCREMENTAL_TEST_APP_STATUS_RECEIVER_ACTION;
20 import static android.incrementalinstall.common.Consts.INSTALLED_VERSION_CODE_TAG;
21 import static android.incrementalinstall.common.Consts.IS_INCFS_INSTALLATION_TAG;
22 import static android.incrementalinstall.common.Consts.LOADED_COMPONENTS_TAG;
23 import static android.incrementalinstall.common.Consts.NOT_LOADED_COMPONENTS_TAG;
24 import static android.incrementalinstall.common.Consts.PACKAGE_TO_LAUNCH_TAG;
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DConsts.java18 public class Consts { class
19 private Consts() { in Consts() method in Consts
/cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
DConsts.java18 public class Consts { class
19 private Consts() { in Consts() method in Consts
DShortcutManagerPostUpgradeTest.java31 Log.i(Consts.TAG, "Post: ResIDs=" + R.drawable.black_32x32 + ", " + R.drawable.black_64x64); in testPostUpgrade()
42 s.getExtras().getInt(Consts.EXTRA_ICON_RES_ID)); in testPostUpgrade()
47 s.getExtras().getInt(Consts.EXTRA_ICON_RES_ID)); in testPostUpgrade()
DShortcutManagerPreUpgradeTest.java34 Log.i(Consts.TAG, "Pre: ResIDs=" + R.drawable.black_32x32 + ", " + R.drawable.black_64x64); in testPreUpgrade()
42 b1.putInt(Consts.EXTRA_ICON_RES_ID, R.drawable.black_32x32); in testPreUpgrade()
51 b2.putInt(Consts.EXTRA_ICON_RES_ID, R.drawable.black_64x64); in testPreUpgrade()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java19 import static android.incrementalinstall.common.Consts.SupportedComponents.COMPRESSED_NATIVE_COMPON…
20 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT;
21 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT;
22 import static android.incrementalinstall.common.Consts.SupportedComponents.ON_CREATE_COMPONENT;
23 import static android.incrementalinstall.common.Consts.SupportedComponents.ON_CREATE_COMPONENT_2;
24 import static android.incrementalinstall.common.Consts.SupportedComponents.UNCOMPRESSED_NATIVE_COMP…
31 import android.incrementalinstall.common.Consts;
310 args.put(Consts.PACKAGE_TO_LAUNCH_TAG, packageName); in verifyInstallationTypeAndVersion()
311 args.put(Consts.IS_INCFS_INSTALLATION_TAG, Boolean.toString(isIncfs)); in verifyInstallationTypeAndVersion()
312 args.put(Consts.INSTALLED_VERSION_CODE_TAG, Integer.toString(versionCode)); in verifyInstallationTypeAndVersion()
[all …]
/cts/tests/process/src/android/os/cts/process/common/
DConsts.java24 public class Consts { class
25 private Consts() { in Consts() method in Consts
/cts/hostsidetests/incrementalinstall/common/src/android/incrementalinstall/common/
DConsts.java19 public class Consts { class