• Home
  • Raw
  • Download

Lines Matching refs:mInterface

179     private final ITelephony mInterface;  field in TelephonyShellCommand
272 mInterface = binder; in TelephonyShellCommand()
754 mInterface.enableDataConnectivity(mContext.getOpPackageName()); in handleDataTestModeCommand()
764 mInterface.disableDataConnectivity(mContext.getOpPackageName()); in handleDataTestModeCommand()
782 mInterface.startEmergencyCallbackMode(); in handleEmergencyCallbackModeCommand()
810 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
827 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
845 mInterface.updateEmergencyNumberListTestMode( in handleEmergencyNumberTestModeCommand()
862 getOutPrintWriter().println(mInterface.getEmergencyNumberListTestMode()); in handleEmergencyNumberTestModeCommand()
1021 mInterface.sendDeviceToDeviceMessage(messageType, messageValue); in handleD2dSendCommand()
1041 mInterface.setActiveDeviceToDeviceTransport(arg); in handleD2dTransportCommand()
1148 mInterface.setDeviceToDeviceForceEnabled(isEnabled); in handleD2dDeviceSupportedCommand()
1222 boolean result = mInterface.setBoundImsServiceOverride(slotId, isCarrierService, in handleImsSetServiceCommand()
1263 boolean result = mInterface.clearCarrierImsServiceOverride(slotId); in handleImsClearCarrierServiceCommand()
1328 result = mInterface.getBoundImsServicePackage(slotId, isCarrierService, featureType); in handleImsGetServiceCommand()
1359 mInterface.enableIms(slotId); in handleEnableIms()
1387 mInterface.disableIms(slotId); in handleDisableIms()
1406 mInterface.setCepEnabled(isCepEnabled); in handleCepChange()
2145 boolean result = mInterface.setBoundGbaServiceOverride(subId, packageName); in handleGbaSetServiceCommand()
2169 result = mInterface.getBoundGbaService(subId); in handleGbaGetServiceCommand()
2195 boolean result = mInterface.setGbaReleaseTimeOverride(subId, interval); in handleGbaSetReleaseCommand()
2218 result = mInterface.getGbaReleaseTime(subId); in handleGbaGetReleaseCommand()
2308 result = mInterface.removeContactFromEab(subId, phoneNumber); in handleRemovingEabContactCommand()
2328 result = mInterface.getContactFromEab(phoneNumber); in handleGettingEabContactCommand()
2349 result = mInterface.getCapabilityFromEab(phoneNumber); in handleGettingEabCapabilityCommand()
2366 result = mInterface.getDeviceUceEnabled(); in handleUceGetDeviceEnabledCommand()
2386 mInterface.setDeviceUceEnabled(isEnabled); in handleUceSetDeviceEnabledCommand()
2406 result = mInterface.removeUceRequestDisallowedStatus(subId); in handleUceRemoveRequestDisallowedStatus()
2427 result = mInterface.setCapabilitiesRequestTimeout(subId, timeoutAfterMs); in handleUceSetCapRequestTimeout()
2446 mInterface.setRcsSingleRegistrationTestModeEnabled(Boolean.parseBoolean(enabledStr)); in handleSrcSetTestEnabledCommand()
2462 result = mInterface.getRcsSingleRegistrationTestModeEnabled(); in handleSrcGetTestEnabledCommand()
2507 result = mInterface.addUceRegistrationOverrideShell(subId, in handleUceOverridePublishCaps()
2511 result = mInterface.removeUceRegistrationOverrideShell(subId, in handleUceOverridePublishCaps()
2515 result = mInterface.clearUceRegistrationOverrideShell(subId); in handleUceOverridePublishCaps()
2518 result = mInterface.getLatestRcsContactUceCapabilityShell(subId); in handleUceOverridePublishCaps()
2548 result = mInterface.getLastUcePidfXmlShell(subId); in handleUceGetPidfXml()
2575 mInterface.setDeviceSingleRegistrationEnabledOverride(enabledStr); in handleSrcSetDeviceEnabledCommand()
2591 result = mInterface.getDeviceSingleRegistrationEnabled(); in handleSrcGetDeviceEnabledCommand()
2617 mInterface.setCarrierSingleRegistrationEnabledOverride(subId, enabledStr); in handleSrcSetCarrierEnabledCommand()
2640 result = mInterface.getCarrierSingleRegistrationEnabled(subId); in handleSrcGetCarrierEnabledCommand()
2666 mInterface.setImsFeatureValidationOverride(subId, enabledStr); in handleSrcSetFeatureValidationCommand()
2689 result = mInterface.getImsFeatureValidationOverride(subId); in handleSrcGetFeatureValidationCommand()
2762 mInterface.setCallComposerStatus(subscriptionId, in handleCallComposerCommand()
2765 mInterface.setCallComposerStatus(subscriptionId, in handleCallComposerCommand()
2768 getOutPrintWriter().println(mInterface.getCallComposerStatus(subscriptionId) in handleCallComposerCommand()
2791 mInterface.checkCarrierPrivilegesForPackageAnyPhone(packageName) in handleHasCarrierPrivilegesCommand()
2849 if (mInterface != null) { in handleGetAllowedNetworkTypesCommand()
2850 result = mInterface.getAllowedNetworkTypesForReason(subId, in handleGetAllowedNetworkTypesCommand()
2880 if (mInterface != null) { in handleSetAllowedNetworkTypesCommand()
2881 result = mInterface.setAllowedNetworkTypesForReason(subId, in handleSetAllowedNetworkTypesCommand()
2923 newDataStackEnabled = mInterface.isUsingNewDataStack(); in handleGetDataMode()
2949 boolean result = mInterface.setModemService(serviceName); in handleRadioSetModemServiceCommand()
2969 result = mInterface.getModemService(); in handleRadioGetModemServiceCommand()