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

  /packages/apps/Launcher3/tests/src/com/android/launcher3/provider/
RestoreDbTaskTest.java 66 private final long mProfileId;
70 mProfileId = profileId;
75 return mProfileId;
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CrossProfileAppsHostSideTest.java 22 private int mProfileId;
35 installRequiredApps(mProfileId);
57 verifyCrossProfileAppsApi(mPrimaryUserId, mProfileId, TARGET_USER_TEST_CLASS);
64 verifyCrossProfileAppsApi(mProfileId, mPrimaryUserId, TARGET_USER_TEST_CLASS);
78 verifyCrossProfileAppsApi(mSecondaryUserId, mProfileId, NON_TARGET_USER_TEST_CLASS);
86 verifyCrossProfileAppsApi(mProfileId, mSecondaryUserId, NON_TARGET_USER_TEST_CLASS);
100 mProfileId = createManagedProfile(mPrimaryUserId);
102 startUser(mProfileId);
QuietModeHostsideTest.java 20 private int mProfileId;
36 installAppAsUser(TEST_APK, mProfileId);
61 createParams(mProfileId));
65 mProfileId = createManagedProfile(mPrimaryUserId);
67 startUser(mProfileId);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
RestrictedLockUtilsTest.java 63 private final int mProfileId = 160;
177 UserInfo profileInfo = setUpManagedProfile(mProfileId, new ComponentName[] {mAdmin2});
183 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId))
189 assertThat(parent).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
193 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId);
194 assertThat(profile).isEqualTo(new EnforcedAdmin(mAdmin2, mProfileId));
200 mContext, KEYGUARD_DISABLE_REMOTE_INPUT, mProfileId)).isNull();
206 UserInfo profileInfo = setUpManagedProfile(mProfileId, new ComponentName[] {mAdmin2});
212 when(mDevicePolicyManager.getKeyguardDisabledFeatures(mAdmin2, mProfileId))
223 mContext, KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS, mProfileId);
    [all...]
  /frameworks/base/telephony/java/android/telephony/data/
DataProfile.java 39 private final int mProfileId;
81 this.mProfileId = profileId;
107 mProfileId = source.readInt();
130 public int getProfileId() { return mProfileId; }
232 return "DataProfile=" + mProfileId + "/" + mProtocol + "/" + mAuthType
249 dest.writeInt(mProfileId);
ApnSetting.java 238 private final int mProfileId;
267 return mProfileId;
559 this.mProfileId = builder.mProfileId;
664 apn.mCarrierEnabled, apn.mNetworkTypeBitmask, apn.mProfileId,
688 sb.append(", ").append(mProfileId);
766 && Objects.equals(mProfileId, other.mProfileId)
811 && Objects.equals(mProfileId, other.mProfileId)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 501 new UserHandle(certHolder.mProfileId)));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 123 int mProfileId;
133 mProfileId = profileId;
143 + " mProfileId=" + mProfileId
536 DataProfile dp = DcTracker.createDataProfile(mApnSetting, cp.mProfileId);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 112 milliseconds