Searched refs:mProfiles (Results 1 – 3 of 3) sorted by relevance
108 private final ArrayList<PeripheralProfile> mProfiles = field in ProfileManager114 mProfiles.add(profile); in addProfile()137 mProfiles.add(mParsingProfile); in endElement()168 mProfiles.clear(); in loadProfiles()180 public ArrayList<PeripheralProfile> getProfiles() { return mProfiles; } in getProfiles()183 return mProfiles.size(); in getNumProfiles()186 return mProfiles.get(index); in getProfile()191 for(PeripheralProfile profile : mProfiles) { in getProfile()
1113 if (!mProfiles.containsKey(instrumentedUser.type())) {1114 mProfiles.put(instrumentedUser.type(), new HashMap<>());1117 mProfiles.get(instrumentedUser.type()).put(instrumentedUser.parent(),1175 mProfiles = new HashMap<>();1302 if (!mProfiles.containsKey(userType) || !mProfiles.get(userType).containsKey(forUser)) {1306 if (mProfiles.containsKey(userType)1307 && mProfiles.get(userType).containsKey(parentUser)) {1308 return mProfiles.get(userType).get(parentUser);1318 return mProfiles.get(userType).get(forUser);1519 if (!mProfiles.containsKey(resolvedUserType)) {[all …]
80 private int[] mProfiles; field in EncoderProfileLevelTest.CddRequirements86 mProfiles = profiles; in CddRequirements()101 return mProfiles; in getProfiles()