Searched refs:isSetupComplete (Results 1 – 4 of 4) sorted by relevance
75 public boolean isSetupComplete() {76 return InteractionService.this.isSetupComplete();172 private boolean isSetupComplete() { in isSetupComplete() method in InteractionService222 if (isSetupComplete()) { in updateNotification()
107 boolean isSetupComplete() { in isSetupComplete() method in InteractionServiceClient108 return getRemote(() -> mInteractionService.isSetupComplete()); in isSetupComplete()
22 boolean isSetupComplete(); in isSetupComplete() method
96 if (mInteractionService.isSetupComplete()) { in updateSetupStatus()