Searched refs:ban (Results 1 – 2 of 2) sorted by relevance
2455 for (Map.Entry<Integer, String> ban : packageBans.entrySet()) { in dumpBansJson()2456 final int userId = UserHandle.getUserId(ban.getKey()); in dumpBansJson()2457 final String packageName = ban.getValue(); in dumpBansJson()
3300 JSONObject ban = actual.getJSONObject(i); in testDumpBansJson_postPermissionMigration() local3302 new Pair<>(ban.getInt("userId"), ban.getString("packageName")))); in testDumpBansJson_postPermissionMigration()