Home
last modified time | relevance | path

Searched defs:addProfile (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java321 private UserInfo addProfile(UserInfo user) { in addProfile() method in UserManagerServiceCreateProfileTest
325 private UserInfo addProfile(UserInfo user, boolean disabled) { in addProfile() method in UserManagerServiceCreateProfileTest
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowUserManager.java49 public List<UserInfo> addProfile(int id, String name) { in addProfile() method in ShadowUserManager
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowUserManager.java61 public void addProfile( in addProfile() method in ShadowUserManager
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowUserManager.java60 public void addProfile(UserInfo userInfo) { in addProfile() method in ShadowUserManager
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipSettings.java327 private void addProfile(SipProfile p) throws IOException { in addProfile() method in SipSettings
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java238 private void addProfile(LocalBluetoothProfile profile, in addProfile() method in LocalBluetoothProfileManager
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp86 status_t HwModule::addProfile(const sp<IOProfile> &profile) in addProfile() function in android::HwModule
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java308 public void addProfile(ProfileService profile) { in addProfile() method in AdapterService