Searched refs:isCallerActiveScorer (Results 1 – 6 of 6) sorted by relevance
421 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreManager423 return mService.isCallerActiveScorer(callingUid); in isCallerActiveScorer()
100 boolean isCallerActiveScorer(int callingUid); in isCallerActiveScorer() method
373 if (!isCallerActiveScorer(getCallingUid())) { in updateScores()642 if (isCallerActiveScorer(getCallingUid()) || callerCanRequestScores()) { in clearScores()674 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreService739 if (!isCallerActiveScorer(getCallingUid()) && !callerCanRequestScores()) { in disableScoring()
154 return mNetworkScoreManager.isCallerActiveScorer(uid); in isCallerActiveNwScorer()
480 mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid()); in testIsCallerActiveScorer_noBoundService()489 assertFalse(mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid())); in testIsCallerActiveScorer_boundServiceIsNotCaller()496 assertTrue(mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid())); in testIsCallerActiveScorer_boundServiceIsCaller()
531 when(mNetworkScoreManager.isCallerActiveScorer(mUid)).thenReturn(mActiveNwScorer);