HomeSort by relevance Sort by last modified time
    Searched refs:mProfileId (Results 1 - 10 of 10) sorted by null

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
RestrictedLockUtilsTest.java 60 private static final int mProfileId = 160;
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...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/provider/
RestoreDbTaskTest.java 57 private final long mProfileId;
61 mProfileId = profileId;
66 return mProfileId;