Home
last modified time | relevance | path

Searched refs:getServiceInterface (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java107 binder = getServiceInterface(mBinder); in registerCallback()
134 binder = getServiceInterface(mBinder); in unregisterCallback()
353 getServiceInterface(mBinder).setListener(listener); in openConnection()
364 getServiceInterface(mBinder).setListener(null); in closeConnection()
422 getServiceInterface(mBinder).changeCapabilitiesConfiguration(request, callback); in changeEnabledCapabilities()
430 getServiceInterface(mBinder).queryCapabilityConfiguration(capability, radioTech, in queryEnabledCapabilities()
439 getServiceInterface(mBinder).queryCapabilityStatus()); in queryCapabilityStatus()
447 return getServiceInterface(mBinder).createCallProfile(callServiceType, callType); in createCallProfile()
455 return getServiceInterface(mBinder).createCallSession(profile); in createCallSession()
462 return getServiceInterface(mBinder).getUtInterface(); in getUtInterface()
[all …]
DRcsFeatureConnection.java229 getServiceInterface(mBinder).setListener(listener); in setRcsFeatureListener()
244 return getServiceInterface(mBinder).queryCapabilityStatus(); in queryCapabilityStatus()
276 getServiceInterface(mBinder).addCapabilityCallback(callback); in addCapabilityCallback()
284 getServiceInterface(mBinder).removeCapabilityCallback(callback); in removeCapabilityCallback()
292 getServiceInterface(mBinder).queryCapabilityConfiguration(capability, radioTech, c); in queryCapabilityConfiguration()
300 getServiceInterface(mBinder).changeCapabilitiesConfiguration(request, callback); in changeEnabledCapabilities()
308 getServiceInterface(mBinder).updateCapabilities(capabilities, taskId); in requestPublication()
315 getServiceInterface(mBinder).requestCapabilities(uris, taskId); in requestCapabilities()
324 return getServiceInterface(mBinder).getFeatureState(); in retrieveFeatureState()
339 public IImsRcsFeature getServiceInterface(IBinder b) { in getServiceInterface() method in RcsFeatureConnection
/frameworks/base/core/java/android/app/role/
DRoleControllerManager.java207 protected @NonNull IRoleController getServiceInterface(@NonNull IBinder binder) { in getServiceInterface() method in RoleControllerManager.RemoteService
274 getService().getServiceInterface().grantDefaultRoles(mRemoteCallback); in run()
333 getService().getServiceInterface().onAddRoleHolder(mRoleName, mPackageName, mFlags, in run()
388 getService().getServiceInterface().onRemoveRoleHolder(mRoleName, mPackageName, in run()
439 getService().getServiceInterface().onClearRoleHolders(mRoleName, mFlags, in run()
495 getService().getServiceInterface().isApplicationQualifiedForRole(mRoleName, in run()
547 getService().getServiceInterface().isRoleVisible(mRoleName, mRemoteCallback); in run()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfileConnector.java57 mService = getServiceInterface(service);
157 public abstract T getServiceInterface(IBinder service); in getServiceInterface() method in BluetoothProfileConnector
DBluetoothAvrcpController.java84 public IBluetoothAvrcpController getServiceInterface(IBinder service) {
DBluetoothPbapClient.java58 public IBluetoothPbapClient getServiceInterface(IBinder service) {
DBluetoothPan.java151 public IBluetoothPan getServiceInterface(IBinder service) {
DBluetoothSap.java97 public IBluetoothSap getServiceInterface(IBinder service) {
DBluetoothA2dpSink.java78 public IBluetoothA2dpSink getServiceInterface(IBinder service) {
DBluetoothMap.java79 public IBluetoothMap getServiceInterface(IBinder service) {
DBluetoothHearingAid.java133 public IBluetoothHearingAid getServiceInterface(IBinder service) {
DBluetoothMapClient.java120 public IBluetoothMapClient getServiceInterface(IBinder service) {
DBluetoothHidDevice.java391 public IBluetoothHidDevice getServiceInterface(IBinder service) {
/frameworks/base/core/java/android/permission/
DPermissionControllerManager.java511 protected @NonNull IPermissionController getServiceInterface(@NonNull IBinder binder) { in getServiceInterface() method in PermissionControllerManager.RemoteService
772 getService().getServiceInterface().revokeRuntimePermissions(bundledizedRequest, in run()
818 getService().getServiceInterface().getRuntimePermissionBackup(mUser, remotePipe); in run()
897 getService().getServiceInterface().setRuntimePermissionGrantStateByDeviceAdmin( in run()
993 getService().getServiceInterface().restoreDelayedRuntimePermissionBackup( in run()
1044 getService().getServiceInterface().getAppPermissions(mPackageName, mRemoteCallback); in run()
1117 getService().getServiceInterface().countPermissionApps(mPermissionNames, in run()
1174 getService().getServiceInterface().getPermissionUsages(mCountSystem, mNumMillis, in run()
1221 getService().getServiceInterface().grantOrUpgradeDefaultRuntimePermissions( in run()
/frameworks/base/core/java/com/android/internal/infra/
DAbstractRemoteService.java174 protected abstract I getServiceInterface(@NonNull IBinder service); in getServiceInterface() method in AbstractRemoteService
200 public final I getServiceInterface() { in getServiceInterface() method in AbstractRemoteService
473 mService = getServiceInterface(service); in onServiceConnected()
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DRemoteContentSuggestionsService.java56 protected IContentSuggestionsService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteContentSuggestionsService
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DRemoteAppPredictionService.java59 protected IPredictionService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteAppPredictionService
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java66 protected IContentCaptureService getServiceInterface(@NonNull IBinder service) { in getServiceInterface() method in RemoteContentCaptureService
/frameworks/base/core/java/android/nfc/
DNfcAdapter.java604 sService = getServiceInterface(); in getNfcAdapter()
649 private static INfcAdapter getServiceInterface() { in getServiceInterface() method in NfcAdapter
787 INfcAdapter service = getServiceInterface(); in attemptDeadServiceRecovery()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceControllerCompat.java64 protected final String getServiceInterface() { in getServiceInterface() method in ImsServiceControllerCompat
DImsResolver.java340 String getServiceInterface(); in getServiceInterface() method
352 public String getServiceInterface() {
375 public String getServiceInterface() {
1427 service.controllerFactory.getServiceInterface()); in startDynamicQuery()
1538 Intent serviceIntent = new Intent(controllerFactory.getServiceInterface()); in searchForImsServices()
DImsServiceController.java377 Intent imsServiceIntent = new Intent(getServiceInterface()).setComponent( in bind()
612 protected String getServiceInterface() { in getServiceInterface() method in ImsServiceController
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java116 protected IAugmentedAutofillService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteAugmentedAutofillService
DRemoteFillService.java88 protected IAutoFillService getServiceInterface(IBinder service) { in getServiceInterface() method in RemoteFillService
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java1708 public String getServiceInterface() { in setupController()
1794 public String getServiceInterface() { in setImsServiceControllerFactory()
1811 public String getServiceInterface() { in setImsServiceControllerFactory()
1837 public String getServiceInterface() { in setImsServiceControllerFactory()
1868 public String getServiceInterface() { in setImsServiceControllerFactory()

12