Searched refs:setNotificationListenerAccessGranted (Results 1 – 8 of 8) sorted by relevance
112 mContext.getSystemService(NotificationManager.class).setNotificationListenerAccessGranted( in onStart_serviceAccessGranted_setsPreferenceChecked()124 mContext.getSystemService(NotificationManager.class).setNotificationListenerAccessGranted( in onStart_serviceAccessNotGranted_setsPreferenceUnchecked()136 mContext.getSystemService(NotificationManager.class).setNotificationListenerAccessGranted( in preferenceClicked_serviceAccessGranted_showsRevokeConfirmDialog()151 mContext.getSystemService(NotificationManager.class).setNotificationListenerAccessGranted( in preferenceClicked_serviceAccessNotGranted_showsGrantConfirmDialog()168 notificationManager.setNotificationListenerAccessGranted( in revokeConfirmed_revokesNotificationAccess()191 notificationManager.setNotificationListenerAccessGranted( in revokeConfirmed_notificationPolicyAccessNotGranted_removesAutomaticZenRules()222 notificationManager.setNotificationListenerAccessGranted( in grantConfirmed_grantsNotificationAccess()
110 mNm.setNotificationListenerAccessGranted(cn, false); in disable()121 mNm.setNotificationListenerAccessGranted(cn, true); in enable()
97 verify(mNm).setNotificationListenerAccessGranted(mCn, true); in enable()108 verify(mNm).setNotificationListenerAccessGranted(mCn, false); in disable()
178 mNm.setNotificationListenerAccessGranted(service, /* granted= */ true); in grantNotificationAccess()182 mNm.setNotificationListenerAccessGranted(service, /* granted= */ false); in revokeNotificationAccess()
59 protected void setNotificationListenerAccessGranted(ComponentName listener, boolean granted) { in setNotificationListenerAccessGranted() method in ShadowNotificationManager
56 notificationManager.setNotificationListenerAccessGranted( in setNotificationGrantState()
115 mNm.setNotificationListenerAccessGranted(mComponentName, true); in onAllow()
143 mNotificationManager.setNotificationListenerAccessGranted(cn, enable); in updateList()