Searched refs:isCallerActiveScorer (Results 1 – 5 of 5) sorted by relevance
100 boolean isCallerActiveScorer(int callingUid); in isCallerActiveScorer() method
443 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreManager445 return mService.isCallerActiveScorer(callingUid); in isCallerActiveScorer()
448 if (!isCallerActiveScorer(getCallingUid())) { in updateScores()729 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreService755 && !isCallerActiveScorer(callingUid)) { in enforceSystemOrIsActiveScorer()
512 mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid()); in testIsCallerActiveScorer_noBoundService()521 assertFalse(mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid())); in testIsCallerActiveScorer_boundServiceIsNotCaller()528 assertTrue(mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid())); in testIsCallerActiveScorer_boundServiceIsCaller()
25949 HSPLandroid/net/INetworkScoreService;->isCallerActiveScorer(I)Z