Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java492 ParcelFileDescriptor parcelDesc = getInstrumentation().getUiAutomation() in run() local
494 mResult = Long.parseLong(parseLaunchTime(parcelDesc)); in run()
502 private String parseLaunchTime(ParcelFileDescriptor parcelDesc) { in parseLaunchTime() argument
507 InputStream inputStream = new FileInputStream(parcelDesc.getFileDescriptor()); in parseLaunchTime()