Searched refs:isNotificationListener (Results 1 – 4 of 4) sorted by relevance
119 public boolean isNotificationListener() {120 return InteractionService.this.isNotificationListener();174 && hasAllPermissions(this) && isNotificationListener(); in isSetupComplete()193 private boolean isNotificationListener() { in isNotificationListener() method in InteractionService
130 boolean isNotificationListener() { in isNotificationListener() method in InteractionServiceClient131 return getRemote(() -> mInteractionService.isNotificationListener()); in isNotificationListener()
30 boolean isNotificationListener(); in isNotificationListener() method
103 mNotifListenerButton.setVisibility(!mInteractionService.isNotificationListener() in updateSetupStatus()