Home
last modified time | relevance | path

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

/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java625 String[] pathArray = callback.mResult.getResultFilePath().split("/"); in testRequestTagInFilename()
905 assertNotNull(result.getResultFilePath()); in confirmCollectionSuccess()
906 assertTrue(result.getResultFilePath().contains(suffix)); in confirmCollectionSuccess()
910 File file = new File(result.getResultFilePath()); in confirmCollectionSuccess()
919 assertNotNull(result.getResultFilePath()); in dumpTrace()
923 Path path = Paths.get(result.getResultFilePath()); in dumpTrace()
/packages/modules/Profiling/framework/java/android/os/
DProfilingResult.java140 public @Nullable String getResultFilePath() { in getResultFilePath() method in ProfilingResult
/packages/modules/Profiling/framework/api/
Dcurrent.txt18 method @Nullable public String getResultFilePath();