Searched refs:localSupportedProfiles (Results 1 – 1 of 1) sorted by relevance
328 final List<DeviceProfile> localSupportedProfiles = new ArrayList<>(); in initGrid() local331 localSupportedProfiles.add(new DeviceProfile.Builder(context, this, displayInfo) in initGrid()349 supportedProfiles = Collections.unmodifiableList(localSupportedProfiles); in initGrid()