HomeSort by relevance Sort by last modified time
    Searched refs:operator_name (Results 1 - 4 of 4) 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/automation/
testing_automation_provider_chromeos.cc 317 item->SetString("operator_name", cellular_networks[i]->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...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 677 dictionary->SetString("operatorName", cellular->operator_name());
    [all...]

Completed in 164 milliseconds