Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWakeupConfigStoreDataTest.java176 assertFalse(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsFalseWhenInitialized()
187 assertTrue(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsTrueWhenUserStoreIsLoaded()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupController.java428 return mWifiWakeupEnabled && mWakeupConfigStoreData.hasBeenRead(); in isEnabled()
437 pw.println("configStore hasBeenRead: " + mWakeupConfigStoreData.hasBeenRead()); in dump()
DWakeupConfigStoreData.java94 public boolean hasBeenRead() { in hasBeenRead() method in WakeupConfigStoreData