Searched refs:otherPackage (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
H A D | UiModeManagerServiceTest.java | 974 String otherPackage = "Raconteurs"; in requestProjection_automotive_failsIfAlreadySetByOtherPackage() local 975 when(mPackageManager.getPackageUidAsUser(eq(otherPackage), anyInt())) in requestProjection_automotive_failsIfAlreadySetByOtherPackage() 977 assertFalse(mService.requestProjection(mBinder, PROJECTION_TYPE_AUTOMOTIVE, otherPackage)); in requestProjection_automotive_failsIfAlreadySetByOtherPackage()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
H A D | AlarmManagerServiceTest.java | 3434 final String otherPackage = "p1"; 3445 otherPackage); 3446 setTestAlarm(ELAPSED_REALTIME, 0, 0, otherPackageExactAlarm, 0, 0, otherUid, otherPackage, 3454 otherPackage); 3456 otherPackage, null);
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 5056 NotificationRecord otherPackage = in testGetNotificationCountLocked() local 5058 mService.addEnqueuedNotification(otherPackage); in testGetNotificationCountLocked() 5059 mService.addNotification(otherPackage); in testGetNotificationCountLocked()
|