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

  /system/connectivity/shill/cellular/
cellular.h 261 const std::string& sim_identifier() const { return sim_identifier_; } function in class:shill::Cellular
289 void set_sim_identifier(const std::string& sim_identifier);
cellular_capability_universal.cc 454 // |cellular()->sim_identifier()| will be non-empty. We still check here that
456 const string& sim_identifier = cellular()->sim_identifier(); local
457 if (sim_identifier.empty()) {
464 sim_identifier,
500 const string& sim_identifier = cellular()->sim_identifier(); local
513 if (activated && !sim_identifier.empty())
516 sim_identifier);
529 if (sim_identifier.empty()
605 const string& sim_identifier = cellular()->sim_identifier(); local
820 const string& sim_identifier = cellular()->sim_identifier(); local
    [all...]

Completed in 609 milliseconds