Home
last modified time | relevance | path

Searched refs:isCallerActiveScorer (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DINetworkScoreService.aidl100 boolean isCallerActiveScorer(int callingUid); in isCallerActiveScorer() method
DNetworkScoreManager.java580 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreManager
582 return mService.isCallerActiveScorer(callingUid); in isCallerActiveScorer()
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java441 if (!isCallerActiveScorer(getCallingUid())) { in updateScores()
722 public boolean isCallerActiveScorer(int callingUid) { in isCallerActiveScorer() method in NetworkScoreService
748 && !isCallerActiveScorer(callingUid)) { in enforceSystemOrIsActiveScorer()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScoreServiceTest.java513 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32839 Landroid/net/INetworkScoreService$Stub$Proxy;->isCallerActiveScorer(I)Z
32864 Landroid/net/INetworkScoreService;->isCallerActiveScorer(I)Z