Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCamera2Activity.java62 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
69 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
78 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume()
86 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume()
97 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume()
104 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_EVICTED, in onResume()
111 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
117 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
DCamera1Activity.java51 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
58 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_EVICTED, in onResume()
62 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, in onResume()
68 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume()
71 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
DMediaRecorderCameraActivity.java86 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
134 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in surfaceChanged()
137 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in surfaceChanged()
DErrorLoggingService.java518 public void logAsync(final int id, final String msg) { in logAsync() method in ErrorLoggingService.ErrorServiceConnection