Searched refs:reads (Results 1 – 2 of 2) sorted by relevance
13 as input, reads the json file and adds the json object to json_data. The _PrintJson function
784 public final int reads; field in PackageManagerShellCommandIncrementalTest.AppReads786 AppReads(String packageName, int reads) { in AppReads() argument788 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()