/external/autotest/client/cros/cellular/ |
modem1.py | 114 # different from the one obtained OTA. Rename the 'OperatorName' 116 # order to avoid a potential conflict with the 'OperatorName' 118 if 'OperatorName' in sim_props: 119 sim_props['SimOperatorName'] = sim_props.pop('OperatorName')
|
modem.py | 163 props['OperatorName'] = operator_name
|
pseudo_modem.py | 165 'OperatorName': self.operator_name 574 'OperatorName': self.operator_name,
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_3gpp.py | 146 'OperatorName' : '', 181 'operator-long': sim_props['OperatorName'], 182 'operator-short': sim_props['OperatorName'], 407 self.Set(mm1_constants.I_MODEM_3GPP, 'OperatorName', operator_name) 460 self.Set(mm1_constants.I_MODEM_3GPP, 'OperatorName', '') 526 retval['m3gpp-operator-name'] = m3gpp_props['OperatorName']
|
sim.py | 268 'OperatorName' : op_name
|
/packages/apps/Settings/src/com/android/settings/ |
WirelessSettings.java | 154 String operatorName = mTm.getSimOperatorName(); 155 if (TextUtils.isEmpty(operatorName)) { 158 operatorName = mTm.getNetworkOperatorName(); 159 if (TextUtils.isEmpty(operatorName)) { 164 R.string.mobile_no_provisioning_url, operatorName); 168 R.string.mobile_no_provisioning_url, operatorName);
|
RadioInfo.java | 170 private TextView operatorName; 362 operatorName = (TextView) findViewById(R.id.operator); 811 operatorName.setText(serviceState.getOperatorAlphaLong()); [all...] |
/system/connectivity/shill/cellular/ |
mobile_operator_info_unittest.cc | 384 // match by: OperatorName. 448 // match by: OperatorName. 458 // match by: OperatorName, one of the multiple present in the MNO. 492 // match by: OperatorName finds two (first one is chosen), MCCMNC narrows down 495 // This is merely an OperatorName update. 516 // match by: First MCCMNC finds one. Then, OperatorName matches another. 517 // verify: MCCMNC match prevails. No change on OperatorName update. 523 // An event is sent for the updated OperatorName. 528 // OperatorName from the database is given preference over the user supplied 534 // match by: First OperatorName finds one, then MCCMNC overrides it [all...] |
mobile_operator_info_impl.h | 136 // OperatorName comparisons for determining the MNO are done after normalizing
|
/external/llvm/utils/TableGen/ |
DAGISelMatcherGen.cpp | 599 StringRef OperatorName = N->getOperator()->getName(); 600 if (OperatorName == "imm" || OperatorName == "fpimm") { [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelephonyConstants.java | 408 public static final String OPERATOR_NAME = "operatorName";
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_defines.py | 614 OPERATOR_NAME = "operatorName"
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | [all...] |
/external/cros/system_api/dbus/shill/ |
dbus-constants.h | 133 const char kOperatorNameProperty[] = "Cellular.OperatorName"; [all...] |
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | [all...] |
/external/ceres-solver/docs/source/ |
solving.rst | 698 preconditioner, i.e., :math:`M=\operatorname{diag}(A)`, which for [all...] |
/external/llvm/lib/TableGen/ |
TGParser.cpp | [all...] |
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/ |
jaxen-1.1.1.jar | |