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.java1440 private final List<File> mRecordings; field in AppLaunch.RecordingThread
1448 mRecordings = new ArrayList<>(); in RecordingThread()
1463 mRecordings.add(output); in run()
1500 return mRecordings; in getRecordings()