Searched refs:getAssociations (Results 1 – 4 of 4) sorted by relevance
205 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(null); in getDeviceList_noAssociations()224 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(associations); in getDeviceList_associationsButNoDevice()236 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(associations); in getDeviceList_singleDevice()253 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(associations); in getDeviceList_multipleDevices()
92 private List<AssociationInfo> getAssociations(String address) { in getAssociations() method in BluetoothDetailsCompanionAppsController153 Set<String> packages = getAssociations(address) in getPreferencesNeedToShow()
123 for (String macAddress : mDeviceManager.getAssociations()) { in disassosicate()
135 cdm.getAssociations(pkg, userId), in getDeviceList()