Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java392 if (events != null) assertOnly(TestConstants.EVENT_CAMERA_CONNECT, events); in testAPI1ActivityEviction()
532 public static void assertOnly(int event, List<ErrorLoggingService.LogEvent> events) { in assertOnly() method in CameraEvictionTest