Searched refs:profileList (Results 1 – 2 of 2) sorted by relevance
214 List<SipProfile> profileList = mSipProfileDb.retrieveSipProfileList(); in findProfile()215 if (profileList != null) { in findProfile()216 for (SipProfile profile : profileList) { in findProfile()
182 final List<UserInfo> profileList = userManager.getProfiles(UserHandle.getCallingUserId()); in getValidBugReportHandlerInfos() local188 for (UserInfo profile : profileList) { in getValidBugReportHandlerInfos()