Home
last modified time | relevance | path

Searched refs:otherPackage (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
H A DThemeManagerTest.java196 final String otherPackage = "other.package.name_font"; in getOverlayTheme() local
202 mMockOmHelper.addOverlay(otherPackage, ANDROID_PACKAGE, in getOverlayTheme()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/
H A DUiModeManagerServiceTest.java542 String otherPackage = "Raconteurs"; in requestProjection_automotive_failsIfAlreadySetByOtherPackage() local
543 when(mPackageManager.getPackageUidAsUser(eq(otherPackage), anyInt())) in requestProjection_automotive_failsIfAlreadySetByOtherPackage()
545 assertFalse(mService.requestProjection(mBinder, PROJECTION_TYPE_AUTOMOTIVE, otherPackage)); in requestProjection_automotive_failsIfAlreadySetByOtherPackage()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3535 NotificationRecord otherPackage = in testGetNotificationCountLocked() local
3537 mService.addEnqueuedNotification(otherPackage); in testGetNotificationCountLocked()
3538 mService.addNotification(otherPackage); in testGetNotificationCountLocked()