Home
last modified time | relevance | path

Searched refs:ErrorLoggingService (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java52 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 …]
DCamera1Activity.java34 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection;
40 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
DCamera2Activity.java37 ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection;
43 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
DMediaRecorderCameraActivity.java50 private ErrorLoggingService.ErrorServiceConnection mErrorServiceConnection;
60 mErrorServiceConnection = new ErrorLoggingService.ErrorServiceConnection(this); in onCreate()
DErrorLoggingService.java56 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()