Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java414 public boolean handleSmsSendIntent(Context context, Intent intent) { in handleSmsSendIntent() method in BluetoothMapMasInstance
416 return mObserver.handleSmsSendIntent(context, intent); in handleSmsSendIntent()
H A DBluetoothMapService.java1168 handled = masInst.handleSmsSendIntent(context, intent); in onReceive()
H A DBluetoothMapContentObserver.java3712 public boolean handleSmsSendIntent(Context context, Intent intent) { in handleSmsSendIntent() method in BluetoothMapContentObserver