Searched refs:isNotificationPolicyAccessGrantedForPackage (Results 1 – 7 of 7) sorted by relevance
47 protected boolean isNotificationPolicyAccessGrantedForPackage(String pkg) { in isNotificationPolicyAccessGrantedForPackage() method in ShadowNotificationManager
94 NotificationManager.class).isNotificationPolicyAccessGrantedForPackage(pkg); in hasAccess()
142 if (!mNm.isNotificationPolicyAccessGrantedForPackage( in disable()
79 if (mNm.isNotificationPolicyAccessGrantedForPackage(pkg) in reloadApprovedServices()
193 when(mNm.isNotificationPolicyAccessGrantedForPackage(anyString())).thenReturn(false); in disable()
215 if (!mNm.isNotificationPolicyAccessGrantedForPackage(service.getPackageName())) { in revokeNotificationAccess()
231 && mNm.isNotificationPolicyAccessGrantedForPackage(ri.packageName)