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

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 452 const char *operator_name; local
455 operator_name = env->GetStringUTFChars(operator_str, NULL);
457 if ( (status = sBluetoothHfpInterface->cops_response(operator_name)) != BT_STATUS_SUCCESS) {
460 env->ReleaseStringUTFChars(operator_str, operator_name);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 588 const std::string& operator_name() const { return operator_name_; } function in class:chromeos::CellularNetwork
    [all...]

Completed in 207 milliseconds