Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/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.java1154 handled = masInst.handleSmsSendIntent(context, intent); in onReceive()
DBluetoothMapContentObserver.java3705 public boolean handleSmsSendIntent(Context context, Intent intent) { in handleSmsSendIntent() method in BluetoothMapContentObserver