Searched refs:alreadyHasManagedProfile (Results 1 – 3 of 3) sorted by relevance
106 when(mUtils.alreadyHasManagedProfile(mContext)).thenReturn(-1); in setUp()199 when(mUtils.alreadyHasManagedProfile(mContext)).thenReturn(TEST_USER_ID); in testManagedProfile_withExistingProfile()
275 int existingManagedProfileUserId = mUtils.alreadyHasManagedProfile(mContext); in initiateProfileOwnerProvisioning()
481 public int alreadyHasManagedProfile(Context context) { in alreadyHasManagedProfile() method in Utils