Searched refs:mApkHashCache (Results 1 – 1 of 1) sorted by relevance
86 private final FileHashCache mApkHashCache; field in WatchlistLoggingHandler107 mApkHashCache = new FileHashCache(this); in WatchlistLoggingHandler()110 mApkHashCache = null; in WatchlistLoggingHandler()357 return mApkHashCache != null in getDigestFromUid()358 ? mApkHashCache.getSha256Hash(new File(apkPath)) in getDigestFromUid()