Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b73ea6e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use User ID 10 for second user in PhoneAccountRegistrarTest." into main

parents a402a285 8dd3ce7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1307,7 +1307,7 @@ public class PhoneAccountRegistrarTest extends TelecomTestCase {
        UserManager userManager = mContext.getSystemService(UserManager.class);

        List<UserHandle> users = Arrays.asList(new UserHandle(0),
                new UserHandle(1000));
                new UserHandle(10));

        PhoneAccount pa1 = new PhoneAccount.Builder(
                new PhoneAccountHandle(new ComponentName(PACKAGE_1, COMPONENT_NAME), "1234",