Searched refs:isCallerActiveScorer (Results 1 – 5 of 5) sorted by relevance
100 boolean isCallerActiveScorer(int callingUid); in isCallerActiveScorer() method
580 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreManager582 return mService.isCallerActiveScorer(callingUid); in isCallerActiveScorer()
441 if (!isCallerActiveScorer(getCallingUid())) { in updateScores()722 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreService748 && !isCallerActiveScorer(callingUid)) { in enforceSystemOrIsActiveScorer()
513 mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid()); in testIsCallerActiveScorer_noBoundService()522 assertFalse(mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid())); in testIsCallerActiveScorer_boundServiceIsNotCaller()529 assertTrue(mNetworkScoreService.isCallerActiveScorer(Binder.getCallingUid())); in testIsCallerActiveScorer_boundServiceIsCaller()
32839 Landroid/net/INetworkScoreService$Stub$Proxy;->isCallerActiveScorer(I)Z32864 Landroid/net/INetworkScoreService;->isCallerActiveScorer(I)Z