Searched refs:logAsync (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/ |
D | Camera2Activity.java | 63 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 70 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 79 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_AVAILABLE, in onResume() 87 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_UNAVAILABLE, in onResume() 98 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume() 105 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_EVICTED, in onResume() 112 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 118 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
|
D | Camera1Activity.java | 52 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 59 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_EVICTED, in onResume() 63 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, in onResume() 69 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in onResume() 72 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume()
|
/cts/tests/tests/hardware/src/android/hardware/multiprocess/ |
D | ErrorLoggingService.java | 518 public void logAsync(final int id, final String msg) { in logAsync() method in ErrorLoggingService.ErrorServiceConnection
|