/packages/apps/Settings/src/com/android/settings/slices/ |
D | SliceBroadcastReceiver.java | 122 if (!controller.hasAsyncUpdate()) { in handleToggleAction() 133 if (!controller.hasAsyncUpdate()) { in handleToggleAction() 188 if (!controller.hasAsyncUpdate()) { in handleCopyAction()
|
D | Sliceable.java | 84 default boolean hasAsyncUpdate() { in hasAsyncUpdate() method
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/ |
D | SliceBroadcastReceiver.java | 127 if (!controller.hasAsyncUpdate()) { in handleToggleAction() 138 if (!controller.hasAsyncUpdate()) { in handleToggleAction() 193 if (!controller.hasAsyncUpdate()) { in handleCopyAction()
|
D | Sliceable.java | 63 default boolean hasAsyncUpdate() { in hasAsyncUpdate() method
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
D | FakeToggleController.java | 83 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in FakeToggleController
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/ |
D | SecureNfcPreferenceController.java | 75 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SecureNfcPreferenceController
|
D | NfcPreferenceController.java | 95 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in NfcPreferenceController
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
D | SecureNfcPreferenceController.java | 75 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SecureNfcPreferenceController
|
D | NfcPreferenceController.java | 88 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in NfcPreferenceController
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/ |
D | BasePreferenceControllerTest.java | 151 assertThat(mPreferenceController.hasAsyncUpdate()).isFalse(); in hasAsyncUpdate_shouldReturnFalse()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/ |
D | NfcPreferenceControllerTest.java | 183 assertThat(mNfcController.hasAsyncUpdate()).isTrue(); in hasAsyncUpdate_shouldReturnTrue()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
D | SliceBroadcastReceiverTest.java | 343 public boolean hasAsyncUpdate() { in hasAsyncUpdate() method in SliceBroadcastReceiverTest.AsyncToggleController
|