Home
last modified time | relevance | path

Searched refs:hasCurrentProximityUpdates (Results 1 – 2 of 2) sorted by relevance

/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsAttentionServiceDeviceTest.java96 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isFalse(); in testProximityUpdates_OnSuccess()
102 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isTrue(); in testProximityUpdates_OnSuccess()
124 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isTrue(); in testProximityUpdates_OnCancelledFromManager()
130 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isFalse(); in testProximityUpdates_OnCancelledFromManager()
DCtsTestAttentionService.java93 public static boolean hasCurrentProximityUpdates() { in hasCurrentProximityUpdates() method in CtsTestAttentionService