Searched refs:mCurrentPkg (Results 1 – 1 of 1) sorted by relevance
647 private String mCurrentPkg; field in SliceManagerService.PackageMatchingCache656 if (Objects.equals(pkgCandidate, mCurrentPkg)) { in matches()660 mCurrentPkg = mPkgSource.get(); in matches()661 return Objects.equals(pkgCandidate, mCurrentPkg); in matches()