Searched refs:ErrorLoggingService (Results 1 – 5 of 5) sorted by relevance
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | CameraEvictionTest.java | 52 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; 128 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(mContext); in setUp() 203 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction() 208 ArrayList<ErrorLoggingService.LogEvent> events = new ArrayList<>(); in testBasicCamera2ActivityEviction() 209 for (ErrorLoggingService.LogEvent e : allEvents) { in testBasicCamera2ActivityEviction() 222 for (ErrorLoggingService.LogEvent e : events) { in testBasicCamera2ActivityEviction() 250 List<ErrorLoggingService.LogEvent> eventList2 = null; in testBasicCamera2ActivityEviction() 387 List<ErrorLoggingService.LogEvent> events = null; in testAPI1ActivityEviction() 432 List<ErrorLoggingService.LogEvent> eventList2 = null; in testAPI1ActivityEviction() 532 public static void assertOnly(int event, List<ErrorLoggingService.LogEvent> events) { in assertOnly() [all …]
|
D | Camera1Activity.java | 34 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; 40 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
|
D | Camera2Activity.java | 37 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; 43 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
|
D | MediaRecorderCameraActivity.java | 47 private ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; 57 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
|
D | ErrorLoggingService.java | 56 public class ErrorLoggingService extends Service { class 424 … mContext.bindService(new Intent(mContext, ErrorLoggingService.class), mConnection, in blockingGetBoundService() 445 … mContext.bindService(new Intent(mContext, ErrorLoggingService.class), mConnection, in getBoundService() 462 … mContext.bindService(new Intent(mContext, ErrorLoggingService.class), mConnection, in start()
|