HomeSort by relevance Sort by last modified time
    Searched refs:lock_status (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/network_SIMLocking/
network_SIMLocking.py 96 lock_status = self._get_sim_lock_status()
97 lock_enabled = lock_status.get(
108 lock_status = self._get_sim_lock_status()
109 lock_type = lock_status.get(
120 lock_status = self._get_sim_lock_status()
121 lock_type = lock_status.get(
132 lock_status = self._get_sim_lock_status()
133 retries_left = lock_status.get(
  /bionic/libc/kernel/uapi/sound/
firewire.h 67 struct snd_firewire_event_lock_status lock_status; member in union:snd_firewire_event
  /external/kernel-headers/original/uapi/sound/
firewire.h 51 struct snd_firewire_event_lock_status lock_status; member in union:snd_firewire_event
  /external/autotest/client/cros/cellular/
test_environment.py 260 lock_status = props.get(
263 if lock_status is None:
265 locked = lock_status.get(
  /system/connectivity/shill/cellular/
cellular_capability_gsm_unittest.cc 686 KeyValueStore lock_status; local
687 lock_status.SetBool(kSIMLockEnabledProperty, true);
688 lock_status.SetString(kSIMLockTypeProperty, "");
689 lock_status.SetUint(kSIMLockRetriesLeftProperty, 0);
693 KeyValueStoreEq(lock_status)));
  /external/libnfc-nci/src/nfc/int/
rw_int.h 117 tRW_T1T_LOCK_STATUS lock_status; /* Indicates if it is modifed to set tag as Read only */ member in struct:__anon16535
290 tRW_T2T_LOCK_STATUS lock_status; /* Indicates if it is modifed to set tag as Read only */ member in struct:__anon16540
    [all...]

Completed in 162 milliseconds