Home
last modified time | relevance | path

Searched defs:operatorName (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DMobilePlanPreferenceController.java159 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java403 public boolean copsResponse(BluetoothDevice device, String operatorName) { in copsResponse()
493 private native boolean copsResponseNative(String operatorName, byte[] address); in copsResponseNative()
DHeadsetStateMachine.java1648 String operatorName = mSystemInterface.getNetworkOperator(); in processAtCops() local
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java188 private TextView operatorName; field in RadioInfo