Home
last modified time | relevance | path

Searched refs:mAssociations (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsCompanionAppsControllerTest.java66 private List<AssociationInfo> mAssociations; field in BluetoothDetailsCompanionAppsControllerTest
75 mAssociations = new ArrayList<>(); in setUp()
76 when(mCompanionDeviceManager.getAllAssociations()).thenReturn(mAssociations); in setUp()
102 final int associationId = mAssociations.size() + 1; in addFakeAssociation()
120 mAssociations.add(association); in addFakeAssociation()
131 mAssociations = mAssociations.stream() in removeAssociation()
135 when(mCompanionDeviceManager.getAllAssociations()).thenReturn(mAssociations); in removeAssociation()