Home
last modified time | relevance | path

Searched refs:replaces (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java446 ReplacesHeader replaces) { in processInviteWithReplaces() argument
447 String callId = replaces.getCallId(); in processInviteWithReplaces()
456 if (!dialog.getLocalTag().equals(replaces.getToTag()) || in processInviteWithReplaces()
457 !dialog.getRemoteTag().equals(replaces.getFromTag())) { in processInviteWithReplaces()
473 ReplacesHeader replaces = (ReplacesHeader) event.getRequest() in processNewInviteRequest() local
476 if (replaces != null) { in processNewInviteRequest()
477 int response = processInviteWithReplaces(event, replaces); in processNewInviteRequest()
479 log("processNewInviteRequest: " + replaces in processNewInviteRequest()
484 mSessionMap.get(replaces.getCallId()); in processNewInviteRequest()
DSipHelper.java289 String replaces) throws SipException { in sendInvite() argument
293 if (replaces != null) { in sendInvite()
295 ReplacesHeader.NAME, replaces)); in sendInvite()
/frameworks/support/recommendation/
Dbuild.gradle25 // This is a *reset* so it replaces the default paths
/frameworks/support/percent/
Dbuild.gradle35 // This is a *reset* so it replaces the default paths
/frameworks/support/v7/gridlayout/
Dbuild.gradle33 // This is a *reset* so it replaces the default paths
/frameworks/support/v14/preference/
Dbuild.gradle42 // This is a *reset* so it replaces the default paths
/frameworks/support/v7/preference/
Dbuild.gradle40 // This is a *reset* so it replaces the default paths
/frameworks/support/v17/preference-leanback/
Dbuild.gradle44 // This is a *reset* so it replaces the default paths
/frameworks/support/v7/mediarouter/
Dbuild.gradle27 // This is a *reset* so it replaces the default paths
/frameworks/base/tools/layoutlib/create/
DREADME.txt134 ReplaceMethodCallsAdapter replaces calls to certain methods. This is different from the
150 code to replace with in layoutlib_create. Instead the StubMethodAdapter replaces the code of the
189 it removes the original code and replaces it by a call to a specific OveriddeMethod.invokeX(). The
/frameworks/base/docs/html/ndk/guides/
Dndk-stack.jd15 output of <a href="{@docRoot}tools/help/logcat.html">{@code adb logcat}</a>. It also replaces any
Dndk-gdb.jd106 running on the same device. This option kills the other session, and replaces it with a new one.
/frameworks/base/docs/html/training/implementing-navigation/
Ddescendant.jd47 … using a {@link android.app.FragmentTransaction} that adds, removes, or replaces the detail pane w…
/frameworks/base/docs/html/distribute/googleplay/
Dguide.jd65 <p>The Playbook app replaces the
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags79 # replaces 27510 with a row per notification
/frameworks/base/docs/html/training/keyboard-input/
Dstyle.jd33 capitalizes new sentences, and replaces the carriage return button with an
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dtasks-and-back-stack.jd71 android.app.FragmentTransaction#commit()} the transaction that replaces fragment B with fragment
/frameworks/base/docs/html/training/volley/
Drequest.jd66 <li>{@code NetworkImageView}&mdash;builds on {@code ImageLoader} and effectively replaces
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dtasks-and-back-stack.jd71 android.app.FragmentTransaction#commit()} the transaction that replaces fragment B with fragment
/frameworks/base/docs/html/training/material/
Dlists-cards.jd138 replaces the content of some of the views with new data items when the original item is no longer
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dtasks-and-back-stack.jd71 android.app.FragmentTransaction#commit()} the transaction that replaces fragment B with fragment
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dtasks-and-back-stack.jd71 android.app.FragmentTransaction#commit()} the transaction that replaces fragment B with fragment
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dtasks-and-back-stack.jd71 android.app.FragmentTransaction#commit()} the transaction that replaces fragment B with fragment
/frameworks/base/docs/html/guide/components/
Drecents.jd79 flag replaces the {@link android.content.Intent#FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET} flag,
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd222 access to your applications. It effectively replaces the Copy Protection

123