/packages/apps/Email/res/layout/ |
account_setup_outgoing_fragment.xml | 17 <!-- Outgoing server settings - default - see layout-xlarge/ for XL variant -->
|
/packages/apps/InCallUI/res/layout/ |
video_call_views.xml | 36 <!-- The video preview surface, where the user's outgoing video is shown. -->
|
/packages/apps/InCallUI/src/com/android/incallui/ |
InCallServiceImpl.java | 29 * dialing (outgoing), and active calls. When the last call is disconnected, Telecomm will unbind to
|
InCallPresenter.java | 481 * changes from being connected (incoming/outgoing/active) to disconnected. 512 newState = InCallState.OUTGOING; 522 return InCallState.OUTGOING; 542 mInCallState = InCallState.OUTGOING; 653 * Hangs up any active or outgoing calls. [all...] |
/packages/services/Telephony/src/com/android/phone/ |
ProcessOutgoingCallTest.java | 28 * a couple of simple modifications to outgoing calls, and by printing log
|
CdmaPhoneCallState.java | 33 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call. 51 * THRWAY_ACTIVE - When user initiate an outgoing call when already on a call
|
Constants.java | 41 * conditions that can happen when attempting to place an outgoing 100 * CDMA-specific "call lost" dialog. (If an outgoing call fails,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_packet.h | 30 #define PACKET_OUTGOING 4 /* Outgoing of any type */
|
isdn.h | 84 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */ 104 int outgoing; member in struct:__anon30934
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesLiveFolder.java | 49 * ACTION_CREATE_LIVE_FOLDER, then create an outgoing Intent with the 61 * The following statements put data into the outgoing Intent. Please see
|
/external/iproute2/man/man8/ |
ip-rule.8 | 188 select the outgoing device to match. The outgoing interface is only
|
/external/iptables/extensions/ |
libxt_rateest.man | 74 Example: This is what can be used to route outgoing data connections from an 78 # Estimate outgoing rates
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
AbstractExtension.java | 75 public void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator outgoing) 79 _outbound=outgoing;
|
/external/kernel-headers/original/uapi/linux/ |
isdn.h | 85 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */ 105 int outgoing; member in struct:__anon11249
|
/external/llvm/include/llvm/Support/ |
DOTGraphTraits.h | 110 /// edgeTargetsEdgeSource - This method returns true if this outgoing edge 119 /// called to determine which outgoing edge of Node is the target of this
|
/external/llvm/lib/Target/Mips/ |
Mips16RegisterInfo.cpp | 98 // 1. Outgoing arguments. 122 // following: an outgoing argument, pointer to a dynamically allocated
|
/external/llvm/tools/lli/ChildTarget/ |
ChildTarget.cpp | 28 // Outgoing message handlers 172 // Outgoing message handlers
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 142 * and outgoing connections for the profile 149 * connections and outgoing connections for the profile.
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountServerSettingsActivity.java | 43 * Incoming or Outgoing settings? 47 private static final String OUTGOING_SETTINGS = "outgoing";
|
AccountSetupFinal.java | 87 * -e OUTGOING smtp+ssl+://test_account:test_password@smtp.gmail.com 99 * and the appropriate incoming/outgoing information will be filled in automatically. 106 private static final String EXTRA_CREATE_ACCOUNT_OUTGOING = "OUTGOING"; 148 // User is entering outgoing settings 150 // We're checking outgoing settings 269 * outgoing: The URI-style string defining the outgoing account 275 final String outgoing = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_OUTGOING); local 286 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing)); 292 "USER, INCOMING, OUTGOING, or EMAIL and PASSWORD") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
isdn.h | 84 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */ 104 int outgoing; member in struct:__anon32858
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_automaton.h | 69 _Opcode _M_opcode; // type of outgoing transition 70 _StateIdT _M_next; // outgoing transition
|
/packages/services/Telephony/sip/res/values/ |
strings.xml | 29 <!-- Title for the dialog of selecting the way we handle an outgoing call. [CHAR LIMIT=NONE] --> 31 <!-- Title for the dialog of selecting the way we handle an outgoing call (Wi-Fi only). [CHAR LIMIT=NONE] --> 34 <!-- Item of the SIP call option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] --> 36 <!-- Item of the SIP call option dialog: for routing a outgoing call via SIP if the destination is a SIP URI. [CHAR LIMIT=NONE] --> 38 <!-- Item of the SIP call (Wi-Fi only) option dialog: for routing all outgoing calls via SIP. [CHAR LIMIT=NONE] -->
|
/packages/services/Telephony/src/com/android/phone/settings/ |
PhoneAccountSettingsFragment.java | 100 * (1) <Make Calls With...> // Lets user pick a default account for outgoing calls 215 * Handles a phone account selection for the default outgoing phone account. 262 * Queries the telcomm manager to update the default outgoing account selection preference 263 * with the list of outgoing accounts and the current default outgoing account.
|
/build/tools/releasetools/ |
blockimgdiff.py | 641 xf.outgoing = xf.goes_before.copy() 655 for u in xf.outgoing: 760 xf.outgoing = xf.goes_before.copy() 775 sinks = [u for u in G if not u.outgoing] 782 del iu.outgoing[u] 792 for iu in u.outgoing: 805 d = sum(u.outgoing.values()) - sum(u.incoming.values()) 813 for iu in u.outgoing: 816 del iu.outgoing[u] 826 del x.outgoing [all...] |