Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java166 DeviceIdleInternal deviceIdleInternal = getLocalService(DeviceIdleInternal.class); in setupServiceRepository() local
167 mServiceRepo = new InternalServiceRepository(deviceIdleInternal); in setupServiceRepository()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationProxyTest.kt515 whenever(deviceIdleInternal) {
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java435 DeviceIdleInternal deviceIdleInternal = mock(DeviceIdleInternal.class); in setUp() local
436 when(deviceIdleInternal.getNotificationAllowlistDuration()).thenReturn(3000L); in setUp()
445 LocalServices.addService(DeviceIdleInternal.class, deviceIdleInternal); in setUp()