Searched refs:apkHash (Results 1 – 1 of 1) sorted by relevance
58 String apkHash = computeStringHashOfApk(apkFile); in handleMessage() local60 startTimestamp, uid, pid, seinfo, apkHash); in handleMessage()83 String apkHash = mProcessLoggingBaseApkHashes.get(apkFile); in computeStringHashOfApk() local84 if (apkHash == null) { in computeStringHashOfApk()91 apkHash = sb.toString(); in computeStringHashOfApk()92 mProcessLoggingBaseApkHashes.put(apkFile, apkHash); in computeStringHashOfApk()97 return apkHash != null ? apkHash : "Failed to count APK hash"; in computeStringHashOfApk()