Searched refs:notificationService (Results 1 – 6 of 6) sorted by relevance
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/ |
D | DataServiceImplTest.kt | 77 private lateinit var notificationService: TestNotificationServiceImpl variable in com.android.photopicker.data.DataServiceImplTest 86 notificationService = TestNotificationServiceImpl() in setup() 112 notificationService = notificationService, in <lambda>() 141 notificationService = notificationService, in <lambda>() 170 notificationService = notificationService, in <lambda>() 190 notificationService.dispatchChangeToObservers(availableProvidersUpdateUri) in <lambda>() 220 notificationService = notificationService, in <lambda>() 264 notificationService = notificationService, in <lambda>() 339 notificationService = mockNotificationService, in <lambda>() 440 notificationService = notificationService, in <lambda>() [all …]
|
/packages/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/ |
D | CtsNotificationListenerServiceUtils.kt | 57 val notificationService = CtsNotificationListenerService.getInstance() in <lambda>() constant 60 notificationService.cancelNotification(notification.key) in <lambda>() 70 val notificationService = CtsNotificationListenerService.getInstance() in <lambda>() constant 74 notificationService.cancelNotification(notification.key) in <lambda>() 91 val notificationService = CtsNotificationListenerService.getInstance() in <lambda>() constant 92 for (notification in notificationService.activeNotifications) { in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/ |
D | ActivityModule.kt | 78 private lateinit var notificationService: NotificationService variable in com.android.photopicker.core.ActivityModule 141 @ActivityRetainedScoped notificationService: NotificationService, in provideDataService() 155 notificationService, in provideDataService() 234 if (!::notificationService.isInitialized) { in provideNotificationService() 240 notificationService = NotificationServiceImpl() in provideNotificationService() 242 return notificationService in provideNotificationService()
|
D | EmbeddedServiceModule.kt | 80 private lateinit var notificationService: NotificationService in <lambda>() variable in com.android.photopicker.core.EmbeddedServiceModule 184 notificationService: NotificationService, in <lambda>() 199 notificationService, in <lambda>() 281 if (!::notificationService.isInitialized) { in <lambda>() 287 notificationService = NotificationServiceImpl() in <lambda>() 289 return notificationService in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/ |
D | DataServiceImpl.kt | 75 private val notificationService: NotificationService, in <lambda>() constant in com.android.photopicker.data.DataServiceImpl 302 notificationService.registerContentObserverCallback( in <lambda>() 314 notificationService.unregisterContentObserverCallback(resolver, observer) in <lambda>() 336 notificationService.registerContentObserverCallback( in <lambda>() 344 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>() 369 notificationService.registerContentObserverCallback( in <lambda>() 377 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>()
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 558 public void handleMessage(Message msg, @NonNull NotificationService notificationService) { 562 notificationService.handleInitializeRecommender(); 567 notificationService.handleShowRecommendation(); 574 notificationService.handleUpdateRecommendation(notificationId, channel); 579 notificationService.handleHideRecommendation();
|