Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java694 public void removeDialog(SIPDialog dialog) { in removeDialog() method in SIPTransactionStack
767 public void removeDialog(String dialogId) { in removeDialog() method in SIPTransactionStack
DSIPDialog.java381 sipStack.removeDialog(dialog); in runTask()
1578 this.sipStack.removeDialog(dialogId); in setRemoteTag()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowActivity.java587 protected final void removeDialog(int id) { in removeDialog() method in ShadowActivity
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java365 sipStack.removeDialog(dialog); in getNewClientTransaction()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java420 activity.removeDialog(1); in removeDialog_shouldCreateDialogAgain()