Lines Matching refs:mInterface

231     private final ITelephony mInterface;  field in TelephonyShellCommand
323 mInterface = binder; in TelephonyShellCommand()
917 mInterface.enableDataConnectivity(mContext.getOpPackageName()); in handleDataTestModeCommand()
927 mInterface.disableDataConnectivity(mContext.getOpPackageName()); in handleDataTestModeCommand()
945 mInterface.startEmergencyCallbackMode(); in handleEmergencyCallbackModeCommand()
959 mInterface.updateEmergencyNumberListTestMode( in removeEmergencyNumberTestMode()
1017 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
1034 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
1056 getOutPrintWriter().println(mInterface.getEmergencyNumberListTestMode()); in handleEmergencyNumberTestModeCommand()
1215 mInterface.sendDeviceToDeviceMessage(messageType, messageValue); in handleD2dSendCommand()
1235 mInterface.setActiveDeviceToDeviceTransport(arg); in handleD2dTransportCommand()
1342 mInterface.setDeviceToDeviceForceEnabled(isEnabled); in handleD2dDeviceSupportedCommand()
1416 boolean result = mInterface.setBoundImsServiceOverride(slotId, isCarrierService, in handleImsSetServiceCommand()
1457 boolean result = mInterface.clearCarrierImsServiceOverride(slotId); in handleImsClearCarrierServiceCommand()
1522 result = mInterface.getBoundImsServicePackage(slotId, isCarrierService, featureType); in handleImsGetServiceCommand()
1553 mInterface.enableIms(slotId); in handleEnableIms()
1581 mInterface.disableIms(slotId); in handleDisableIms()
1600 mInterface.setCepEnabled(isCepEnabled); in handleCepChange()
2367 boolean result = mInterface.setBoundGbaServiceOverride(subId, packageName); in handleGbaSetServiceCommand()
2391 result = mInterface.getBoundGbaService(subId); in handleGbaGetServiceCommand()
2417 boolean result = mInterface.setGbaReleaseTimeOverride(subId, interval); in handleGbaSetReleaseCommand()
2440 result = mInterface.getGbaReleaseTime(subId); in handleGbaGetReleaseCommand()
2530 result = mInterface.removeContactFromEab(subId, phoneNumber); in handleRemovingEabContactCommand()
2550 result = mInterface.getContactFromEab(phoneNumber); in handleGettingEabContactCommand()
2571 result = mInterface.getCapabilityFromEab(phoneNumber); in handleGettingEabCapabilityCommand()
2588 result = mInterface.getDeviceUceEnabled(); in handleUceGetDeviceEnabledCommand()
2608 mInterface.setDeviceUceEnabled(isEnabled); in handleUceSetDeviceEnabledCommand()
2628 result = mInterface.removeUceRequestDisallowedStatus(subId); in handleUceRemoveRequestDisallowedStatus()
2649 result = mInterface.setCapabilitiesRequestTimeout(subId, timeoutAfterMs); in handleUceSetCapRequestTimeout()
2668 mInterface.setRcsSingleRegistrationTestModeEnabled(Boolean.parseBoolean(enabledStr)); in handleSrcSetTestEnabledCommand()
2684 result = mInterface.getRcsSingleRegistrationTestModeEnabled(); in handleSrcGetTestEnabledCommand()
2729 result = mInterface.addUceRegistrationOverrideShell(subId, in handleUceOverridePublishCaps()
2733 result = mInterface.removeUceRegistrationOverrideShell(subId, in handleUceOverridePublishCaps()
2737 result = mInterface.clearUceRegistrationOverrideShell(subId); in handleUceOverridePublishCaps()
2740 result = mInterface.getLatestRcsContactUceCapabilityShell(subId); in handleUceOverridePublishCaps()
2770 result = mInterface.getLastUcePidfXmlShell(subId); in handleUceGetPidfXml()
2797 mInterface.setDeviceSingleRegistrationEnabledOverride(enabledStr); in handleSrcSetDeviceEnabledCommand()
2813 result = mInterface.getDeviceSingleRegistrationEnabled(); in handleSrcGetDeviceEnabledCommand()
2839 mInterface.setCarrierSingleRegistrationEnabledOverride(subId, enabledStr); in handleSrcSetCarrierEnabledCommand()
2862 result = mInterface.getCarrierSingleRegistrationEnabled(subId); in handleSrcGetCarrierEnabledCommand()
2888 mInterface.setImsFeatureValidationOverride(subId, enabledStr); in handleSrcSetFeatureValidationCommand()
2911 result = mInterface.getImsFeatureValidationOverride(subId); in handleSrcGetFeatureValidationCommand()
2984 mInterface.setCallComposerStatus(subscriptionId, in handleCallComposerCommand()
2987 mInterface.setCallComposerStatus(subscriptionId, in handleCallComposerCommand()
2990 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
3013 mInterface.checkCarrierPrivilegesForPackageAnyPhone(packageName) in handleHasCarrierPrivilegesCommand()
3071 if (mInterface != null) { in handleGetAllowedNetworkTypesCommand()
3072 result = mInterface.getAllowedNetworkTypesForReason(subId, in handleGetAllowedNetworkTypesCommand()
3102 if (mInterface != null) { in handleSetAllowedNetworkTypesCommand()
3103 result = mInterface.setAllowedNetworkTypesForReason(subId, in handleSetAllowedNetworkTypesCommand()
3153 boolean result = mInterface.setModemService(serviceName); in handleRadioSetModemServiceCommand()
3173 result = mInterface.getModemService(); in handleRadioGetModemServiceCommand()
3220 boolean result = mInterface.setSatelliteServicePackageName(serviceName); in handleSetSatelliteServicePackageNameCommand()
3252 boolean result = mInterface.setSatelliteGatewayServicePackageName(serviceName); in handleSetSatelliteGatewayServicePackageNameCommand()
3289 boolean result = mInterface.setSatellitePointingUiClassName(packageName, className); in handleSetSatellitePointingUiClassNameCommand()
3338 mInterface.setEmergencyCallToSatelliteHandoverType(handoverType, delaySeconds); in handleSetEmergencyCallToSatelliteHandoverType()
3369 boolean result = mInterface.setSatelliteListeningTimeoutDuration(timeoutMillis); in handleSetSatelliteListeningTimeoutDuration()
3411 boolean result = mInterface.setDatagramControllerTimeoutDuration( in handleSetDatagramControllerTimeoutDuration()
3454 boolean result = mInterface.setDatagramControllerBooleanConfig( in handleSetDatagramControllerBooleanConfig()
3495 boolean result = mInterface.setSatelliteControllerTimeoutDuration( in handleSetSatelliteControllerTimeoutDuration()
3543 boolean result = mInterface.setShouldSendDatagramToModemInDemoMode( in handleSetShouldSendDatagramToModemInDemoMode()
3599 boolean result = mInterface.setSatelliteAccessControlOverlayConfigs(reset, isAllowed, in handleSetSatelliteAccessControlOverlayConfigs()
3654 boolean result = mInterface.setCountryCodes(reset, currentNetworkCountryCodes, in handleSetCountryCodes()
3693 boolean result = mInterface.setOemEnabledSatelliteProvisionStatus(reset, isProvisioned); in handleSetOemEnabledSatelliteProvisionStatus()
3744 boolean result = mInterface.setIsSatelliteCommunicationAllowedForCurrentLocationCache( in handleSetIsSatelliteCommunicationAllowedForCurrentLocationCache()
3798 mInterface.getModemService()))) { in handleCarrierRestrictionStatusCommand()
3864 mInterface.setCarrierServicePackageOverride( in setCarrierServicePackageOverride()
3909 mInterface.setCarrierServicePackageOverride(subId, null, mContext.getOpPackageName()); in clearCarrierServicePackageOverride()
3953 boolean result = mInterface.setDomainSelectionServiceOverride( in handleDomainSelectionSetServiceOverrideCommand()
3974 boolean result = mInterface.clearDomainSelectionServiceOverride(); in handleDomainSelectionClearServiceOverrideCommand()