Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java414 public boolean handleSmsSendIntent(Context context, Intent intent) { in handleSmsSendIntent() method in BluetoothMapMasInstance
416 return mObserver.handleSmsSendIntent(context, intent); in handleSmsSendIntent()
DBluetoothMapService.java1181 handled = masInst.handleSmsSendIntent(context, intent); in onReceive()
DBluetoothMapContentObserver.java4295 public boolean handleSmsSendIntent(Context context, Intent intent) { in handleSmsSendIntent() method in BluetoothMapContentObserver