Home
last modified time | relevance | path

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

/packages/modules/Profiling/service/java/com/android/os/profiling/
DTracingSession.java66 private int mMaxProfilingTimeAllowedMs = 0; field in TracingSession
94 if (mMaxProfilingTimeAllowedMs != 0) { in getMaxProfilingTimeAllowedMs()
95 return mMaxProfilingTimeAllowedMs; in getMaxProfilingTimeAllowedMs()
97 mMaxProfilingTimeAllowedMs = in getMaxProfilingTimeAllowedMs()
99 return mMaxProfilingTimeAllowedMs; in getMaxProfilingTimeAllowedMs()