HomeSort by relevance Sort by last modified time
    Searched refs:operator_name (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 100 self.operator_name = carrier[2]
101 if self.operator_name != 'Banana-Comm':
102 self.operator_name = self.operator_name + ' - Fake'
263 op_name = self._carrier.operator_name
modem_3gpp.py 377 def SetRegistered(self, operator_code, operator_name):
384 @param operator_name: The operator name that should be displayed by
407 self.Set(mm1_constants.I_MODEM_3GPP, 'OperatorName', operator_name)
  /external/autotest/client/cros/cellular/
modem.py 159 _, operator_code, operator_name = network.GetRegistrationInfo()
162 if operator_name:
163 props['OperatorName'] = operator_name
pseudo_modem.py 139 operator_name=DEFAULT_OPERATOR,
149 self.operator_name = operator_name
165 'OperatorName': self.operator_name
306 self.operator_name = carrier
574 'OperatorName': self.operator_name,
  /tools/test/connectivity/acts/tests/google/tel/live/
TelephonyConnectivitySanityTest.py 112 operator_name = None
119 operator_name = tel_test_utils.WCDMA_NW_NAME
124 operator_name = tel_test_utils.LTE_NW_NAME
  /external/autotest/client/site_tests/cellular_ServiceName/
cellular_ServiceName.py 61 carrier.operator_name = TEST_3GPP_HOME_CARRIER
  /system/bt/bta/include/
bta_hf_client_api.h 246 tBTA_HF_CLIENT_OPERATOR_NAME operator_name; member in union:__anon113116
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 634 const char* operator_name = env->GetStringUTFChars(operator_str, NULL); local
637 sBluetoothHfpInterface->cops_response(operator_name, (RawAddress*)addr);
642 env->ReleaseStringUTFChars(operator_str, operator_name);
  /hardware/qcom/audio/hal/msm8916/
platform.c 582 char *operator_name; local
584 operator_name = get_current_operator();
585 if (operator_name == NULL)
590 if (strcmp(operator_name, device_item->operator) == 0) {
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_at.cc 609 strlcpy(evt.operator_name.name, name, BTA_HF_CLIENT_OPERATOR_NAME_LEN + 1);
610 evt.operator_name.name[BTA_HF_CLIENT_OPERATOR_NAME_LEN] = '\0';
612 evt.operator_name.bd_addr = client_cb->peer_addr;
    [all...]
  /system/bt/btif/src/
btif_hf_client.cc 908 p_data->operator_name.name);
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 680 char *operator_name; local
682 operator_name = get_current_operator();
683 if (operator_name == NULL)
688 if (strcmp(operator_name, device_item->operator) == 0) {
    [all...]

Completed in 4851 milliseconds