HomeSort by relevance Sort by last modified time
    Searched defs:mState (Results 226 - 250 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 452 private IState mState;
483 mState = state;
513 return mState;
538 sb.append(mState == null ? "<null>" : mState.getName());
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 221 mState = buttonOn ? State.TurningOn : State.TurningOff;
222 mAirplaneState = mState;
629 protected State mState = State.Off;
682 boolean on = ((mState == State.On) || (mState == State.TurningOn));
700 if (mState.inTransition()) {
705 final boolean nowOn = !(mState == State.On);
715 return !mState.inTransition();
725 mState = buttonOn ? State.On : State.Off;
731 mState = state
    [all...]
  /frameworks/base/services/java/com/android/server/
BluetoothManagerService.java 121 private int mState;
202 mState = BluetoothAdapter.STATE_OFF;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 114 private State mState = new State();
198 if (mState.check(State.RUNNING)) {
221 return mState.check(state);
244 mState.addState(State.PAUSED);
248 if (mState.removeState(State.PAUSED)) {
249 if (mState.current() == State.RUNNING) {
256 if (mState.addState(State.HALTED) && mState.check(State.RUNNING)) {
262 if (mState.removeState(State.HALTED)) {
263 if (mState.current() == State.RUNNING)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 372 + SipSession.State.toString(session.mState));
427 newSession.mState = newState;
509 + SipSession.State.toString(mState) + ": processing "
539 int mState = SipSession.State.READY_TO_CALL;
604 mState = SipSession.State.READY_TO_CALL;
670 return mState;
756 + SipSession.State.toString(mState);
764 + SipSession.State.toString(mState) + ": processing "
785 switch (mState) {
866 if ((current != target) && (mState != SipSession.State.PINGING))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 33 protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
105 return mState;
141 if (mState.isOn()) {
161 if (mState.isAvailable()) {
181 if (!mState.isAvailable()) {
201 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
678 oldState = mState;
679 mState = newState;
681 if (oldState == mState) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 85 PhoneConstants.State mState = PhoneConstants.State.IDLE;
152 if (mState != PhoneConstants.State.IDLE) {
447 PhoneConstants.State oldState = mState;
450 mState = PhoneConstants.State.RINGING;
453 mState = PhoneConstants.State.OFFHOOK;
455 mState = PhoneConstants.State.IDLE;
458 if (mState == PhoneConstants.State.IDLE && oldState != mState) {
461 } else if (oldState == PhoneConstants.State.IDLE && oldState != mState) {
466 log("update phone state, old=" + oldState + " new="+ mState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 133 State mState = State.PENDING;
243 ret.mState = State.PENDING;
245 ret.mState = State.COMPLETE;
257 ret.mState = State.PENDING;
424 return mState;
438 if (mState == State.COMPLETE || mState == State.FAILED) {
442 mState = State.CANCELLED;
836 mState = State.FAILED;
843 mState = State.FAILED
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 452 mState = that.mState;
498 if (mState.isAlive()) {
560 if (mState == State.HOLDING) {
664 if (mState != newState) {
665 if (SC_DBG) log("setState: cur state" + mState
670 mState = newState; // need in ALERTING to enable ringback
672 } else if (mState == Call.State.ALERTING) {
675 mState = newState;
684 if (mState != State.ACTIVE)
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java 174 int mState = INITIALIZING;
307 final Bundle mState;
310 mState = state;
314 mState = in.readBundle();
315 if (loader != null && mState != null) {
316 mState.setClassLoader(loader);
327 dest.writeBundle(mState);
555 mSavedFragmentState = state != null && state.mState != null
556 ? state.mState : null;
660 if (mState >= RESUMED)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 175 private int mState = STATE_CONFIGURE;
317 switch (mState) {
332 switch (mState) {
344 switch (mState) {
358 switch (mState) {
378 switch (mState) {
395 switch (mState) {
409 switch (mState) {
427 switch (mState) {
442 switch (mState) {
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 53 private volatile int mState;
182 mState = STATE_IDLE;
207 if ((mState == STATE_PIE) && isVisible()) {
211 if (mState != STATE_IDLE) {
214 mState = STATE_PIE;
231 mState = STATE_PIE;
241 mState = STATE_IDLE;
381 if (mState == STATE_FINISHING) {
400 if (mState == STATE_PIE) {
431 mState = STATE_PIE
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 51 int mState = Stopwatches.STOPWATCH_RESET;
258 switch (mState) {
277 Log.wtf("Illegal state " + mState
298 switch (mState) {
315 Log.i("Illegal state " + mState
467 setButtons(mState);
469 if (mState == Stopwatches.STOPWATCH_RUNNING) {
472 } else if (mState == Stopwatches.STOPWATCH_STOPPED && mAccumulatedTime != 0) {
495 if (mState == Stopwatches.STOPWATCH_RUNNING) {
516 if (page == DeskClock.STOPWATCH_TAB_INDEX && mState == Stopwatches.STOPWATCH_RUNNING)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 71 private int mState = STATE_START;
174 if (mState != STATE_START) {
175 reportProgress(mState, mProgressException);
221 mState = newState;
283 mCheckingDialog = CheckingDialog.newInstance(this, mState);
288 mCheckingDialog.updateProgress(mState);
355 if (mState == STATE_AUTODISCOVER_AUTH_DIALOG) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 101 private StateAdapter mState = null;
261 mPreset.fillImageStateAdapter(mState);
285 return mState;
293 mState = adapter;
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 167 int mState;
285 mState = STATE_IDLE;
291 if (mState >= STATE_W4_CONFIRM) {
294 mState = STATE_W4_SCREENSHOT;
300 switch (mState) {
307 mState = STATE_W4_SCREENSHOT_PRESEND_REQUESTED;
316 Log.e(TAG, "Unexpected showPreSend() in state " + Integer.toString(mState));
372 mState = STATE_W4_CONFIRM;
377 if (mState < STATE_SENDING) return;
408 switch (mState) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 111 private ApplicationsState mState;
205 mState.requestSize(mAppEntry.info.packageName);
422 mState = ApplicationsState.getInstance(getActivity().getApplication());
423 mSession = mState.newSession(this);
562 mState.ensureIcon(mAppEntry);
633 mAppEntry = mState.getEntry(packageName);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 177 private int mState;
201 mState = INITIALIZING;
291 if (mState == SPEAKING_GREETING || mState == SPEAKING_TRY_AGAIN) {
293 } else if (mState == SPEAKING_CHOICES) {
295 } else if (mState == SPEAKING_GOODBYE) {
296 mState = EXITING;
298 } else if (mState == SPEAKING_CHOSEN_ACTION) {
299 mState = EXITING;
308 mState = SPEAKING_GREETING
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 178 private int mState;
327 mState = STATE_VISIBLE;
393 } else if (mState == STATE_VISIBLE) {
459 if (hasMoreItems && mState != STATE_DRAGGING) {
733 if (state == mState) {
753 mState = state;
759 final boolean isPressed = mState == STATE_DRAGGING;
844 if (hasMoreItems && mState != STATE_DRAGGING) {
854 if (mState != STATE_DRAGGING) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 196 protected DctConstants.State mState = DctConstants.State.IDLE;
332 if (DBG) log("Reconnect alarm. Previous state was " + mState);
475 log("onActionIntentReconnectAlarm: mState=" + mState + " reason=" + reason +
511 log("onActionIntentRestartTrySetupAlarm: mState=" + mState +
    [all...]
  /frameworks/wilhelm/src/
itfstruct.h 50 SLuint8 mState; // really SLuint32, but SLuint8 to save space
230 SLBufferQueueState mState;
464 SLuint32 mState;
533 SLuint32 mState;
667 SLAndroidBufferQueueState mState;
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 57 private volatile int mState;
216 mState = STATE_IDLE;
254 if ((mState == STATE_PIE) && isVisible()) {
258 if (mState != STATE_IDLE) {
261 mState = STATE_PIE;
282 mState = STATE_PIE;
299 mState = STATE_IDLE;
313 return mState == STATE_PIE && isVisible();
364 if (isVisible() && mState == STATE_PIE) {
544 if (mState != STATE_PIE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 239 private RawContactDeltaList mState;
391 if (mState.isEmpty()) {
403 // Orientation change, we already have mState, it was loaded by onCreate
482 mState = savedState.<RawContactDeltaList> getParcelable(KEY_EDIT_STATE);
504 // mState can still be null because it may not have have finished loading before
506 if (mState == null) {
507 mState = new RawContactDeltaList();
514 if (!mState.isEmpty()) {
567 mState.addAll(rawContacts.iterator());
576 for (RawContactDelta state : mState) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 75 private int mState = STATE_NONE;
412 mState = STATE_SMALL;
432 mState = STATE_ANIMATING;
436 mState = STATE_OPEN;
481 mState = STATE_SMALL;
487 mState = STATE_ANIMATING;
    [all...]

Completed in 2503 milliseconds

1 2 3 4 5 6 7 8 91011>>