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