Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/apex/framework/java/android/provider/
DVerificationLogsHelper.java89 static void verifyTotalTimeForExecution(long totalTimeTakenForExecution, long threshold, in verifyTotalTimeForExecution() argument
91 if (threshold < totalTimeTakenForExecution) { in verifyTotalTimeForExecution()
93 + "ms, totalTimeForExecution = " + totalTimeTakenForExecution + "ms"); in verifyTotalTimeForExecution()
114 long totalTimeTakenForExecution, in logVerifications() argument
117 strb.append("\tTotal time for execution: ").append(totalTimeTakenForExecution).append( in logVerifications()
DCmpApiVerifier.java67 static void verifyApiResult(CmpApiResult result, long totalTimeTakenForExecution, in verifyApiResult() argument
76 verifyTotalTimeForExecution(totalTimeTakenForExecution, in verifyApiResult()
111 logVerifications(authority, result.getApi(), totalTimeTakenForExecution, in verifyApiResult()