Searched refs:mProfileId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DRestrictedLockUtilsTest.java60 private static final int mProfileId = 160; field in class:RestrictedLockUtilsTest
117 UserInfo profileInfo = setUpManagedProfile(mProfileId, new ComponentName[] {mAdmin2});
123 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId))
129 assertThat(parent).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
133 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId);
134 assertThat(profile).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
140 mContext, KEYGUARD_DISABLE_REMOTE_INPUT, mProfileId)).isNull();
146 UserInfo profileInfo = setUpManagedProfile(mProfileId, new ComponentName[] {mAdmin2});
152 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId))
163 mContext, KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS, mProfileId);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java105 int mProfileId; field in class:DataConnection.ConnectionParams
115 mProfileId = profileId;
125 + " mProfileId=" + mProfileId
465 DataProfile dp = new DataProfile(mApnSetting, cp.mProfileId);

Completed in 246 milliseconds