Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java325 createConfirmedDialog(attr); in testCloseLocalDialog()
363 createConfirmedDialog(remoteAttr); in testCloseRemoteDialog()
385 createConfirmedDialog(attr); in testCleanupConfirmedDialog()
398 createConfirmedDialog(attr1); in testMultipleDialogs()
403 createConfirmedDialog(attr2); in testMultipleDialogs()
467 createConfirmedDialog(attr1); in testActiveDialogsChanged()
475 createConfirmedDialog(attr2); in testActiveDialogsChanged()
509 createConfirmedDialog(attr1); in testActiveSipDialogsChangedClearAll()
516 createConfirmedDialog(attr2); in testActiveSipDialogsChangedClearAll()
634 private void createConfirmedDialog(DialogAttributes attr) { in createConfirmedDialog() method in SipSessionTrackerTest