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

Commit ca2d2141 authored by Evan Chen's avatar Evan Chen
Browse files

Update bluetooth setting for AssociationInfo

Bug: 205738945
Test: Manually test
Change-Id: Id46b2632abe7b44fe8d0538a4b58e273c913c889
parent c17bef17
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -109,7 +109,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
                /* deviceProfile */ "",
                /* selfManaged */ false,
                /* notifyOnDeviceNearby */ true,
                /* timeApprovedMs */ System.currentTimeMillis());
                /* timeApprovedMs */ System.currentTimeMillis(),
                /* lastTimeConnected */ Long.MAX_VALUE);

        mAssociations.add(association);
        showScreen(mController);