Searched refs:APP_VERSIONS (Results 1 – 2 of 2) sorted by relevance
29 public static final String APP_VERSIONS = "APP_VERSIONS"; field in DumpsysPackageStatsItem40 object.put(APP_VERSIONS, appVersions); in toJson()
38 assertTrue(output.has(DumpsysPackageStatsItem.APP_VERSIONS)); in testToJson()40 JSONObject appVersionsJson = output.getJSONObject(DumpsysPackageStatsItem.APP_VERSIONS); in testToJson()