Searched refs:hasBeenRead (Results 1 – 3 of 3) sorted by relevance
176 assertFalse(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsFalseWhenInitialized()187 assertTrue(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsTrueWhenUserStoreIsLoaded()
428 return mWifiWakeupEnabled && mWakeupConfigStoreData.hasBeenRead(); in isEnabled()437 pw.println("configStore hasBeenRead: " + mWakeupConfigStoreData.hasBeenRead()); in dump()
94 public boolean hasBeenRead() { in hasBeenRead() method in WakeupConfigStoreData