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; 119 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(mContext); in setUp() 194 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction() 199 ArrayList<ErrorLoggingService.LogEvent> events = new ArrayList<>(); in testBasicCamera2ActivityEviction() 200 for (ErrorLoggingService.LogEvent e : allEvents) { in testBasicCamera2ActivityEviction() 213 for (ErrorLoggingService.LogEvent e : events) { in testBasicCamera2ActivityEviction() 244 List<ErrorLoggingService.LogEvent> eventList2 = null; in testBasicCamera2ActivityEviction() 307 List<ErrorLoggingService.LogEvent> events = null; in testAPI1ActivityEviction() 352 List<ErrorLoggingService.LogEvent> eventList2 = null; in testAPI1ActivityEviction() 452 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 | 50 private ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection; 60 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()
|