Home
last modified time | relevance | path

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

/cts/tools/cts-test-metrics/
DREADME13 as input, reads the json file and adds the json object to json_data. The _PrintJson function
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java784 public final int reads; field in PackageManagerShellCommandIncrementalTest.AppReads
786 AppReads(String packageName, int reads) { in AppReads() argument
788 this.reads = reads; in AppReads()
920 Arrays.sort(appIdReads, (lhs, rhs) -> Integer.compare(rhs.reads, lhs.reads)); in testInstallWithIdSigNoDigesting()
923 item -> item.packageName + " : " + item.reads + " blocks").toArray(String[]::new)); in testInstallWithIdSigNoDigesting()