Home
last modified time | relevance | path

Searched refs:addProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceCreateProfileTest.java77 UserInfo profile = addProfile(secondaryUser); in testGetProfiles()
113 addProfile(secondaryUser); in testProfileBadge()
128 UserInfo profile = addProfile(system); in testProfileBadgeUnique()
137 UserInfo profile = addProfile(secondaryUser); in testProfileBadgeReuse()
147 UserInfo profileBadgeOne = addProfile(secondaryUser); in testProfileBadgeReuse()
177 addProfile(mUserManagerService.getPrimaryUser()); in testCanAddMoreManagedProfiles_removeProfile()
199 addProfile(mUserManagerService.getPrimaryUser(), true /* disabled */); in testCanAddMoreManagedProfiles_removeDisabledProfile()
217 private UserInfo addProfile(UserInfo user) { in addProfile() method in UserManagerServiceCreateProfileTest
218 return addProfile(user, false); in addProfile()
221 private UserInfo addProfile(UserInfo user, boolean disabled) { in addProfile() method in UserManagerServiceCreateProfileTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java133 addProfile(mHidProfile, HidProfile.NAME, in LocalBluetoothProfileManager()
141 addProfile(mHidDeviceProfile, HidDeviceProfile.NAME, in LocalBluetoothProfileManager()
147 addProfile(mMapClientProfile, MapClientProfile.NAME, in LocalBluetoothProfileManager()
151 addProfile(mMapProfile, MapProfile.NAME, in LocalBluetoothProfileManager()
159 addProfile(mPbapProfile, PbapServerProfile.NAME, in LocalBluetoothProfileManager()
166 addProfile(mHearingAidProfile, HearingAidProfile.NAME, in LocalBluetoothProfileManager()
185 addProfile(mA2dpProfile, A2dpProfile.NAME, in updateLocalProfiles()
197 addProfile(mA2dpSinkProfile, A2dpSinkProfile.NAME, in updateLocalProfiles()
244 addProfile(mMapClientProfile, MapClientProfile.NAME, in updateLocalProfiles()
272 addProfile(mPbapClientProfile, PbapClientProfile.NAME, in updateLocalProfiles()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp76 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() function in android::HwModule
92 addProfile(profiles[i]); in setProfiles()
DConfigParsingUtils.cpp215 return module->addProfile(profile); in loadHwModuleProfile()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h67 status_t addProfile(const sp<IOProfile> &profile);