Home
last modified time | relevance | path

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

/packages/modules/Profiling/framework/java/android/os/
DProfilingResult.java38 @Nullable final String mResultFilePath; field in ProfilingResult
90 mResultFilePath = resultFilePath; in ProfilingResult()
97 mResultFilePath = in.readString(); in ProfilingResult()
105 dest.writeString(mResultFilePath); in writeToParcel()
141 return mResultFilePath; in getResultFilePath()