Show identity address in the bluetooth details page
Bug: 197044261 Test: build pass Change-Id: Ic1ef1d575f35c4b37d6f9195ec10dd31ed5bdd5b
This commit is contained in:
committed by
Chienyuan Huang
parent
0ccb8750b9
commit
84a9b23ba8
@@ -89,6 +89,7 @@ public class BluetoothDeviceDetailsFragmentTest {
|
||||
when(fragmentManager.beginTransaction()).thenReturn(mFragmentTransaction);
|
||||
|
||||
when(mCachedDevice.getAddress()).thenReturn(TEST_ADDRESS);
|
||||
when(mCachedDevice.getIdentityAddress()).thenReturn(TEST_ADDRESS);
|
||||
Bundle args = new Bundle();
|
||||
args.putString(BluetoothDeviceDetailsFragment.KEY_DEVICE_ADDRESS, TEST_ADDRESS);
|
||||
mFragment.setArguments(args);
|
||||
|
Reference in New Issue
Block a user