Searched refs:TestConstants (Results 1 – 5 of 5) sorted by relevance
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | Camera2Activity.java | 62 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()
|
D | Camera1Activity.java | 51 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()
|
D | CameraEvictionTest.java | 197 TestConstants.EVENT_CAMERA_CONNECT); in testBasicCamera2ActivityEviction() 204 if (eventTag == TestConstants.EVENT_CAMERA_UNAVAILABLE || in testBasicCamera2ActivityEviction() 205 eventTag == TestConstants.EVENT_CAMERA_CONNECT || in testBasicCamera2ActivityEviction() 206 eventTag == TestConstants.EVENT_CAMERA_AVAILABLE) { in testBasicCamera2ActivityEviction() 218 String[] actualEvents = TestConstants.convertToStringArray(eventList); in testBasicCamera2ActivityEviction() 219 String[] expectedEvents = new String[] {TestConstants.EVENT_CAMERA_UNAVAILABLE_STR, in testBasicCamera2ActivityEviction() 220 TestConstants.EVENT_CAMERA_CONNECT_STR}; in testBasicCamera2ActivityEviction() 221 String[] ignoredEvents = new String[] { TestConstants.EVENT_CAMERA_AVAILABLE_STR, in testBasicCamera2ActivityEviction() 222 TestConstants.EVENT_CAMERA_UNAVAILABLE_STR }; in testBasicCamera2ActivityEviction() 309 TestConstants.EVENT_CAMERA_CONNECT); in testAPI1ActivityEviction() [all …]
|
D | MediaRecorderCameraActivity.java | 83 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in onResume() 131 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_CONNECT, in surfaceChanged() 134 mErrorServiceConnection.logAsync(TestConstants.EVENT_CAMERA_ERROR, TAG + in surfaceChanged()
|
D | TestConstants.java | 21 public class TestConstants { class
|