Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBinderLatencyObserver.java107 String transactionName = resolver.getMethodName(
109 fillApiStatsProto(proto, dims, transactionName, histogramMap.get(dims));
120 ProtoOutputStream proto, LatencyDims dims, String transactionName, int[] histogram) { in fillApiStatsProto() argument
144 proto.write(Dims.SERVICE_METHOD_NAME, transactionName); in fillApiStatsProto()
/frameworks/base/core/java/android/os/
DBinder.java1171 final String transactionName = getTransactionName(code); in execTransactInternal() local
1173 + (transactionName != null ? transactionName : code)); in execTransactInternal()