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