Lines Matching refs:mInterface

169     private final ITelephony mInterface;  field in TelephonyShellCommand
262 mInterface = binder; in TelephonyShellCommand()
700 mInterface.enableDataConnectivity(); in handleDataTestModeCommand()
710 mInterface.disableDataConnectivity(); in handleDataTestModeCommand()
728 mInterface.startEmergencyCallbackMode(); in handleEmergencyCallbackModeCommand()
756 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
773 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
791 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
808 getOutPrintWriter().println(mInterface.getEmergencyNumberListTestMode()); in handleEmergencyNumberTestModeCommand()
967 mInterface.sendDeviceToDeviceMessage(messageType, messageValue); in handleD2dSendCommand()
987 mInterface.setActiveDeviceToDeviceTransport(arg); in handleD2dTransportCommand()
1094 mInterface.setDeviceToDeviceForceEnabled(isEnabled); in handleD2dDeviceSupportedCommand()
1168 boolean result = mInterface.setBoundImsServiceOverride(slotId, isCarrierService, in handleImsSetServiceCommand()
1209 boolean result = mInterface.clearCarrierImsServiceOverride(slotId); in handleImsClearCarrierServiceCommand()
1274 result = mInterface.getBoundImsServicePackage(slotId, isCarrierService, featureType); in handleImsGetServiceCommand()
1305 mInterface.enableIms(slotId); in handleEnableIms()
1333 mInterface.disableIms(slotId); in handleDisableIms()
1352 mInterface.setCepEnabled(isCepEnabled); in handleCepChange()
1958 boolean result = mInterface.setBoundGbaServiceOverride(subId, packageName); in handleGbaSetServiceCommand()
1982 result = mInterface.getBoundGbaService(subId); in handleGbaGetServiceCommand()
2008 boolean result = mInterface.setGbaReleaseTimeOverride(subId, interval); in handleGbaSetReleaseCommand()
2031 result = mInterface.getGbaReleaseTime(subId); in handleGbaGetReleaseCommand()
2121 result = mInterface.removeContactFromEab(subId, phoneNumber); in handleRemovingEabContactCommand()
2141 result = mInterface.getContactFromEab(phoneNumber); in handleGettingEabContactCommand()
2162 result = mInterface.getCapabilityFromEab(phoneNumber); in handleGettingEabCapabilityCommand()
2179 result = mInterface.getDeviceUceEnabled(); in handleUceGetDeviceEnabledCommand()
2199 mInterface.setDeviceUceEnabled(isEnabled); in handleUceSetDeviceEnabledCommand()
2219 result = mInterface.removeUceRequestDisallowedStatus(subId); in handleUceRemoveRequestDisallowedStatus()
2240 result = mInterface.setCapabilitiesRequestTimeout(subId, timeoutAfterMs); in handleUceSetCapRequestTimeout()
2259 mInterface.setRcsSingleRegistrationTestModeEnabled(Boolean.parseBoolean(enabledStr)); in handleSrcSetTestEnabledCommand()
2275 result = mInterface.getRcsSingleRegistrationTestModeEnabled(); in handleSrcGetTestEnabledCommand()
2320 result = mInterface.addUceRegistrationOverrideShell(subId, in handleUceOverridePublishCaps()
2324 result = mInterface.removeUceRegistrationOverrideShell(subId, in handleUceOverridePublishCaps()
2328 result = mInterface.clearUceRegistrationOverrideShell(subId); in handleUceOverridePublishCaps()
2331 result = mInterface.getLatestRcsContactUceCapabilityShell(subId); in handleUceOverridePublishCaps()
2361 result = mInterface.getLastUcePidfXmlShell(subId); in handleUceGetPidfXml()
2388 mInterface.setDeviceSingleRegistrationEnabledOverride(enabledStr); in handleSrcSetDeviceEnabledCommand()
2404 result = mInterface.getDeviceSingleRegistrationEnabled(); in handleSrcGetDeviceEnabledCommand()
2430 mInterface.setCarrierSingleRegistrationEnabledOverride(subId, enabledStr); in handleSrcSetCarrierEnabledCommand()
2453 result = mInterface.getCarrierSingleRegistrationEnabled(subId); in handleSrcGetCarrierEnabledCommand()
2479 mInterface.setImsFeatureValidationOverride(subId, enabledStr); in handleSrcSetFeatureValidationCommand()
2502 result = mInterface.getImsFeatureValidationOverride(subId); in handleSrcGetFeatureValidationCommand()
2575 mInterface.setCallComposerStatus(subscriptionId, in handleCallComposerCommand()
2578 mInterface.setCallComposerStatus(subscriptionId, in handleCallComposerCommand()
2581 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
2604 mInterface.checkCarrierPrivilegesForPackageAnyPhone(packageName) in handleHasCarrierPrivilegesCommand()
2662 if (mInterface != null) { in handleGetAllowedNetworkTypesCommand()
2663 result = mInterface.getAllowedNetworkTypesForReason(subId, in handleGetAllowedNetworkTypesCommand()
2693 if (mInterface != null) { in handleSetAllowedNetworkTypesCommand()
2694 result = mInterface.setAllowedNetworkTypesForReason(subId, in handleSetAllowedNetworkTypesCommand()