/frameworks/base/telecomm/java/android/telecom/ |
TelecomManager.java | 775 * Returns whether there is an ongoing phone call (can be in dialing, ringing, active or holding 835 * Ends an ongoing call. [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
SocketTest.java | 283 fail("Socket connect still ongoing");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneCall.java | 245 * event package into a regular ongoing IMS call.
|
/libcore/luni/src/main/java/java/nio/channels/ |
SelectionKey.java | 97 * another ongoing call to a method of this selector has finished. The
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomView.java | 198 // No ongoing decoding task, safe to recycle the decoder.
|
/packages/services/Telephony/src/com/android/services/telephony/ |
CdmaConferenceController.java | 157 // Only an outgoing call can be merged with an ongoing call.
|
/external/chromium_org/chrome/common/extensions/api/ |
file_manager_private.idl | 363 // True if ongoing transfer operation was found and canceled. 666 // Cancels ongoing file transfers for selected files. 667 // |fileUrls| Array of files for which ongoing transfer should be canceled.
|
/external/chromium_org/ui/base/ime/ |
input_method_win.cc | 298 // Retrieve the result string and its attributes of the ongoing composition 307 // GCS_COMPSTR, which means an ongoing composition has been finished 310 // Retrieve the composition string and its attributes of the ongoing
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 397 * @brief updates target frame rates of the encoded base and enhance layer (if any) while encoding operation is ongoing. 407 * @brief updates target bit rates of the encoded base and enhance layer (if any) while encoding operation is ongoing. 417 * @brief updates the INTRA frame refresh interval while encoding operation is ongoing.
|
/packages/apps/InCallUI/src/com/android/incallui/ |
StatusBarNotifier.java | 444 // the expanded Notifications UI. It's labeled "Ongoing call" 520 Log.i(this, "Will show \"hang-up\" action in the ongoing active call Notification"); 587 // "ongoing call" notification is already visible, so the
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 652 boolean ongoing = state == Recorder.RECORDING_STATE || state == Recorder.PLAYING_STATE; 654 long time = ongoing ? mRecorder.progress() : mRecorder.sampleLength(); 664 if (ongoing)
|
/external/chromium_org/ppapi/tests/ |
test_websocket.cc | 518 // Close with PP_VARTYPE_NULL and ongoing receive message. 613 // The ongoing Connect() fails with PP_ERROR_ABORTED, then the Close() 650 // Close with ongoing ReceiveMessage. 669 // Close with PP_VARTYPE_UNDEFINED for reason and ongoing ReceiveMessage. [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 828 // if previous request is blocked due to ongoing jpeg job [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppService.java | 277 * 1. If there is no ongoing transfer, no on-hold connection, start it 278 * 2. If there is ongoing transfer, hold it for 20 seconds(1 seconds * 20 times) 667 // There is ongoing batch [all...] |
/packages/apps/InCallUI/res/values/ |
strings.xml | 144 <!-- The "label" of the in-call Notification for an ongoing call, used 146 <string name="notification_ongoing_call">Ongoing call</string> 175 It is displayed in the "Ongoing call" notification, which is shown
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
Camera2Focuser.java | 201 * Cancel ongoing auto focus, unlock the auto-focus if it was locked, and
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
MediaController.java | 275 // session to avoid jumps in the position in case of ongoing playback.
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoView.java | 297 // Stops any ongoing downloads for this ImageView
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg.h | 375 mm_jpeg_queue_t ongoing_job_q; /* queue for ongoing jobs */
|
/external/chromium_org/base/ |
tracked_objects.h | 130 // be able to run concurrently with ongoing augmentation of the birth and death 152 // in a snapshot are gathered asynhcronously relative to their ongoing updates. 159 // not the underlying and ongoing statistic). In constrast, pointer data that 185 // asynchronously relative to ongoing updates (but all data is 32 bit in size). [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_sync_context.h | 287 // won't step in while snapshot sync is ongoing.
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_tracer.cc | 337 // Check if disjoint operation has occurred, discard ongoing traces if so.
|
/external/chromium_org/net/disk_cache/blockfile/ |
disk_format_v3.h | 75 int32 experiment; // Id of an ongoing test.
|
/external/chromium_org/printing/android/java/src/org/chromium/printing/ |
PrintingControllerImpl.java | 214 // completion of an ongoing one.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
TextFinder.h | 258 // Keeps track of whether there is an scoping effort ongoing in the frame.
|