Home
last modified time | relevance | path

Searched defs:testPackage (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
DCategoryManagerTest.java230 final String testPackage = "com.android.test"; in sortCategories_singlePackage_shouldReorderBasedOnPriority() local
276 final String testPackage = mContext.getPackageName(); in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage() local
298 final String testPackage = mContext.getPackageName(); in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering() local
324 final String testPackage = mContext.getPackageName(); in sortCategories_samePriority_internalPackageTileShouldTakePrecedence() local
348 final String testPackage = mContext.getPackageName(); in filterTiles_noDuplicate_noChange() local
375 final String testPackage = mContext.getPackageName(); in filterTiles_hasDuplicateActivityTiles_shouldOnlyKeepUniqueTiles() local
393 final String testPackage = mContext.getPackageName(); in filterTiles_hasDuplicateProviderTiles_shouldOnlyKeepUniqueTiles() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java876 String testPackage = "test"; in shouldBlockScreenCaptureForNotificationApps() local
897 String testPackage = "test"; in shouldBlockScreenCaptureForSensitiveContentOnScreenApps() local
918 String testPackage = "test"; in shouldBlockScreenCaptureForApps() local
942 String testPackage = "test"; in addBlockScreenCaptureForApps_duplicate_verifyNoRefresh() local
958 String testPackage = "test"; in addBlockScreenCaptureForApps_notDuplicate_verifyRefresh() local
984 String testPackage = "test"; in addBlockScreenCaptureForApps_appNotInForeground_invalidateSnapshot() local
1007 String testPackage = "test"; in clearBlockedApps_clearsCache() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestSessionExecutor.cpp92 TestPackage *const testPackage = static_cast<TestPackage *>(curNode); in iterate() local
161 void TestSessionExecutor::enterTestPackage(TestPackage *testPackage) in enterTestPackage()
170 void TestSessionExecutor::leaveTestPackage(TestPackage *testPackage) in leaveTestPackage()
H A DtcuTestHierarchyIterator.cpp53 void DefaultHierarchyInflater::enterTestPackage(TestPackage *testPackage, vector<TestNode *> &child… in enterTestPackage()
71 void DefaultHierarchyInflater::leaveTestPackage(TestPackage *testPackage) in leaveTestPackage()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDevicePolicyManagerTest.java106 String testPackage = testComponent.getPackageName(); in isDeviceOwnerAppShouldReturnFalseForNonDeviceOwnerApp() local
116 String testPackage = testComponent.getPackageName(); in isDeviceOwnerShouldReturnFalseForProfileOwner() local
127 String testPackage = testComponent.getPackageName(); in isDeviceOwnerShouldReturnTrueForDeviceOwner() local
138 String testPackage = testComponent.getPackageName(); in getDeviceOwnerShouldReturnDeviceOwnerPackageName() local
175 String testPackage = testComponent.getPackageName(); in isProfileOwnerAppShouldReturnFalseForNonProfileOwnerApp() local
185 String testPackage = testComponent.getPackageName(); in isProfileOwnerShouldReturnFalseForDeviceOwner() local
196 String testPackage = testComponent.getPackageName(); in isProfileOwnerShouldReturnTrueForProfileOwner() local
H A DShadowNetworkScoreManagerTest.java28 String testPackage = "com.package.test"; in testGetActiveScorerPackage() local
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1424 private boolean enqueueToast(String testPackage, ITransientNotification callback) in enqueueToast()
1430 private boolean enqueueToast(INotificationManager service, String testPackage, in enqueueToast()
1436 private boolean enqueueTextToast(String testPackage, CharSequence text) throws RemoteException { in enqueueTextToast()
1440 private boolean enqueueTextToast(String testPackage, CharSequence text, boolean isUiContext, in enqueueTextToast()
9235 final String testPackage = "testPackageName"; in testAllowForegroundCustomToasts() local
9259 final String testPackage = "testPackageName"; in testDisallowBackgroundCustomToasts() local
9280 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameCustomToast() local
9310 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() local
9334 final String testPackage = "testPackageName"; in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() local
9369 final String testPackage = "testPackageName"; in testAllowForegroundTextToasts() local
[all …]
H A DNotifyingAppTest.java45 public void testPackage() { in testPackage() method in NotifyingAppTest
/aosp_15_r20/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
H A DTestInfo.java26 public final String testPackage; field in TestInfo
30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo()
/aosp_15_r20/cts/hostsidetests/securitybulletin/src/android/security/cts/
H A DCVE_2021_0682.java51 final String testPackage = "android.security.cts.CVE_2021_0682"; in testPocCVE_2021_0682() local
58 String.format("%s/.PocAccessibilityService", testPackage))) { in testPocCVE_2021_0682() argument
H A DCVE_2024_34738.java45 final String testPackage = "android.security.cts.CVE_2024_34738"; in testPocCVE_2024_34738() local
H A DCVE_2024_23704.java59 private AutoCloseable withPocAdminReceiverAsDeviceOwner(String testPackage) throws Exception { in withPocAdminReceiverAsDeviceOwner()
H A DCVE_2024_31332.java55 private AutoCloseable withPocDeviceAdminReceiverAsDeviceOwner(String testPackage) in withPocDeviceAdminReceiverAsDeviceOwner()
H A DCVE_2024_43081.java78 private AutoCloseable asDeviceOwnerAndInstantApp(String testPackage, ITestDevice device) in asDeviceOwnerAndInstantApp()
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DConnectivityManagerPermissionTest.java83 final String testPackage = "does.not.matter.com"; in testSetOemNetworkPreference() local
108 final String testPackage = "does.not.matter.com"; in testSetOemNetworkPreferenceHasAutomotiveFeature() local
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/
H A DGrammarInfo.java39 private String testPackage = null; // optional, package of junit code field in GrammarInfo
64 public void setTestPackage(String testPackage) { in setTestPackage()
H A DInterp.java38 static String testPackage; field in Interp
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DWebViewUpdateServiceTest.java1353 String testPackage = "testDefault"; in testDefaultWebViewPackageEnabling() local
1376 String testPackage = "testDefault"; in testDefaultWebViewPackageInstallingDuringStartUp() local
1399 String testPackage = "testDefault"; in testDefaultWebViewPackageInstallingAfterStartUp() local
1429 String testPackage = "testDefault"; in testAddingNewUserWithDefaultdPackageNotInstalled() local
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DDeviceUtils.java486 public static void executeBackgroundService(ITestDevice device, String testPackage, in executeBackgroundService()
506 public static void executeServiceAction(ITestDevice device, String testPackage, in executeServiceAction()
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
H A DCurrentApiHelperTest.java43 String testPackage = mClazz.getPackage().getName(); in setUp() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/host/room/src/com/android/adservices/room/test/
DRoomDatabaseVersionBumpGuardrailTest.java116 File testPackage = mHostUtils.getTestFile(lib); in getTestPackageFromFile() local
/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerRealDocumentsTest.java120 String testPackage = mContext.getPackageName(); in testRealIndexing() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderDeathRecipientTest.java81 private IBinder getNewRemoteBinder(String testPackage) throws InterruptedException { in getNewRemoteBinder()
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp141 TestPackage *const testPackage = static_cast<TestPackage *>(curNode); in seekToCase() local
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/applications/defaultapps/
DDefaultAssistantPickerEntryPreferenceControllerTest.java167 String testPackage = "com.test.permissions"; in performClick_permissionControllerExists_startsPermissionController() local

1234