Home
last modified time | relevance | path

Searched refs:hasPendingChecks (Results 1 – 4 of 4) sorted by relevance

/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsAttentionServiceDeviceTest.java118 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testProximityUpdates_OnCancelledFromManager()
141 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testAttentionService_OnSuccess()
145 assertThat(CtsTestAttentionService.hasPendingChecks()).isTrue(); in testAttentionService_OnSuccess()
158 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testAttentionService_OnCancelledFromManager()
162 assertThat(CtsTestAttentionService.hasPendingChecks()).isTrue(); in testAttentionService_OnCancelledFromManager()
168 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testAttentionService_OnCancelledFromManager()
179 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testAttentionService_OnCancelledFromService()
183 assertThat(CtsTestAttentionService.hasPendingChecks()).isTrue(); in testAttentionService_OnCancelledFromService()
189 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testAttentionService_OnCancelledFromService()
DCtsTestAttentionService.java89 public static boolean hasPendingChecks() { in hasPendingChecks() method in CtsTestAttentionService
/cts/tests/rotationresolverservice/src/android/rotationresolverservice/cts/
DCtsRotationResolverServiceDeviceTest.java96 assertThat(CtsTestRotationResolverService.hasPendingChecks()).isFalse(); in testRotationResolverService_OnSuccess()
100 assertThat(CtsTestRotationResolverService.hasPendingChecks()).isTrue(); in testRotationResolverService_OnSuccess()
112 assertThat(CtsTestRotationResolverService.hasPendingChecks()).isFalse(); in testRotationResolverService_OnCancelledFromService()
116 assertThat(CtsTestRotationResolverService.hasPendingChecks()).isTrue(); in testRotationResolverService_OnCancelledFromService()
124 assertThat(CtsTestRotationResolverService.hasPendingChecks()).isFalse(); in testRotationResolverService_OnCancelledFromService()
DCtsTestRotationResolverService.java69 public static boolean hasPendingChecks() { in hasPendingChecks() method in CtsTestRotationResolverService