Searched refs:hasAsyncUpdate (Results 1 – 9 of 9) sorted by relevance
122 if (!controller.hasAsyncUpdate()) { in handleToggleAction()133 if (!controller.hasAsyncUpdate()) { in handleToggleAction()188 if (!controller.hasAsyncUpdate()) { in handleCopyAction()
84 default boolean hasAsyncUpdate() { in hasAsyncUpdate() method
79 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in FakeToggleController
75 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SecureNfcPreferenceController
97 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in NfcPreferenceController
151 assertThat(mPreferenceController.hasAsyncUpdate()).isFalse(); in hasAsyncUpdate_shouldReturnFalse()
188 assertThat(mNfcController.hasAsyncUpdate()).isTrue(); in hasAsyncUpdate_shouldReturnTrue()
343 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SliceBroadcastReceiverTest.AsyncToggleController