Home
last modified time | relevance | path

Searched refs:isNotificationListener (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DInteractionService.java119 public boolean isNotificationListener() {
120 return InteractionService.this.isNotificationListener();
174 && hasAllPermissions(this) && isNotificationListener(); in isSetupComplete()
193 private boolean isNotificationListener() { in isNotificationListener() method in InteractionService
DInteractionServiceClient.java130 boolean isNotificationListener() { in isNotificationListener() method in InteractionServiceClient
131 return getRemote(() -> mInteractionService.isNotificationListener()); in isNotificationListener()
DILocalService.aidl30 boolean isNotificationListener(); in isNotificationListener() method
DSignInActivity.java103 mNotifListenerButton.setVisibility(!mInteractionService.isNotificationListener() in updateSetupStatus()