HomeSort by relevance Sort by last modified time
    Searched refs:ACTIVE (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /frameworks/base/telecomm/java/android/telecom/
CallState.java 60 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
68 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
78 public static final int ACTIVE = 5;
83 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
125 case ACTIVE:
126 return "ACTIVE";
  /external/chromium_org/tools/cr/cr/base/
arch.py 31 ACTIVE = cr.Config.From(
38 ACTIVE = cr.Config.From(
49 ACTIVE = cr.Config.From(
60 ACTIVE = cr.Config.From(
75 ACTIVE = cr.Config.From(
linux.py 15 ACTIVE = cr.Config.From(
29 ACTIVE = cr.Config.From(
linux_chromeos.py 14 ACTIVE = cr.Config.From(
  /external/clang/test/Preprocessor/
_Pragma-in-macro-arg.c 13 #define ACTIVE(x) ID(x)
29 ACTIVE(_Pragma) ("clang diagnostic ignored \"-Wconversion\"")) // expected-error {{_Pragma takes a parenthesized string literal}} \
33 ACTIVE(IGNORE_CONV)
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
WorkgroupQueue.java 146 * Returns the current number of active chat sessions in the queue.
148 * @return the current number of active chat sessions in the queue.
162 * <li>WorkgroupQueue.Status.OPEN -- the queue is active and accepting new chat requests.
163 * <li>WorkgroupQueue.Status.ACTIVE -- the queue is active but NOT accepting new chat
165 * <li>WorkgroupQueue.Status.CLOSED -- the queue is NOT active and NOT accepting new
172 * The queue is active and accepting new chat requests.
177 * The queue is active but NOT accepting new chat requests. This state might
181 public static final Status ACTIVE = new Status("active");
    [all...]
  /external/nist-sip/java/javax/sip/header/
SubscriptionStateHeader.java 17 String ACTIVE = "Active";
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 74 // |window| is most likely still active wrt to the X server. Undo the
76 OnActiveWindowChanged(window, ACTIVE);
80 // in an active X window.
109 OnActiveWindowChanged(window, ACTIVE);
129 return window == current_window_ && current_window_active_state_ == ACTIVE;
136 OnActiveWindowChanged(event->xfocus.window, ACTIVE);
156 // Check for a change to the active window.
163 OnActiveWindowChanged(window, ACTIVE);
195 if (current_window_active_state_ == ACTIVE) {
202 // Update the current window ID to effectively change the active widget
    [all...]
x11_desktop_handler.h 51 // Checks if the current active window is |window|.
69 ACTIVE,
93 // The active window according to X11 server.
96 // Whether we should treat |current_window_| as active. In particular, we
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 102 int activeStart = content.getSpanStart(TextKeyListener.ACTIVE);
103 int activeEnd = content.getSpanEnd(TextKeyListener.ACTIVE);
110 int rec = (content.getSpanFlags(TextKeyListener.ACTIVE)
205 content.setSpan(TextKeyListener.ACTIVE,
237 buf.removeSpan(TextKeyListener.ACTIVE);
273 int start = buf.getSpanStart(TextKeyListener.ACTIVE);
274 int end = buf.getSpanEnd(TextKeyListener.ACTIVE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 32 ACTIVE(0),
110 return mState == State.ACTIVE || mState == State.HOLDING;
148 /** number of msec between dialing -> alerting and alerting->active */
236 call.mState = CallInfo.State.ACTIVE;
243 /** If a call is DIALING or ALERTING, progress it all the way to ACTIVE */
253 call.mState = CallInfo.State.ACTIVE;
260 /** automatically progress mobile originated calls to ACTIVE.
274 * hangup ringing, dialing, or active calls
301 || call.mState == CallInfo.State.ACTIVE
485 if (c != null && c.mState == CallInfo.State.ACTIVE) {
    [all...]
  /external/chromium_org/content/child/service_worker/
web_service_worker_registration_impl.h 46 ACTIVE,
web_service_worker_registration_impl.cc 64 queued_tasks_.push_back(QueuedTask(ACTIVE, service_worker));
88 else if (it->type == ACTIVE)
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 88 markComponent(id, ACTIVE, Fence::NO_FENCE);
94 state == IDLE ? "idle" : "active");
116 if (mStates.valueAt(i) == ACTIVE) {
119 return ACTIVE;
132 return fencesDone ? IDLE : ACTIVE;
165 // collectively transitions between idle and active for each one
205 ALOGV("Camera device is now %s", idle ? "idle" : "active");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 72 ACTIVE='active'
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 45 if ((newState == CallState.DIALING || newState == CallState.ACTIVE
70 } else if (callsManager.getFirstCallWithState(CallState.DIALING, CallState.ACTIVE,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 224 // One ACTIVE connection
230 } while (mGSMPhone.getForegroundCall().getState() != Call.State.ACTIVE);
240 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
336 // One mobile terminated active call
351 assertEquals(Call.State.ACTIVE,
553 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
567 // one active call
575 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
628 assertEquals(Call.State.ACTIVE, mGSMPhone.getForegroundCall().getState());
660 // One ACTIVE cal
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 61 return ACTIVE;
64 private static final ComparisonChain ACTIVE = new ComparisonChain() {
90 return (result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Call.java 33 IDLE, ACTIVE, HOLDING, DIALING, ALERTING, INCOMING, WAITING, DISCONNECTED, DISCONNECTING;
51 case ACTIVE: return State.ACTIVE;
DriverCall.java 30 ACTIVE,
122 case 0: return State.ACTIVE;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js 25 ACTIVE: 0,
109 * @param {boolean} active The desired state; true for active, false for
112 cvox.AbstractHost.prototype.activateOrDeactivateChromeVox = function(active) {
113 this.onStateChanged_(active ? cvox.AbstractHost.State.ACTIVE :
128 * active: all event listeners registered
135 var active = state == cvox.AbstractHost.State.ACTIVE;
136 if (active == cvox.ChromeVox.isActive)
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.h 46 ACTIVE, // The item was clicked and can add a user.
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_store.h 77 policy_->state() == enterprise_management::PolicyData::ACTIVE;
  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.h 42 // Used for counting number of active users of an app, where "active" means
43 // the app was launched at least once since the last active ping.
44 ACTIVE,
48 // The number of days it's been since our last rollcall or active ping,
57 PingData(int rollcall, int active, bool enabled)
58 : rollcall_days(rollcall), active_days(active), is_enabled(enabled) {}

Completed in 757 milliseconds

1 2 3 4 5 6