Searched refs:currentHfpDevice (Results 1 – 7 of 7) sorted by relevance
64 @Named("Hfp") LiveData<BluetoothDevice> currentHfpDevice) { in provideCallHistoryLiveData() argument65 return LiveDataFunctions.switchMapNonNull(currentHfpDevice, in provideCallHistoryLiveData()72 @Named("Hfp") LiveData<BluetoothDevice> currentHfpDevice) { in provideContactListLiveData()73 return LiveDataFunctions.switchMapNonNull(currentHfpDevice, in provideContactListLiveData()96 @Named("Hfp") LiveData<BluetoothDevice> currentHfpDevice, in provideBluetoothFavoriteContactListLiveData()98 return LiveDataFunctions.switchMapNonNull(currentHfpDevice, in provideBluetoothFavoriteContactListLiveData()106 @Named("Hfp") LiveData<BluetoothDevice> currentHfpDevice, in provideLocalFavoriteContactListLiveData()108 return LiveDataFunctions.switchMapNonNull(currentHfpDevice, in provideLocalFavoriteContactListLiveData()
75 LiveData<BluetoothDevice> currentHfpDevice = Transformations.map(hfpDeviceListLiveData, in provideCurrentHfpDeviceLiveData() local77 currentHfpDevice.observeForever( in provideCurrentHfpDeviceLiveData()79 return currentHfpDevice; in provideCurrentHfpDeviceLiveData()
93 private void updateDeviceName(BluetoothDevice currentHfpDevice) { in updateDeviceName() argument98 if (currentHfpDevice == null) { in updateDeviceName()103 setValue(currentHfpDevice.getName()); in updateDeviceName()
124 LiveData<BluetoothDevice> currentHfpDevice) { in RefreshUiEvent() argument125 mCurrentHfpDevice = currentHfpDevice; in RefreshUiEvent()
133 BluetoothDevice currentHfpDevice = mCurrentHfpDeviceLiveData.getValue(); in onQueryFinished() local134 String accountName = currentHfpDevice == null ? null : currentHfpDevice.getAddress(); in onQueryFinished()
71 LiveData<BluetoothDevice> currentHfpDevice = Transformations.map(hfpDeviceListLiveData, in provideCurrentHfpDeviceLiveData() local73 return currentHfpDevice; in provideCurrentHfpDeviceLiveData()
101 BluetoothDevice currentHfpDevice = mCurrentHfpDeviceLiveData.getValue(); in onCallAdded() local103 mPhoneAccountManager.getMatchingPhoneAccount(currentHfpDevice); in onCallAdded()