Searched refs:hasCurrentProximityUpdates (Results 1 – 2 of 2) sorted by relevance
96 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()
93 public static boolean hasCurrentProximityUpdates() { in hasCurrentProximityUpdates() method in CtsTestAttentionService