Home
last modified time | relevance | path

Searched defs:TEST_APP_PACKAGE (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/
H A DNotificationTest.java172 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testNotificationRemovedOnForceStop()
209 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testNotificationRemovedOnPackageRestriction()
265 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testNotificationRemovedOnTaskManagerStop()
307 TEST_APP_PACKAGE); in testNotification_userInitiated_anrWhenNotProvided() argument
344 TEST_APP_PACKAGE); in testNotification_userInitiated_noAnrWhenProvided() argument
381 TEST_APP_PACKAGE); in testNotification_regular_noAnrWhenNotProvided() argument
411 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testUserInitiatedJob_hasUijNotificationFlag()
441 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testNonUserInitiatedJob_doesNotHaveUijNotificationFlag()
H A DJobSchedulingTest.java85 TEST_APP_PACKAGE)) { in testAnr_onStartJob() argument
91 "am compat enable ANR_PRE_UDC_APIS_ON_SLOW_RESPONSES " + TEST_APP_PACKAGE); in testAnr_onStartJob() local
113 TEST_APP_PACKAGE)) { in testAnr_onStopJob() argument
119 "am compat enable ANR_PRE_UDC_APIS_ON_SLOW_RESPONSES " + TEST_APP_PACKAGE); in testAnr_onStopJob() local
H A DUserInitiatedJobTest.java143 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testJobUidState()
212 mContext, TEST_APP_PACKAGE)) { in testRestrictedBalToTop() argument
262 mContext, TEST_APP_PACKAGE)) { in testRestrictedToggling() argument
338 mContext, TEST_APP_PACKAGE)) { in testRestrictedUidState() argument
378 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testSchedulingBal()
H A DJobThrottlingTest.java494 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testBackgroundUIJsThermal()
1018 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testUserInitiatedJobBypassesBatterySaverOn()
1045 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testUserInitiatedJobBypassesBatterySaver_toggling()
1076 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testUserInitiatedJobBypassesDeviceIdle()
1102 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testUserInitiatedJobBypassesDeviceIdle_toggling()
H A DConnectivityConstraintTest.java582 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testUserInitiatedJobExecutes_DozeOn()
968 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testBgUiJobBypassesDataSaver()
1016 mContext, TestAppInterface.TEST_APP_PACKAGE)) { in testBgNonUiJobDoesNotBypassDataSaverWhenUiJobRunning()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-182810085/src/android/security/cts/BUG_182810085/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-183963253/src/android/security/cts/BUG_183963253/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-183411210/src/android/security/cts/BUG_183411210/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-182808318/src/android/security/cts/BUG_182808318/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-183613671/src/android/security/cts/BUG_183613671/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-182282630/src/android/security/cts/BUG_182282630/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-183411279/src/android/security/cts/BUG_183411279/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-183794206/src/android/security/cts/BUG_183794206/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/BUG-183410508/src/android/security/cts/BUG_183410508/
H A DConstants.java22 public static final String TEST_APP_PACKAGE = Constants.class.getPackage().getName(); field in Constants
/aosp_15_r20/cts/hostsidetests/cpptools/src/com/android/cts/cpptools/
H A DRunasPermissionsTest.java30 private static final String TEST_APP_PACKAGE = "com.android.cts.domainsocketapp"; field in RunasPermissionsTest
/aosp_15_r20/cts/hostsidetests/backup/src/android/cts/backup/
H A DPreservedSettingsRestoreHostSideTest.java37 private static final String TEST_APP_PACKAGE = "android.cts.backup.preservedsettingsapp"; field in PreservedSettingsRestoreHostSideTest
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/advancedprotection/
H A DDisallowInstallUnknownSourcesTest.java47 private static final String TEST_APP_PACKAGE = field in DisallowInstallUnknownSourcesTest
/aosp_15_r20/packages/modules/adb/fastdeploy/deployagent/test/com/android/fastdeploy/
DFastDeployTest.java39 private static final String TEST_APP_PACKAGE = "com.example.helloworld"; field in FastDeployTest
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAbstractTaplTestsTaskbar.java39 protected static final String TEST_APP_PACKAGE = field in AbstractTaplTestsTaskbar
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxMetricsHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxMetricsHostTest.java41 private static final String TEST_APP_PACKAGE = "com.android.tests.sdksandbox"; field in SdkSandboxMetricsHostTest
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxSmallModuleHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxSmallModuleHostTest.java43 private static final String TEST_APP_PACKAGE = "com.android.tests.sdksandbox"; field in SdkSandboxSmallModuleHostTest
/aosp_15_r20/cts/tests/framework/base/locale/util/src/android/localemanager/cts/util/
H A DLocaleConstants.java37 public static final String TEST_APP_PACKAGE = "android.localemanager.cts.app"; field in LocaleConstants
/aosp_15_r20/cts/tests/tests/preference/src/android/preference/cts/
H A DPreferenceActivityLegacyFlowTest.java51 static final String TEST_APP_PACKAGE = "android.preference.cts"; field in PreferenceActivityLegacyFlowTest
/aosp_15_r20/cts/hostsidetests/os/src/android/os/cts/
H A DOsHostTests.java40 private static final String TEST_APP_PACKAGE = "android.os.app"; field in OsHostTests
/aosp_15_r20/cts/hostsidetests/usage/src/android/app/usage/cts/
H A DAppIdleHostTest.java37 private static final String TEST_APP_PACKAGE = "android.app.usage.app"; field in AppIdleHostTest

12