Searched refs:getRestrictBackgroundStatus (Results 1 – 11 of 11) sorted by relevance
75 int getRestrictBackgroundStatus(int uid); in getRestrictBackgroundStatus() method
508 public int getRestrictBackgroundStatus(int uid) { in getRestrictBackgroundStatus() method in NetworkPolicyManager510 return mService.getRestrictBackgroundStatus(uid); in getRestrictBackgroundStatus()
12 NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Method getRestrictBackgroundStatus(a…
878 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() { in getRestrictBackgroundStatus() method in ConnectivityManager
440 when(mNetPolicyManager.getRestrictBackgroundStatus(anyInt())) in testMeteredAllowed()444 when(mNetPolicyManager.getRestrictBackgroundStatus(anyInt())) in testMeteredAllowed()451 when(mNetPolicyManager.getRestrictBackgroundStatus(anyInt())) in testMeteredAllowed()
857 mNetPolicyManager.getRestrictBackgroundStatus(uid) in isMeteredAllowed()1872 uid, mNetPolicyManager.getRestrictBackgroundStatus(uid))
268 …id.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK) public int getRestrictBackgroundStatus(int);
2352 final int status = (cm == null) ? -1 : cm.getRestrictBackgroundStatus(); in dumpSyncState()
3533 public int getRestrictBackgroundStatus(int uid) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15394 PLcom/android/server/net/NetworkPolicyManagerService;->getRestrictBackgroundStatus(I)I