Home
last modified time | relevance | path

Searched refs:mProfiles (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DManagedProfileControllerImpl.java43 private final LinkedList<UserInfo> mProfiles; field in ManagedProfileControllerImpl
53 mProfiles = new LinkedList<UserInfo>(); in ManagedProfileControllerImpl()
71 synchronized (mProfiles) { in setWorkModeEnabled()
72 for (UserInfo ui : mProfiles) { in setWorkModeEnabled()
83 synchronized (mProfiles) { in reloadManagedProfiles()
84 boolean hadProfile = mProfiles.size() > 0; in reloadManagedProfiles()
86 mProfiles.clear(); in reloadManagedProfiles()
90 mProfiles.add(ui); in reloadManagedProfiles()
93 if (mProfiles.size() == 0 && hadProfile && (user == mCurrentUser)) { in reloadManagedProfiles()
104 synchronized (mProfiles) { in hasActiveProfile()
[all …]
/frameworks/base/telephony/java/android/service/euicc/
DGetEuiccProfileInfoListResult.java54 private final EuiccProfileInfo[] mProfiles; field in GetEuiccProfileInfoListResult
71 if (mProfiles == null) return null; in getProfiles()
72 return Arrays.asList(mProfiles); in getProfiles()
98 this.mProfiles = profiles; in GetEuiccProfileInfoListResult()
105 this.mProfiles = null; in GetEuiccProfileInfoListResult()
111 this.mProfiles = in.createTypedArray(EuiccProfileInfo.CREATOR); in GetEuiccProfileInfoListResult()
118 dest.writeTypedArray(mProfiles, flags); in writeToParcel()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioPort.h52 mProfiles.add(profile); in addAudioProfile()
55 mProfiles.clearProfiles(); in clearAudioProfiles()
58 bool hasValidAudioProfile() const { return mProfiles.hasValidProfile(); } in hasValidAudioProfile()
60 bool hasDynamicAudioProfile() const { return mProfiles.hasDynamicProfile(); } in hasDynamicAudioProfile()
62 void setAudioProfiles(const AudioProfileVector &profiles) { mProfiles = profiles; } in setAudioProfiles()
63 AudioProfileVector &getAudioProfiles() { return mProfiles; } in getAudioProfiles()
94 AudioProfileVector mProfiles; // AudioProfiles supported by this port (format, Rates, Channels) variable
/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp28 for (const auto& profileToImport : port->mProfiles) { in importAudioPort()
33 if (std::find_if(mProfiles.begin(), mProfiles.end(), in importAudioPort()
35 return *profile == *profileToImport; }) == mProfiles.end()) { in importAudioPort()
47 for (const auto& profile : mProfiles) { in toAudioPort()
89 mProfiles.dump(&profilesStr, spaces); in dump()
115 mProfiles.equals(other->getAudioProfiles()); in equals()
124 if ((status = parcel->writeParcelable(mProfiles)) != NO_ERROR) return status; in writeToParcel()
141 mProfiles.clear(); in readFromParcel()
142 if ((status = parcel->readParcelable(&mProfiles)) != NO_ERROR) return status; in readFromParcel()
/frameworks/base/identity/java/android/security/identity/
DPersonalizationData.java41 private LinkedList<AccessControlProfile> mProfiles = new LinkedList<>(); field in PersonalizationData
46 return Collections.unmodifiableCollection(mProfiles); in getAccessControlProfiles()
143 mData.mProfiles.add(profile); in addAccessControlProfile()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java70 private final List<LocalBluetoothProfile> mProfiles = new ArrayList<>(); field in CachedBluetoothDevice
141 if (!mProfiles.contains(profile)) { in onProfileStateChanged()
143 mProfiles.add(profile); in onProfileStateChanged()
157 mProfiles.remove(profile); in onProfileStateChanged()
236 if (mProfiles.isEmpty()) { in connectAllEnabledProfiles()
517 for (LocalBluetoothProfile profile : mProfiles) { in isConnected()
536 for (LocalBluetoothProfile profile : mProfiles) { in isBusy()
560 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()
626 mProfiles.clear(); in onBondingStateChanged()
645 return Collections.unmodifiableList(mProfiles); in getProfiles()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h51 addAudioProfileAndSort(mProfiles, profile); in addAudioProfile()
DDeviceDescriptor.h47 addAudioProfileAndSort(mProfiles, profile); in addAudioProfile()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java479 mInjector.mProfiles = new int[]{0, 1}; in testReadEvents()
820 int[] mProfiles; field in BrightnessTrackerTest.TestInjector
946 if (mProfiles != null) { in getProfileIds()
947 return mProfiles; in getProfileIds()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63209 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mProfiles:[Landroid/service/euicc/EuiccProfi…