Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java89 public boolean recordedCall; field in BinderInternal.CallSession
DBinderCallsStats.java235 s.recordedCall = shouldRecordDetailedData(); in callStarted()
237 if (collectCpu && (mRecordingAllTransactionsForUid || s.recordedCall)) { in callStarted()
279 if (s.recordedCall) { in processCallEnded()