Home
last modified time | relevance | path

Searched refs:getBluetoothLeBroadcastMetadata (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFindBroadcastsFragment.java139 mSelectedPreference.getBluetoothLeBroadcastMetadata(), true));
406 if (pref.getBluetoothLeBroadcastMetadata() == null) { in createBluetoothBroadcastSourcePreference()
441 mSelectedPreference.getBluetoothLeBroadcastMetadata(), false); in addSource()
448 pref.getBluetoothLeBroadcastMetadata(), true); in addSource()
454 new BluetoothLeBroadcastMetadata.Builder(pref.getBluetoothLeBroadcastMetadata()) in addBroadcastCodeIntoPreference()
473 if (pref.getBluetoothLeBroadcastMetadata() == null) { in launchBroadcastCodeDialog()
548 if (mSelectedPreference.getBluetoothLeBroadcastMetadata() == null) { in handleSourceRemoved()
DBluetoothBroadcastSourcePreference.java134 public BluetoothLeBroadcastMetadata getBluetoothLeBroadcastMetadata() { in getBluetoothLeBroadcastMetadata() method in BluetoothBroadcastSourcePreference
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothFindBroadcastsFragmentTest.java140 when(mBroadcastSourcePreference.getBluetoothLeBroadcastMetadata()) in addSource_sourcePrefIsCreatedByMetadata_updatesOldPref()