Searched refs:getAppScanStatsByUid (Results 1 – 3 of 3) sorted by relevance
384 AppScanStats getAppScanStatsByUid(int uid) { in getAppScanStatsByUid() method in ContextMap
1373 if (mService.mScannerMap.getAppScanStatsByUid(uid) != null) {
2277 AppScanStats app = mScannerMap.getAppScanStatsByUid(Binder.getCallingUid()); in registerScanner()