Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java1442 private final List<File> mRecordings; field in AppLaunch.RecordingThread
1450 mRecordings = new ArrayList<>(); in RecordingThread()
1465 mRecordings.add(output); in run()
1502 return mRecordings; in getRecordings()