Searched defs:supportedProfiles (Results 1 – 4 of 4) sorted by relevance
58 public void setSupportedProfiles(List<Integer> supportedProfiles) { in setSupportedProfiles()
270 List<DeviceProfile> supportedProfiles = new ArrayList<>(idp.supportedProfiles); in createIDP() local
161 public List<DeviceProfile> supportedProfiles = Collections.EMPTY_LIST; field in InvariantDeviceProfile
2515 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in getSupportedProfiles() local