Home
last modified time | relevance | path

Searched refs:mRemoteService (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/framework-s/java/android/app/role/
DRoleControllerManager.java79 private final ServiceConnector<IRoleController> mRemoteService; field in RoleControllerManager
126 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()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java276 ConnectionServiceWrapper mRemoteService = in attemptNextPhoneAccount() local
279 if (mRemoteService == null) { in attemptNextPhoneAccount()
282 Log.v(this, "attemptNextPhoneAccount Setting RCS = %s", mRemoteService); in attemptNextPhoneAccount()
283 mCall.setConnectionService(mService, mRemoteService); in attemptNextPhoneAccount()