Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DRestrictedLockUtilsTest.java71 private final int mProfileId = 160; field in RestrictedLockUtilsTest
190 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId)) in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
196 assertThat(parent).isEqualTo(new EnforcedAdmin(mAdmin2, UserHandle.of(mProfileId))); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
200 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
207 mContext, KEYGUARD_DISABLE_REMOTE_INPUT, mProfileId)).isNull(); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
218 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId)) in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile()
229 mContext, KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS, mProfileId); in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile()
241 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId)) in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
255 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
276 .getKeyguardDisabledFeatures(mAdmin2, mProfileId)) in checkIfKeyguardFeaturesAreDisabled_onlyMatchesParent_profileParentPolicy()
[all …]
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryManagerTest.java62 int mProfileId = 11; field in NotificationHistoryManagerTest
104 userProfile.id = mProfileId; in setUp()
163 mHistoryManager.onUserUnlocked(mProfileId); in testOnUserUnlocked_historyDisabled_withProfile()
164 assertThat(mHistoryManager.doesHistoryExistForUser(mProfileId)).isTrue(); in testOnUserUnlocked_historyDisabled_withProfile()
167 mHistoryManager.onUserStopped(mProfileId); in testOnUserUnlocked_historyDisabled_withProfile()
176 mHistoryManager.onUserUnlocked(mProfileId); in testOnUserUnlocked_historyDisabled_withProfile()
214 mHistoryManager.onUserUnlocked(mProfileId); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
215 assertThat(mHistoryManager.doesHistoryExistForUser(mProfileId)).isTrue(); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
219 mHistoryManager.onUserStopped(mProfileId); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
233 mHistoryManager.onUserUnlocked(mProfileId); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile()
[all …]
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java514 private final int mProfileId; field in ApnSetting
555 return mProfileId; in getProfileId()
939 this.mProfileId = builder.mProfileId; in ApnSetting()
1055 .setProfileId(apn.mProfileId) in makeApnSetting()
1095 sb.append(", ").append(mProfileId); in toString()
1204 && Objects.equals(mProfileId, other.mProfileId) in equals()
1256 && Objects.equals(mProfileId, other.mProfileId) in equals()
1300 && Objects.equals(this.mProfileId, other.mProfileId) in similar()
1636 dest.writeInt(mProfileId); in writeToParcel()
1754 private int mProfileId; field in ApnSetting.Builder
[all …]
H A DDataProfile.java521 private int mProfileId; field in DataProfile.Builder
578 mProfileId = profileId; in setProfileId()
835 .setProfileId(mProfileId) in build()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53212 Landroid/telephony/data/ApnSetting$Builder;->mProfileId:I
53267 Landroid/telephony/data/ApnSetting;->mProfileId:I
53354 Landroid/telephony/data/DataProfile;->mProfileId:I