Home
last modified time | relevance | path

Searched refs:enableAdvertisingSet (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAppAdvertiseStatsTest.java153 public void enableAdvertisingSet() { in enableAdvertisingSet() method in AppAdvertiseStatsTest
164 appAdvertiseStats.enableAdvertisingSet(true, duration, maxExtAdvEvents); in enableAdvertisingSet()
165 appAdvertiseStats.enableAdvertisingSet(false, duration, maxExtAdvEvents); in enableAdvertisingSet()
DAdvertiseManagerTest.java112 mAdvertiseManager.enableAdvertisingSet(mAdvertiserId, enable, duration, maxExtAdvEvents); in advertisingSet()
115 .enableAdvertisingSet(mAdvertiserId, enable, duration, maxExtAdvEvents); in advertisingSet()
DContextMapTest.java118 contextMap.enableAdvertisingSet(id, true, duration, maxExtAdvEvents); in advertisingSetAndData()
119 verify(appAdvertiseStats).enableAdvertisingSet(true, duration, maxExtAdvEvents); in advertisingSetAndData()
DGattServiceBinderTest.java666 public void enableAdvertisingSet() throws Exception { in enableAdvertisingSet() method in GattServiceBinderTest
672 mBinder.enableAdvertisingSet( in enableAdvertisingSet()
676 .enableAdvertisingSet( in enableAdvertisingSet()
DGattServiceTest.java619 public void enableAdvertisingSet() throws Exception { in enableAdvertisingSet() method in GattServiceTest
625 mService.enableAdvertisingSet( in enableAdvertisingSet()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java354 void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AdvertiseManager
360 mNativeInterface.enableAdvertisingSet(advertiserId, enable, duration, maxExtAdvEvents); in enableAdvertisingSet()
362 mAdvertiserMap.enableAdvertisingSet(advertiserId, enable, duration, maxExtAdvEvents); in enableAdvertisingSet()
DAdvertiseManagerNativeInterface.java95 void enableAdvertisingSet(int advertiserId, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AdvertiseManagerNativeInterface
DContextMap.java479 void enableAdvertisingSet(int id, boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in ContextMap
485 stats.enableAdvertisingSet(enable, duration, maxExtAdvEvents); in enableAdvertisingSet()
DAppAdvertiseStats.java216 void enableAdvertisingSet(boolean enable, int duration, int maxExtAdvEvents) { in enableAdvertisingSet() method in AppAdvertiseStats
DGattService.java1038 public void enableAdvertisingSet( in enableAdvertisingSet() method in GattService.BluetoothGattBinder
1048 service.enableAdvertisingSet( in enableAdvertisingSet()
1971 void enableAdvertisingSet( in enableAdvertisingSet() method in GattService
1981 mAdvertiseManager.enableAdvertisingSet(advertiserId, enable, duration, maxExtAdvEvents); in enableAdvertisingSet()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSet.java77 mGatt.enableAdvertisingSet( in enableAdvertising()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl79 …void enableAdvertisingSet(in int advertiserId, in boolean enable, in int duration, in int maxExtAd… in enableAdvertisingSet() method
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1430 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->enableAdvertisingSet(IZII)V
1545 Landroid/bluetooth/IBluetoothGatt;->enableAdvertisingSet(IZII)V