Searched defs:addProfile (Results 1 - 3 of 3) sorted by path

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp76 status_t HwModule::addProfile(const sp<IOProfile> &profile) function in class:android::HwModule
92 addProfile(profiles[i]);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java133 addProfile(mHidProfile, HidProfile.NAME,
141 addProfile(mHidDeviceProfile, HidDeviceProfile.NAME,
147 addProfile(mMapClientProfile, MapClientProfile.NAME,
151 addProfile(mMapProfile, MapProfile.NAME,
159 addProfile(mPbapProfile, PbapServerProfile.NAME,
166 addProfile(mHearingAidProfile, HearingAidProfile.NAME,
185 addProfile(mA2dpProfile, A2dpProfile.NAME,
197 addProfile(mA2dpSinkProfile, A2dpSinkProfile.NAME,
244 addProfile(mMapClientProfile, MapClientProfile.NAME,
272 addProfile(mPbapClientProfil
309 private void addProfile(LocalBluetoothProfile profile, method in class:LocalBluetoothProfileManager
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java77 UserInfo profile = addProfile(secondaryUser);
113 addProfile(secondaryUser);
128 UserInfo profile = addProfile(system);
137 UserInfo profile = addProfile(secondaryUser);
147 UserInfo profileBadgeOne = addProfile(secondaryUser);
177 addProfile(mUserManagerService.getPrimaryUser());
199 addProfile(mUserManagerService.getPrimaryUser(), true /* disabled */);
217 private UserInfo addProfile(UserInfo user) { method in class:UserManagerServiceCreateProfileTest
218 return addProfile(user, false);
221 private UserInfo addProfile(UserInf method in class:UserManagerServiceCreateProfileTest
[all...]

Completed in 80 milliseconds