Searched refs:isServiceTokenValidLocked (Results 1 – 4 of 4) sorted by relevance
1005 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
5401 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {9415 boolean isAssistantService = mAssistants.isServiceTokenValidLocked(info.service);10531 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)10663 || mAssistants.isServiceTokenValidLocked(info.service)) {
2622 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()2637 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
26197 HPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterfa…