Searched refs:hasInternetPermissionUL (Results 1 – 1 of 1) sorted by relevance
3870 if (hasInternetPermissionUL(uid)) { in updateRulesForAppIdleUL()4094 return UserHandle.isApp(uid) && hasInternetPermissionUL(uid); in isUidValidForWhitelistRulesUL()4171 private boolean hasInternetPermissionUL(int uid) { in hasInternetPermissionUL() method