Searched refs:mProfileId (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
H A D | RestrictedLockUtilsTest.java | 71 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 D | NotificationHistoryManagerTest.java | 62 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 D | ApnSetting.java | 514 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 D | DataProfile.java | 521 private int mProfileId; field in DataProfile.Builder 578 mProfileId = profileId; in setProfileId() 835 .setProfileId(mProfileId) in build()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 53212 Landroid/telephony/data/ApnSetting$Builder;->mProfileId:I 53267 Landroid/telephony/data/ApnSetting;->mProfileId:I 53354 Landroid/telephony/data/DataProfile;->mProfileId:I
|