Searched refs:State (Results 151 - 175 of 365) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java107 void onPhoneStateChanged(PhoneConstants.State oldState, PhoneConstants.State newState);
185 if ((mForegroundCall.getState() != ImsPhoneCall.State.IDLE) ||
186 (mBackgroundCall.getState() != ImsPhoneCall.State.IDLE)) {
187 conn.update(imsCall, ImsPhoneCall.State.WAITING);
269 private PhoneConstants.State mState = PhoneConstants.State.IDLE;
605 Log.w(LOG_TAG, "Unexpected State!");
803 if (mForegroundCall.getState() == ImsPhoneCall.State.ACTIVE) {
804 if (mBackgroundCall.getState() != ImsPhoneCall.State
[all...]
H A DImsExternalConnection.java256 if (mCall.getState() == Call.State.ACTIVE) {
258 } else if (mCall.getState() == Call.State.DISCONNECTED) {
/frameworks/native/services/surfaceflinger/
H A DLayer.h109 struct State { struct in class:android::Layer
270 virtual bool isOpaque(const Layer::State& s) const;
482 inline const State& getDrawingState() const { return mDrawingState; }
483 inline const State& getCurrentState() const { return mCurrentState; }
484 inline State& getCurrentState() { return mCurrentState; }
572 void commitTransaction(const State& stateToCommit);
656 void popPendingState(State* stateToCommit);
657 bool applyPendingStates(State* stateToCommit);
704 State mCurrentState;
705 State mDrawingStat
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java67 public abstract void onStateChanged(@NonNull View bottomSheet, @State int newState);
110 public @interface State {} interface in class:BottomSheetBehavior
140 @State
526 public final void setState(final @State int state) {
562 @State
567 void setStateInternal(@State int state) {
674 @State int targetState;
745 @State
748 SettleRunnable(View view, @State int targetState) {
764 @State
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java187 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
210 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
230 mMetrics.writeImsCallState(mPhone.getPhoneId(), mImsCallSession, Call.State.ACTIVE);
231 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
254 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
273 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
298 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State.IDLE);
322 ImsConnectionState.State.CONNECTED, mImsReasonInfo);
324 ImsConnectionState.State.CONNECTED, mImsReasonInfo);
325 mMetrics.writePhoneState(mPhone.getPhoneId(), PhoneConstants.State
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsSupportFragment.java31 import android.support.v17.leanback.util.StateMachine.State;
96 final State STATE_SET_ENTRANCE_START_STATE = new State("STATE_SET_ENTRANCE_START_STATE") {
103 final State STATE_ENTER_TRANSITION_INIT = new State("STATE_ENTER_TRANSIITON_INIT");
114 final State STATE_SWITCH_TO_VIDEO_IN_ON_CREATE = new State("STATE_SWITCH_TO_VIDEO_IN_ON_CREATE",
122 final State STATE_ENTER_TRANSITION_CANCEL = new State("STATE_ENTER_TRANSITION_CANCEL",
144 final State STATE_ENTER_TRANSITION_COMPLET
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java116 RecyclerView.State state) {
130 RecyclerView.State state) {
144 RecyclerView.State state, View host, AccessibilityNodeInfoCompat info) {
166 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
178 public void onLayoutCompleted(RecyclerView.State state) {
352 void onAnchorReady(RecyclerView.Recycler recycler, RecyclerView.State state,
370 RecyclerView.State state) {
378 RecyclerView.State state) {
385 RecyclerView.State state, AnchorInfo anchorInfo, int itemDirection) {
414 View findReferenceChild(RecyclerView.Recycler recycler, RecyclerView.State stat
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java130 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
194 public void onLayoutCompleted(RecyclerView.State state) {
339 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
349 RecyclerView.State state) {
365 RecyclerView.State state) {
374 RecyclerView.State state) {
488 RecyclerView.State state) {
494 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
531 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
592 any(RecyclerView.State
[all...]
H A DRecyclerViewAnimationsTest.java138 RecyclerView.State state) {
228 AnimationLayoutManager lm, RecyclerView.State state) {
235 RecyclerView.State state) {
246 RecyclerView.State state) {
281 AnimationLayoutManager lm, RecyclerView.State state) {
289 RecyclerView.State state) {
297 RecyclerView.State state) {
405 AnimationLayoutManager lm, RecyclerView.State state) {
413 RecyclerView.State state) {
571 RecyclerView.State stat
[all...]
/frameworks/av/include/media/
H A DIAudioTrack.h85 virtual sp<VolumeShaper::State> getVolumeShaperState(int id) = 0;
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioTrack.h85 virtual sp<VolumeShaper::State> getVolumeShaperState(int id) = 0;
/frameworks/base/libs/common_time/
H A Dcommon_time_server.h54 ICommonClock::State getState();
155 ICommonClock::State mState;
156 void setState(ICommonClock::State s);
314 static const char* stateToString(ICommonClock::State s);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java123 public void onSimStateChanged(int subId, int slotId, IccCardConstants.State simState) { }
H A DKeyguardUpdateMonitor.java73 import com.android.internal.telephony.IccCardConstants.State;
216 handleSimStateChange(msg.arg1, msg.arg2, (State) msg.obj);
783 * the intent and provide a {@link SimCard.State} result.
786 public State simState;
790 SimData(State state, int slot, int id) {
797 State state;
811 state = IccCardConstants.State.PERM_DISABLED;
813 state = IccCardConstants.State.ABSENT;
816 state = IccCardConstants.State.READY;
821 state = IccCardConstants.State
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java35 import com.android.systemui.plugins.qs.QSTile.State;
83 public void setIcon(QSTile.State state) {
87 protected void updateIcon(ImageView iv, State state) {
116 protected void setIcon(ImageView iv, QSTile.State state) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h45 enum State { Q0, Q1, Accept, NumOfStates = 2, Reject = -1 }; enum in class:mcld::EhFrameReader
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java194 NetworkInfo.State state = NetworkInfo.State.DISCONNECTED;
198 if ((state == NetworkInfo.State.DISCONNECTED)
199 || (state == NetworkInfo.State.UNKNOWN)) {
H A DSoftApManager.java34 import com.android.internal.util.State;
234 private final State mIdleState = new IdleState();
235 private final State mStartedState = new StartedState();
268 private class IdleState extends State {
336 private class StartedState extends State {
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetWithFab.java64 @BottomSheetBehavior.State int newState) {
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetWithFab.java64 @BottomSheetBehavior.State int newState) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java182 parent.attachFake(this, GsmCdmaCall.State.DIALING);
185 if (parent.mState == GsmCdmaCall.State.ACTIVE) {
186 parent.attachFake(this, GsmCdmaCall.State.ACTIVE);
188 parent.attachFake(this, GsmCdmaCall.State.DIALING);
216 parent.attachFake(this, GsmCdmaCall.State.WAITING);
326 if (getState() != GsmCdmaCall.State.HOLDING) {
335 public GsmCdmaCall.State getState() {
337 return GsmCdmaCall.State.DISCONNECTED;
603 boolean wasHolding = (getState() == GsmCdmaCall.State.HOLDING);
665 if (changed && !wasHolding && (getState() == GsmCdmaCall.State
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java310 doReturn(PhoneConstants.State.IDLE).when(mCT).getState();
393 assertEquals(DctConstants.State.CONNECTED, mDct.getOverallState());
394 assertEquals(DctConstants.State.CONNECTED, mDct.getState(PhoneConstants.APN_TYPE_DEFAULT));
609 assertEquals(DctConstants.State.CONNECTED, mDct.getOverallState());
610 assertEquals(DctConstants.State.IDLE, mDct.getState(PhoneConstants.APN_TYPE_DEFAULT));
611 assertEquals(DctConstants.State.CONNECTED, mDct.getState(PhoneConstants.APN_TYPE_IMS));
663 assertEquals(DctConstants.State.CONNECTED, mDct.getOverallState());
664 assertEquals(DctConstants.State.IDLE, mDct.getState(PhoneConstants.APN_TYPE_DEFAULT));
665 assertEquals(DctConstants.State.CONNECTED, mDct.getState(PhoneConstants.APN_TYPE_IMS));
712 assertEquals(DctConstants.State
[all...]
/frameworks/base/media/java/android/media/
H A DVolumeShaper.java198 * @return the current {@code VolumeShaper.State}
201 private @NonNull VolumeShaper.State getStatePlayer(int id) {
202 final VolumeShaper.State state;
1341 * {@code VolumeShaper.State} represents the current progress
1346 public static final class State implements Parcelable { class in class:VolumeShaper
1352 return "VolumeShaper.State{"
1365 if (!(o instanceof State)) return false;
1367 final State other = (State) o;
1383 public static final Parcelable.Creator<VolumeShaper.State> CREATO
1398 /* package */ State(float volume, float xOffset) { method in class:VolumeShaper.State
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h98 enum State { enum in struct:android::NuPlayerDriver
115 State mState;
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java105 public void onDraw(Canvas c, RecyclerView parent, RecyclerView.State state) {
124 RecyclerView.State state) {

Completed in 4458 milliseconds

1234567891011>>