Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DInteractionService.java75 public boolean isSetupComplete() {
76 return InteractionService.this.isSetupComplete();
172 private boolean isSetupComplete() { in isSetupComplete() method in InteractionService
222 if (isSetupComplete()) { in updateNotification()
DInteractionServiceClient.java107 boolean isSetupComplete() { in isSetupComplete() method in InteractionServiceClient
108 return getRemote(() -> mInteractionService.isSetupComplete()); in isSetupComplete()
DILocalService.aidl22 boolean isSetupComplete(); in isSetupComplete() method
DSignInActivity.java96 if (mInteractionService.isSetupComplete()) { in updateSetupStatus()