Searched defs:blacklisted (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java2197 // App is blacklisted.
2945 * also blacklisted.
2962 * <li>If the foreground app is blacklisted by the user, it should be temporarily removed from
3062 // where app is whitelisted and blacklisted at the same time (although such
3075 + ", blacklisted=" + isBlacklisted
3250 int uid, boolean blacklisted) {
3253 listener.onRestrictBackgroundBlacklistChanged(uid, blacklisted);
3324 // - when an app is blacklisted
3366 final boolean blacklisted = msg.arg2 == 1;
3369 blacklisted);
3249 dispatchRestrictBackgroundBlacklistChanged(INetworkPolicyListener listener, int uid, boolean blacklisted) argument
[all...]

Completed in 65 milliseconds