Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java215 public long telephonyGetOrCreateThreadId(Context context, Set<String> recipients) { in telephonyGetOrCreateThreadId() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java551 .telephonyGetOrCreateThreadId(any(), any()); in testUnDeleteMessageMms_withDeletedThreadId_andMessageBoxInbox()
587 .telephonyGetOrCreateThreadId(any(), any()); in testUnDeleteMessageMms_withDeletedThreadId_andMessageBoxSent()
616 .telephonyGetOrCreateThreadId(any(), any()); in testUnDeleteMessageMms_withoutDeletedThreadId()
645 .telephonyGetOrCreateThreadId(any(), any()); in testUnDeleteMessageSms_withDeletedThreadId()
670 .telephonyGetOrCreateThreadId(any(), any()); in testUnDeleteMessageSms_withoutDeletedThreadId()
866 .telephonyGetOrCreateThreadId(any(), any()); in setMessageStatusDeleted_withTypeGsmOrMms_andStatusValueNo()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2763 .telephonyGetOrCreateThreadId(mContext, recipients); in unDeleteMessageMms()
2851 .telephonyGetOrCreateThreadId(mContext, recipients); in unDeleteMessageSms()