/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ManagedProfileControllerImpl.java | 45 private final LinkedList<UserInfo> mProfiles; field in ManagedProfileControllerImpl 57 mProfiles = new LinkedList<>(); in ManagedProfileControllerImpl() 77 synchronized (mProfiles) { in setWorkModeEnabled() 78 for (UserInfo ui : mProfiles) { in setWorkModeEnabled() 89 synchronized (mProfiles) { in reloadManagedProfiles() 92 mProfiles.clear(); in reloadManagedProfiles() 96 mProfiles.add(ui); in reloadManagedProfiles() 116 synchronized (mProfiles) { in hasActiveProfile() 117 return mProfiles.size() > 0; in hasActiveProfile() 123 synchronized (mProfiles) { in isWorkModeEnabled() [all …]
|
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A D | GetEuiccProfileInfoListResult.java | 54 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() 135 + ", isRemovable=" + mIsRemovable + ", mProfiles=" + Arrays.toString(mProfiles) in toString()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
H A D | FakeUserInfoHelper.java | 38 private final SparseArray<IntArray> mProfiles; field in FakeUserInfoHelper 45 mProfiles = new SparseArray<>(); in FakeUserInfoHelper() 82 mProfiles.put(parentUser, in setCurrentUserIds() 145 IntArray profiles = mProfiles.get(userId); in getProfileIds()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AudioPort.java | 88 private final List<AudioProfile> mProfiles; field in AudioPort 107 mProfiles = new ArrayList<>(); in AudioPort() 110 mProfiles.add(new AudioProfile( in AudioPort() 124 mProfiles = profiles; in AudioPort() 214 return mProfiles; in profiles()
|
/aosp14/frameworks/base/identity/java/android/security/identity/ |
H A D | PersonalizationData.java | 42 private ArrayList<AccessControlProfile> mProfiles = new ArrayList<>(); field in PersonalizationData 47 return Collections.unmodifiableCollection(mProfiles); in getAccessControlProfiles() 144 mData.mProfiles.add(profile); in addAccessControlProfile()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDevice.java | 90 private final Collection<LocalBluetoothProfile> mProfiles = new CopyOnWriteArrayList<>(); field in CachedBluetoothDevice 261 if (!mProfiles.contains(profile)) { in onProfileStateChanged() 263 mProfiles.add(profile); in onProfileStateChanged() 277 mProfiles.remove(profile); in onProfileStateChanged() 432 if (mProfiles.isEmpty()) { in connectDevice() 792 for (LocalBluetoothProfile profile : mProfiles) { in isConnected() 811 for (LocalBluetoothProfile profile : mProfiles) { in isBusy() 836 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles() 908 mProfiles.clear(); in onBondingStateChanged() 937 return new ArrayList<>(mProfiles); in getProfiles() [all …]
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryManagerTest.java | 61 int[] mProfiles; field in NotificationHistoryManagerTest 108 mProfiles = new int[] {userSystem.id, userProfile.id}; in setUp() 109 when(mUserManager.getProfileIds(userSystem.id, true)).thenReturn(mProfiles); in setUp()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | BrightnessTrackerTest.java | 567 mInjector.mProfiles = new int[]{0, 1}; in testReadEvents() 1020 int[] mProfiles; field in BrightnessTrackerTest.TestInjector 1154 if (mProfiles != null) { in getProfileIds() 1155 return mProfiles; in getProfileIds()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49297 Landroid/service/euicc/GetEuiccProfileInfoListResult;->mProfiles:[Landroid/service/euicc/EuiccProfi…
|