Searched refs:hasBeenRead (Results 1 – 3 of 3) sorted by relevance
184 assertFalse(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsFalseWhenInitialized()195 assertTrue(mWakeupConfigData.hasBeenRead()); in hasBeenReadIsTrueWhenUserStoreIsLoaded()
496 return isUsable() && mWakeupConfigStoreData.hasBeenRead(); in isEnabledAndReady()505 pw.println("configStore hasBeenRead: " + mWakeupConfigStoreData.hasBeenRead()); in dump()
101 public boolean hasBeenRead() { in hasBeenRead() method in WakeupConfigStoreData