/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/ |
D | DataServiceImplTest.kt | 108 private lateinit var notificationService: TestNotificationServiceImpl variable in com.android.photopicker.data.DataServiceImplTest 120 notificationService = TestNotificationServiceImpl() in setup() 155 notificationService = notificationService, in <lambda>() 211 notificationService = notificationService, in <lambda>() 256 notificationService.dispatchChangeToObservers(availableProvidersUpdateUri) in <lambda>() 313 notificationService = notificationService, in <lambda>() 378 notificationService = notificationService, in <lambda>() 480 notificationService = mockNotificationService, in <lambda>() 599 notificationService = notificationService, in <lambda>() 669 notificationService = notificationService, in <lambda>() [all …]
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/search/ |
D | SearchDataServiceImplTest.kt | 88 private lateinit var notificationService: TestNotificationServiceImpl variable in com.android.photopicker.features.search.SearchDataServiceImplTest 100 notificationService = TestNotificationServiceImpl() in setup() 135 notificationService = notificationService, in <lambda>() 151 notificationService = notificationService, in <lambda>() 224 notificationService = notificationService, in <lambda>() 240 notificationService = notificationService, in <lambda>() 260 notificationService.dispatchChangeToObservers(searchResultsUpdateUri) in <lambda>()
|
/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/tests/src/com/android/photopicker/features/categorygrid/data/ |
D | CategoryDataServiceImplTest.kt | 91 private lateinit var notificationService: TestNotificationServiceImpl variable in src.com.android.photopicker.features.categorygrid.data.CategoryDataServiceImplTest 103 notificationService = TestNotificationServiceImpl() in setup() 229 notificationService.dispatchChangeToObservers(updateUri) in <lambda>() 319 notificationService.dispatchChangeToObservers(updateUri) in <lambda>() 374 notificationService = notificationService, in getDataService() 393 notificationService = notificationService, in getCategoryDataService()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/inject/ |
D | ActivityModule.kt | 87 private lateinit var notificationService: NotificationService variable in com.android.photopicker.core.ActivityModule 198 notificationService: NotificationService, in provideDataService() 215 notificationService, in provideDataService() 302 if (!::notificationService.isInitialized) { in provideNotificationService() 308 notificationService = NotificationServiceImpl() in provideNotificationService() 310 return notificationService in provideNotificationService()
|
D | EmbeddedServiceModule.kt | 91 private lateinit var notificationService: NotificationService in <lambda>() variable in com.android.photopicker.core.EmbeddedServiceModule 254 notificationService: NotificationService, in <lambda>() 273 notificationService, in <lambda>() 383 if (!::notificationService.isInitialized) { in <lambda>() 389 notificationService = NotificationServiceImpl() in <lambda>() 391 return notificationService in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/ |
D | DataServiceImpl.kt | 86 private val notificationService: NotificationService, in <lambda>() constant in com.android.photopicker.data.DataServiceImpl 326 notificationService.registerContentObserverCallback( in <lambda>() 338 notificationService.unregisterContentObserverCallback(resolver, observer) in <lambda>() 360 notificationService.registerContentObserverCallback( in <lambda>() 368 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>() 393 notificationService.registerContentObserverCallback( in <lambda>() 401 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/categorygrid/data/ |
D | CategoryDataServiceImpl.kt | 75 private val notificationService: NotificationService, in <lambda>() constant in com.android.photopicker.features.categorygrid.data.CategoryDataServiceImpl 196 notificationService.registerContentObserverCallback( in <lambda>() 204 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>() 234 notificationService.registerContentObserverCallback( in <lambda>() 242 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/categorygrid/inject/ |
D | CategoryActivityRetainedModule.kt | 67 notificationService: NotificationService, in provideCategoryDataService() 85 notificationService, in provideCategoryDataService()
|
D | CategoryEmbeddedServiceModule.kt | 65 notificationService: NotificationService, in provideCategoryDataService() 83 notificationService, in provideCategoryDataService()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/search/inject/ |
D | SearchActivityRetainedModule.kt | 68 notificationService: NotificationService, in provideSearchDataService() 87 notificationService, in provideSearchDataService()
|
D | SearchEmbeddedServiceModule.kt | 67 notificationService: NotificationService, in provideSearchDataService() 86 notificationService, in provideSearchDataService()
|
/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();
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/search/data/ |
D | SearchDataServiceImpl.kt | 80 private val notificationService: NotificationService, in <lambda>() constant in com.android.photopicker.features.search.data.SearchDataServiceImpl 405 notificationService.registerContentObserverCallback( in <lambda>() 413 awaitClose { notificationService.unregisterContentObserverCallback(resolver, observer) } in <lambda>()
|