Searched refs:hasAsyncUpdate (Results 1 – 10 of 10) sorted by relevance
118 if (!controller.hasAsyncUpdate()) { in handleToggleAction()129 if (!controller.hasAsyncUpdate()) { in handleToggleAction()
87 default boolean hasAsyncUpdate() { in hasAsyncUpdate() method
86 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in FakeToggleController
83 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SecureNfcPreferenceController
97 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in NfcPreferenceController
189 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in UwbPreferenceController
151 assertThat(mPreferenceController.hasAsyncUpdate()).isFalse(); in hasAsyncUpdate_shouldReturnFalse()
187 assertThat(mNfcController.hasAsyncUpdate()).isTrue(); in hasAsyncUpdate_shouldReturnTrue()
356 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SliceBroadcastReceiverTest.AsyncToggleController