Home
last modified time | relevance | path

Searched refs:lock_status2 (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_gsm_unittest.cc708 KeyValueStore lock_status2; in TEST_F() local
709 lock_status2.SetBool(kSIMLockEnabledProperty, false); in TEST_F()
710 lock_status2.SetString(kSIMLockTypeProperty, kLockType); in TEST_F()
711 lock_status2.SetUint(kSIMLockRetriesLeftProperty, kRetries); in TEST_F()
714 KeyValueStoreEq(lock_status2))); in TEST_F()