Searched refs:mRemoteService (Results 1 – 2 of 2) sorted by relevance
79 private final ServiceConnector<IRoleController> mRemoteService; field in RoleControllerManager126 mRemoteService = remoteService; in RoleControllerManager()153 AndroidFuture<Boolean> operation = mRemoteService.postAsync(service -> { in grantDefaultRoles()168 AndroidFuture<Boolean> operation = mRemoteService.postAsync(service -> { in onAddRoleHolder()184 AndroidFuture<Boolean> operation = mRemoteService.postAsync(service -> { in onRemoveRoleHolder()200 AndroidFuture<Boolean> operation = mRemoteService.postAsync(service -> { in onClearRoleHolders()216 AndroidFuture<Boolean> operation = mRemoteService.postAsync(service -> { in isApplicationVisibleForRole()233 AndroidFuture<Boolean> operation = mRemoteService.postAsync(service -> { in isRoleVisible()248 mRemoteService.postAsync(service -> { in getLegacyFallbackDisabledRoles()
276 ConnectionServiceWrapper mRemoteService = in attemptNextPhoneAccount() local279 if (mRemoteService == null) { in attemptNextPhoneAccount()282 Log.v(this, "attemptNextPhoneAccount Setting RCS = %s", mRemoteService); in attemptNextPhoneAccount()283 mCall.setConnectionService(mService, mRemoteService); in attemptNextPhoneAccount()