Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java189 public void contextSendBroadcast(Context context, @RequiresPermission Intent intent) { in contextSendBroadcast() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivityTest.java142 verify(mMethodProxy).contextSendBroadcast(any(), argument.capture()); in onCreate_withActionOpen_sendBroadcast()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java250 BluetoothMethodProxy.getInstance().contextSendBroadcast(this, intent1); in onCreate()