Searched refs:isServiceTokenValidLocked (Results 1 – 4 of 4) sorted by relevance
857 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
4985 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {9356 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
2419 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()2434 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
21101 HPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterfa…