Home
last modified time | relevance | path

Searched refs:isServiceTokenValidLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java857 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
DNotificationManagerService.java4985 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {
9356 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2419 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()
2434 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
/frameworks/base/services/
Dart-profile21101 HPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterfa…