Searched refs:getAssociations (Results 1 – 5 of 5) sorted by relevance
170 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(null); in getDeviceList_noAssociations()188 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(macs); in getDeviceList_associationsButNoDevice()199 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(macs); in getDeviceList_singleDevice()215 when(mCdm.getAssociations(mCn.getPackageName(), 0)).thenReturn(macs); in getDeviceList_multipleDevices()
91 private List<Association> getAssociations(String address) { in getAssociations() method in BluetoothDetailsCompanionAppsController152 Set<String> packages = getAssociations(address) in getPreferencesNeedToShow()
123 for (String macAddress : mDeviceManager.getAssociations()) { in disassosicate()
150 List<String> associatedMacAddrs = cdm.getAssociations(pkg, userId); in getDeviceList()
2241 return mCompanionManager.getAssociations( in getAssociatedDevices()