Searched refs:netdPermToSystemPerm (Results 1 – 1 of 1) sorted by relevance
263 final SparseArray<String> netdPermToSystemPerm = new SparseArray<>(); in startMonitoring() local264 netdPermToSystemPerm.put(INetd.PERMISSION_INTERNET, INTERNET); in startMonitoring()265 netdPermToSystemPerm.put(INetd.PERMISSION_UPDATE_DEVICE_STATS, UPDATE_DEVICE_STATS); in startMonitoring()266 for (int i = 0; i < netdPermToSystemPerm.size(); i++) { in startMonitoring()267 final int netdPermission = netdPermToSystemPerm.keyAt(i); in startMonitoring()268 final String systemPermission = netdPermToSystemPerm.valueAt(i); in startMonitoring()