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.java382 public boolean handleSmsSendIntent(Context context, Intent intent){ in handleSmsSendIntent() method in BluetoothMapMasInstance
384 return mObserver.handleSmsSendIntent(context, intent); in handleSmsSendIntent()
DBluetoothMapService.java1116 if(masInst.handleSmsSendIntent(context, intent)) { in onReceive()
DBluetoothMapContentObserver.java3419 public boolean handleSmsSendIntent(Context context, Intent intent){ in handleSmsSendIntent() method in BluetoothMapContentObserver