Searched refs:COMMAND_BASE (Results 1 – 6 of 6) sorted by relevance
56 private static final String COMMAND_BASE = "cmd phone "; field in ImsServiceConnector452 return COMMAND_BASE + COMMAND_SET_IMS_SERVICE + COMMAND_SLOT_IDENTIFIER + mSlotId + " " in constructSetImsServiceOverrideCommand()460 return COMMAND_BASE + COMMAND_GET_IMS_SERVICE + COMMAND_SLOT_IDENTIFIER + mSlotId + " " in constructGetImsServiceCommand()467 return COMMAND_BASE + COMMAND_CLEAR_SERVICE_OVERRIDE + COMMAND_SLOT_IDENTIFIER in constructClearCarrierImsServiceOverrideCommand()669 TelephonyUtils.executeShellCommand(mInstrumentation, COMMAND_BASE + COMMAND_ENABLE_IMS in enableImsService()674 TelephonyUtils.executeShellCommand(mInstrumentation, COMMAND_BASE + COMMAND_DISABLE_IMS in disableImsService()679 TelephonyUtils.executeShellCommand(mInstrumentation, COMMAND_BASE in setDeviceSingleRegistrationEnabled()687 COMMAND_BASE + COMMAND_GET_DEVICE_SINGLE_REGISTRATION_ENABLED)); in getDeviceSingleRegistrationEnabled()692 COMMAND_BASE + COMMAND_GET_CARRIER_SINGLE_REGISTRATION_ENABLED)); in getCarrierSingleRegistrationEnabled()697 COMMAND_BASE + COMMAND_GET_UCE_ENABLED)); in getDeviceUceEnabled()[all …]
97 private static final String COMMAND_BASE = "cmd phone "; field in EabBulkCapabilityUpdaterTest352 cmdBuilder.append(COMMAND_BASE).append(COMMAND_GET_EAB_CONTACT) in getEabContact()443 cmdBuilder.append(COMMAND_BASE).append(COMMAND_REMOVE_EAB_CONTACT) in cleanupTestContactInEabProvider()450 cmdBuilder.append(COMMAND_BASE).append(COMMAND_REMOVE_EAB_CONTACT) in cleanupTestContactInEabProvider()
78 private static final String COMMAND_BASE = "cmd phone "; field in EabControllerTest651 cmdBuilder.append(COMMAND_BASE).append(COMMAND_GET_EAB_CONTACT) in getEabCapabilities()
38 private static final String COMMAND_BASE = "cmd wifi "; field in MockWifiModemServiceConnector44 COMMAND_BASE + COMMAND_GET_MODEM_SERVICE;46 COMMAND_BASE + COMMAND_SET_MODEM_SERVICE;114 return COMMAND_BASE in constructSetMockWifiModemServiceCommand()121 return COMMAND_BASE in constructSetConfiguredMockMethodCommand()
37 private static final String COMMAND_BASE = "cmd phone "; field in MockModemServiceConnector108 return COMMAND_BASE in constructSetModemServiceOverrideCommand()115 return COMMAND_BASE + COMMAND_GET_MODEM_SERVICE; in constructGetModemServiceCommand()119 return COMMAND_BASE + COMMAND_SET_MODEM_SERVICE; in constructClearModemServiceOverrideCommand()
47 private static final String COMMAND_BASE = "cmd phone "; field in DomainSelectionServiceConnector127 return COMMAND_BASE + COMMAND_SET_SERVICE_OVERRIDE + componentName.flattenToString(); in constructSetDomainSelectionServiceOverrideCommand()131 return COMMAND_BASE + COMMAND_CLEAR_SERVICE_OVERRIDE; in constructClearDomainSelectionServiceOverrideCommand()