/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/ |
D | CategoryManagerTest.java | 230 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 D | WindowManagerServiceTests.java | 876 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 D | tcuTestSessionExecutor.cpp | 92 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 D | tcuTestHierarchyIterator.cpp | 53 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 D | ShadowDevicePolicyManagerTest.java | 106 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 D | ShadowNetworkScoreManagerTest.java | 28 String testPackage = "com.package.test"; in testGetActiveScorerPackage() local
|
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 1424 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 D | NotifyingAppTest.java | 45 public void testPackage() { in testPackage() method in NotifyingAppTest
|
/aosp_15_r20/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/ |
H A D | TestInfo.java | 26 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 D | CVE_2021_0682.java | 51 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 D | CVE_2024_34738.java | 45 final String testPackage = "android.security.cts.CVE_2024_34738"; in testPocCVE_2024_34738() local
|
H A D | CVE_2024_23704.java | 59 private AutoCloseable withPocAdminReceiverAsDeviceOwner(String testPackage) throws Exception { in withPocAdminReceiverAsDeviceOwner()
|
H A D | CVE_2024_31332.java | 55 private AutoCloseable withPocDeviceAdminReceiverAsDeviceOwner(String testPackage) in withPocDeviceAdminReceiverAsDeviceOwner()
|
H A D | CVE_2024_43081.java | 78 private AutoCloseable asDeviceOwnerAndInstantApp(String testPackage, ITestDevice device) in asDeviceOwnerAndInstantApp()
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | ConnectivityManagerPermissionTest.java | 83 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 D | GrammarInfo.java | 39 private String testPackage = null; // optional, package of junit code field in GrammarInfo 64 public void setTestPackage(String testPackage) { in setTestPackage()
|
H A D | Interp.java | 38 static String testPackage; field in Interp
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
H A D | WebViewUpdateServiceTest.java | 1353 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 D | DeviceUtils.java | 486 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 D | CurrentApiHelperTest.java | 43 String testPackage = mClazz.getPackage().getName(); in setUp() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/host/room/src/com/android/adservices/room/test/ |
D | RoomDatabaseVersionBumpGuardrailTest.java | 116 File testPackage = mHostUtils.getTestFile(lib); in getTestPackageFromFile() local
|
/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/ |
D | AppsIndexerRealDocumentsTest.java | 120 String testPackage = mContext.getPackageName(); in testRealIndexing() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BinderDeathRecipientTest.java | 81 private IBinder getNewRemoteBinder(String testPackage) throws InterruptedException { in getNewRemoteBinder()
|
/aosp_15_r20/external/angle/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 141 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/ |
D | DefaultAssistantPickerEntryPreferenceControllerTest.java | 167 String testPackage = "com.test.permissions"; in performClick_permissionControllerExists_startsPermissionController() local
|