OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allSessions
(Results
1 - 2
of
2
) sorted by null
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
CtsContentCaptureService.java
326
final ArrayList<ContentCaptureSessionId>
allSessions
= mAllSessions;
327
assertWithMessage("Wrong number of sessions").that(
allSessions
).hasSize(1);
328
final ContentCaptureSessionId id =
allSessions
.get(0);
/cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java
[
all
...]
Completed in 604 milliseconds