Searched refs:onUserSetupCompleted (Results 1 – 11 of 11) sorted by relevance
80 void onUserSetupCompleted(in RemoteCallback callback); in onUserSetupCompleted() method
140 public void onUserSetupCompleted(RemoteCallback remoteCallback) {141 Futures.addCallback(mPolicyController.onUserSetupCompleted(),
69 void onUserSetupCompleted(OutcomeReceiver<Void, Exception> callback); in onUserSetupCompleted() method
446 public void onUserSetupCompleted(OutcomeReceiver<Void, Exception> callback) {459 mDeviceLockControllerService.onUserSetupCompleted(remoteCallback);
131 public void onUserSetupCompleted(OutcomeReceiver<Void, Exception> callback) { in onUserSetupCompleted() method in DeviceLockControllerConnectorStub
438 onUserSetupCompleted(userHandle); in registerUserSetupCompleteListener()444 void onUserSetupCompleted(UserHandle userHandle) { in onUserSetupCompleted() method in DeviceLockServiceImpl445 getDeviceLockControllerConnector(userHandle).onUserSetupCompleted(new OutcomeReceiver<>() { in onUserSetupCompleted()
71 ListenableFuture<Void> onUserSetupCompleted(); in onUserSetupCompleted() method
78 ListenableFuture<Void> onUserSetupCompleted(); in onUserSetupCompleted() method
481 public ListenableFuture<Void> onUserSetupCompleted() {482 return mProvisionStateController.onUserSetupCompleted();
283 public ListenableFuture<Void> onUserSetupCompleted() {
297 mProvisionStateController.onUserSetupCompleted().get(); in onUserSetupCompleted_withProvisionReady_shouldGoToProvisionInProgress()