Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWakeupConfigStoreDataTest.java184 assertFalse(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsFalseWhenInitialized()
195 assertTrue(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsTrueWhenUserStoreIsLoaded()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWakeupController.java496 return isUsable() && mWakeupConfigStoreData.hasBeenRead(); in isEnabledAndReady()
505 pw.println("configStore hasBeenRead: " + mWakeupConfigStoreData.hasBeenRead()); in dump()
DWakeupConfigStoreData.java101 public boolean hasBeenRead() { in hasBeenRead() method in WakeupConfigStoreData