Searched refs:mAssociations (Results 1 – 1 of 1) sorted by relevance
66 private List<AssociationInfo> mAssociations; field in BluetoothDetailsCompanionAppsControllerTest75 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()