Home
last modified time | relevance | path

Searched refs:handleMmsSendIntent (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java2094 Assert.assertFalse(mObserver.handleMmsSendIntent(mContext, mIntent)); in handleMmsSendIntent_withMnsClientNotConnected()
2104 Assert.assertTrue(mObserver.handleMmsSendIntent(mContext, mIntent)); in handleMmsSendIntent_withInvalidHandle()
2123 Assert.assertTrue(mObserver.handleMmsSendIntent(mContext, mIntent)); in handleMmsSendIntent_withActivityResultOk()
2142 Assert.assertTrue(mObserver.handleMmsSendIntent(mContext, mIntent)); in handleMmsSendIntent_withActivityResultFirstUser()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java4300 return handleMmsSendIntent(context, intent); in handleSmsSendIntent()
4310 public boolean handleMmsSendIntent(Context context, Intent intent) { in handleMmsSendIntent() method in BluetoothMapContentObserver