/packages/apps/Email/provider_src/com/android/email/mail/ |
Store.java | 72 * at least an incoming server name). 136 * at least an incoming server name).
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc.cpp | 207 ALOGE("NFC Manager incoming socket mutex creation returned 0x%08x", errno); 213 ALOGE("NFC Manager incoming socket condition creation returned 0x%08x", errno);
|
/packages/apps/Stk/src/com/android/stk/ |
StkDialogActivity.java | 158 * (incoming call, MMI code execution etc as mentioned under section 193 * priority events such as incoming call, new sms, screen off intent,
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallsManager.java | 101 * The main call repository. Keeps an instance of all live calls. New incoming and outgoing 245 setCallState(incomingCall, CallState.RINGING, "successful incoming call"); 260 setCallState(call, CallState.DISCONNECTED, "failed incoming call"); 475 * @param extras The optional extras Bundle passed with the intent used for the incoming call. 583 * @param extras The optional extras Bundle passed with the intent used for the incoming call. 735 * app through {@link InCallAdapter} after Telecom notifies it of an incoming call followed by 766 Log.v(this, "Holding active/dialing call %s before answering incoming call %s.", [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallerInfoCache.java | 182 // to block incoming calls asking for the cache. So this method just does full query 183 // and replaces the older cache with newer one. To refrain from blocking incoming calls,
|
PhoneUtils.java | 204 * actually a ringing incoming call, or some other error occurred. 232 // This is the FIRST incoming call being answered. 272 Log.i(LOG_TAG, "Forcing speaker off due to new incoming call..."); 362 if (state == Call.State.INCOMING) { 363 // Regular incoming call (with no other active calls) 364 log("hangupRingingCall(): regular incoming call: hangup()"); 367 // Unexpected state: the ringing call isn't INCOMING or 370 // (Presumably the incoming call went away at the exact moment 372 Log.w(LOG_TAG, "hangupRingingCall: no INCOMING or WAITING call"); 469 * Answers the incoming call specified by "ringing", and ends the currently active phone call [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
use-case.h | 71 * o Incoming phone call when the device is playing music 144 * 2. Set modifier to SND_USE_CASE_MOD_PLAY_TONE when incoming call happens.
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_allocation.rsh | 111 * @param width Width of the incoming region to update. 112 * @param height Height of the incoming region to update.
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_allocation.rsh | 111 * @param width Width of the incoming region to update. 112 * @param height Height of the incoming region to update.
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_allocation.rsh | 111 * @param width Width of the incoming region to update. 112 * @param height Height of the incoming region to update.
|
/system/bt/bta/hh/ |
bta_hh_int.h | 254 BOOLEAN incoming_conn; /* is incoming connection? */ 255 UINT8 incoming_hid_handle; /* temporary handle for incoming connection? */
|
/system/bt/doc/ |
power_management.md | 10 Power states are managed per-device, per-profile, so every incoming event 79 `bta_dm_pm_cback` with the bta sys module for incoming power management events,
|
/system/bt/stack/avct/ |
avct_api.c | 127 ** passively for an incoming AVCTP connection from a peer device. 231 ** passively for an incoming AVCTP connection from a peer device.
|
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 448 /// it on the incoming phi values yields the same result for every value. If so 470 // Evaluate the BinOp on the incoming phi values. 473 Value *Incoming = PI->getIncomingValue(i); 474 // If the incoming value is the phi node itself, it can safely be skipped. 475 if (Incoming == PI) continue; 477 SimplifyBinOp(Opcode, Incoming, RHS, Q, MaxRecurse) : 478 SimplifyBinOp(Opcode, LHS, Incoming, Q, MaxRecurse); 491 /// incoming phi values yields the same result every time. If so returns the 511 // Evaluate the BinOp on the incoming phi values. 514 Value *Incoming = PI->getIncomingValue(i) [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 112 \item Time needed to insert or merge an incoming IO onto the request 131 For \emph{merged} requests -- an incoming request that is merged 192 IO\footnote{It should be noted that incoming requests either go through: 214 hardware) is to understand the block IO layer ends up merging incoming 216 section, we show the number of incoming requests (Q), the number of 229 125 incoming requests into a single request down the IO stack. The 244 providing a set of indicators showing how close incoming IO requests 324 being held by the IO scheduler when an incoming IO request was being 437 incoming IO requests, for more information see section~\ref{sec:qhist}. 548 is seeing relatively continuous incoming queues. Conversely, when it i [all...] |
/art/runtime/jdwp/ |
jdwp_expand_buf.cc | 83 * Ensure that the buffer has enough space to hold incoming data. If it
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
ApplicationRestrictionsTest.java | 218 // Wait until the activity has registered its broadcast receiver and ready for incoming
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 111 // The incoming restrictions bundle contains key/value pairs representing existing app
|
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 51 // from an incoming intent in the handleIntent() method, via the
|
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
GeofenceTransitionsIntentService.java | 66 * Handles incoming intents.
|
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
MessagingService.java | 147 * Handler for incoming messages from clients.
|
/developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 51 // from an incoming intent in the handleIntent() method, via the
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 111 // The incoming restrictions bundle contains key/value pairs representing existing app
|
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
MessagingService.java | 147 * Handler for incoming messages from clients.
|
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/ |
GeofenceTransitionsIntentService.java | 66 * Handles incoming intents.
|