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

Commit d1891d74 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "Add notifyPackage in AssociationInfo" into main

parents a0e772d7 bb46d2bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -116,7 +116,8 @@ public class BluetoothDetailsCompanionAppsControllerTest extends
                /* lastTimeConnected */ Long.MAX_VALUE,
                /* systemDataSyncFlags */ -1,
                /* deviceIcon */ null,
                /* deviceId */ null);
                /* deviceId */ null,
                /* packageToNotify */ null);

        mAssociations.add(association);
        showScreen(mController);
+2 −1
Original line number Diff line number Diff line
@@ -220,7 +220,8 @@ public class ForgetDeviceDialogFragmentTest {
                /* lastTimeConnected */ Long.MAX_VALUE,
                /* systemDataSyncFlags */ -1,
                /* deviceIcon */ null,
                /* deviceId */ null);
                /* deviceId */ null,
                /* packageToNotify */ null);

        mAssociations.add(association);
    }