Searched refs:restrictedDisplayIds (Results 1 – 1 of 1) sorted by relevance
1396 ArrayList<Integer> restrictedDisplayIds = new ArrayList<>(); in blockTopActivitiesOnAllDisplaysIfNecessary() local1406 restrictedDisplayIds.add(displayId); in blockTopActivitiesOnAllDisplaysIfNecessary()1417 for (int i = 0; i < restrictedDisplayIds.size(); i++) { in blockTopActivitiesOnAllDisplaysIfNecessary()1418 int displayId = restrictedDisplayIds.get(i); in blockTopActivitiesOnAllDisplaysIfNecessary()