/packages/apps/InCallUI/src/com/android/incallui/ |
InCallCameraManager.java | 33 * Used to track which camera is used for outgoing video.
|
VideoPauseController.java | 164 } else if (newState == InCallState.OUTGOING) { 182 // Bring UI to foreground if outgoing request becomes active while UI is in 317 * the outgoing video. 332 * outgoing video.
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
ProcessDeliveryReportAction.java | 76 final int bugleStatus = SyncMessageBatch.bugleStatusForSms(true /*outgoing*/,
|
ResendMessageAction.java | 32 * Action used to manually resend an outgoing message
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
RefCountedMediaResource.java | 37 * Note: all synchronized methods in this class (e.g. addRef()) should not attempt to make outgoing
|
/packages/services/Telecomm/res/values-en-rAU/ |
strings.xml | 41 <string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing calls without Phone permission."</string>
|
/packages/services/Telecomm/res/values-en-rGB/ |
strings.xml | 41 <string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing calls without Phone permission."</string>
|
/packages/services/Telecomm/res/values-en-rIN/ |
strings.xml | 41 <string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing calls without Phone permission."</string>
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
ErrorDialogActivity.java | 31 * Used to display an error dialog from within the Telecom service when an outgoing call fails
|
/packages/services/Telephony/src/com/android/phone/ |
ErrorDialogActivity.java | 29 * Used to display an error dialog from within the Telephony service when an outgoing call fails
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
degree_alg.py | 97 outgoing edges are connected to.
|
/system/bt/stack/avdt/ |
avdt_int.h | 426 BUFFER_Q cmd_q; /* Queue for outgoing command messages */ 427 BUFFER_Q rsp_q; /* Queue for outgoing response and reject messages */ 453 BUFFER_Q frag_q; /* Queue for outgoing media fragments. p_buf should be 0 */ 499 BUFFER_Q frag_q; /* Queue for outgoing media fragments */
|
/system/netd/server/ |
ClatdController.cpp | 60 // Pass in the interface, a netid to use for DNS lookups, and a fwmark for outgoing packets.
|
/frameworks/base/telecomm/java/android/telecom/ |
TelecomManager.java | 152 * determines whether the speakerphone should be automatically turned on for an outgoing call. 159 * determines the desired video state for an outgoing call. 181 * subject which will be associated with an outgoing call. Should only be specified if the 418 * Return the {@link PhoneAccount} which will be used to place outgoing calls to addresses with 449 * Return the {@link PhoneAccount} which is the user-chosen default for making outgoing phone 456 * @return The user outgoing phone account selected by the user. 471 * Sets the user-chosen default for making outgoing phone calls. [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsnList.java | 180 * Gets the size of the outgoing arguments area required by this 184 * @return {@code >= 0;} the required outgoing arguments size
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsnList.java | 180 * Gets the size of the outgoing arguments area required by this 184 * @return {@code >= 0;} the required outgoing arguments size
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsnList.java | 181 * Gets the size of the outgoing arguments area required by this 185 * @return {@code >= 0;} the required outgoing arguments size
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 164 /// single outgoing (actual) argument or outgoing (from the perspective
|
/external/llvm/lib/Target/Mips/ |
MipsSERegisterInfo.cpp | 128 // 1. Outgoing arguments. 143 // following: an outgoing argument, pointer to a dynamically allocated
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageProcessor.java | 63 * My Sent by string ( which I use to set the outgoing via header) 231 * Set the sentby string. This is used for stamping outgoing messages sent
|
/external/v8/src/compiler/ |
linkage.h | 150 // for incoming parameters and return value(s) as well as the outgoing calling 169 // of incoming parameters and the outgoing return value(s).
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogListItemHelper.java | 138 * For outgoing calls: 139 * If outgoing: Call to {Name/Number] {Call Type} {Call Time}.
|
/packages/apps/PhoneCommon/res/values/ |
strings.xml | 98 <string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string> 100 <string name="callFailed_cb_enabled">Can\'t make outgoing calls while call barring is on.</string>
|
/frameworks/base/core/java/android/provider/ |
CallLog.java | 154 * The type of the call (incoming, outgoing or missed). 161 /** Call log type for outgoing calls. */ 409 * @param callType enumerated values for "incoming", "outgoing", or "missed" 438 * @param callType enumerated values for "incoming", "outgoing", or "missed" 469 * @param callType enumerated values for "incoming", "outgoing", or "missed" 634 * @return The last phone number dialed (outgoing) or an empty
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
PhoneAccountRegistrar.java | 182 * Retrieves the default outgoing phone account supporting the specified uriScheme. Note that if 186 * @param uriScheme The URI scheme for the outgoing call. 201 List<PhoneAccountHandle> outgoing = getCallCapablePhoneAccounts(uriScheme, false); local 202 switch (outgoing.size()) { 208 return outgoing.get(0); 216 * @return The user-selected outgoing {@link PhoneAccount}, or null if it hasn't been set (or 233 // Asking to clear the default outgoing is a valid request 239 Log.w(this, "Trying to set nonexistent default outgoing %s", 245 Log.w(this, "Trying to set non-call-provider default outgoing %s", 793 * The account selected by the user to be employed by default for making outgoing calls [all...] |