Home
last modified time | relevance | path

Searched refs:respondSuccess (Results 1 – 6 of 6) sorted by relevance

/cts/tests/rotationresolverservice/src/android/rotationresolverservice/cts/
DCtsTestRotationResolverService.java55 public static void respondSuccess(int code) { in respondSuccess() method in CtsTestRotationResolverService
DCtsRotationResolverServiceDeviceTest.java103 CtsTestRotationResolverService.respondSuccess(ROTATION_0); in testRotationResolverService_OnSuccess()
/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsTestAttentionService.java69 public static void respondSuccess(int code) { in respondSuccess() method in CtsTestAttentionService
DCtsAttentionServiceDeviceTest.java148 CtsTestAttentionService.respondSuccess( in testAttentionService_OnSuccess()
/cts/tests/ambientcontext/src/android/ambientcontext/cts/
DCtsAmbientContextDetectionService.java67 public static void respondSuccess(AmbientContextEvent event) { in respondSuccess() method in CtsAmbientContextDetectionService
DCtsAmbientContextDetectionServiceDeviceTest.java106 CtsAmbientContextDetectionService.respondSuccess(FAKE_EVENT); in testAmbientContextDetectionService_OnSuccess()