Searched refs:State (Results 201 - 225 of 365) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java235 doReturn(DctConstants.State.IDLE).when(mDcTracker).getState(
242 doReturn(DctConstants.State.CONNECTED).when(mDcTracker).getState(
244 mCT.mState = PhoneConstants.State.IDLE;
250 mCT.mState = PhoneConstants.State.RINGING;
271 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState();
277 doReturn(GsmCdmaCall.State.ACTIVE).when(mGsmCdmaCall).getState();
299 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState();
329 mCT.mState = PhoneConstants.State.IDLE;
335 mCT.mState = PhoneConstants.State.RINGING;
340 mCT.mState = PhoneConstants.State
[all...]
/frameworks/av/media/libstagefright/omx/1.0/
H A DConversion.h1198 case HGraphicBufferProducer::FenceTimeSnapshot::State::EMPTY:
1200 case HGraphicBufferProducer::FenceTimeSnapshot::State::FENCE:
1202 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME:
1219 HGraphicBufferProducer::FenceTimeSnapshot::State::FENCE ?
1243 case HGraphicBufferProducer::FenceTimeSnapshot::State::EMPTY:
1245 ::android::FenceTime::Snapshot::State::EMPTY);
1247 case HGraphicBufferProducer::FenceTimeSnapshot::State::FENCE:
1249 ::android::FenceTime::Snapshot::State::FENCE);
1251 case HGraphicBufferProducer::FenceTimeSnapshot::State::SIGNAL_TIME:
1253 ::android::FenceTime::Snapshot::State
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java32 import android.net.NetworkInfo.State;
194 if (mWifiNetworkInfo.getState() == State.CONNECTED) {
262 public void recordNetworkState(int networkType, State networkState) {
277 public void setStateTransitionCriteria(int networkType, State initState,
278 StateTransitionDirection transitionDir, State targetState) {
434 public boolean waitForNetworkState(int networkType, State expectedState, long timeout) {
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java163 public enum State { NOT_LOADED, LOADED, ERROR_LOADING }; enum in class:BitmapRegionTileSource.BitmapSource
164 private State mState = State.NOT_LOADED;
178 mState = State.ERROR_LOADING;
194 mState = State.LOADED;
199 public State getLoadingState() {
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp392 const Layer::State& s(getDrawingState());
430 const Layer::State& s(getDrawingState());
435 const Layer::State& s(getDrawingState());
464 const State& s(getDrawingState());
497 const State& s(getDrawingState());
614 const State& s(getDrawingState());
932 const State& s(getCurrentState());
981 const State& s(getCurrentState());
1154 const State& s(getDrawingState());
1383 const Layer::State
[all...]
H A DSurfaceFlinger.h239 class State { class in class:android::SurfaceFlinger
241 explicit State(LayerVector::StateSet set) : stateSet(set) {} function in class:android::SurfaceFlinger::State
242 State& operator=(const State& other) {
591 State mCurrentState{LayerVector::StateSet::Current};
631 State mDrawingState{LayerVector::StateSet::Drawing};
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java243 case SipSession.State.READY_TO_CALL:
246 case SipSession.State.INCOMING_CALL:
249 case SipSession.State.OUTGOING_CALL:
252 case SipSession.State.OUTGOING_CALL_RING_BACK:
330 * The value returned must be one of the states in {@link SipSession.State}.
336 if (mSipSession == null) return SipSession.State.READY_TO_CALL;
921 && (SipSession.State.IN_CALL == getState())) {
/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java134 public @interface State {} interface in class:NetworkStats.Bucket
235 private static @State int convertState(int networkStatsSet) {
310 public @State int getState() {
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java26 import android.net.NetworkInfo.State;
159 protected boolean waitForNetworkState(int networkType, State expectedState, long timeout) {
487 State.CONNECTED, WIFI_CONNECTION_TIMEOUT));
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java21 import android.net.NetworkInfo.State;
281 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT));
292 State.CONNECTED, ConnectionUtil.LONG_TIMEOUT));
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSimPukView.java40 import com.android.internal.telephony.IccCardConstants.State;
62 public void onSimStateChanged(int subId, int slotId, State simState) {
120 mSubId = monitor.getNextSubIdForState(IccCardConstants.State.PUK_REQUIRED);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DRecyclerViewActivity.java107 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
145 RecyclerView.State state) {
199 RecyclerView.Recycler recycler, RecyclerView.State state) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DRecyclerViewActivity.java107 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
145 RecyclerView.State state) {
199 RecyclerView.Recycler recycler, RecyclerView.State state) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAccessibilityTest.java97 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
113 RecyclerView.State state) {
124 RecyclerView.State state) {
/frameworks/wilhelm/tools/permute/
H A Dpermute.c62 } State; typedef in typeref:struct:__anon2194
79 static unsigned split(State *s, unsigned frameStart, unsigned frameLength, unsigned segmentBudget)
213 State s;
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java185 public @interface State {} interface in class:PlaybackState
197 * State indicating this item is currently stopped.
204 * State indicating this item is currently paused.
211 * State indicating this item is currently playing.
218 * State indicating this item is currently fast forwarding.
225 * State indicating this item is currently rewinding.
232 * State indicating this item is currently buffering and will begin playing
240 * State indicating this item is currently in an error state. The error
248 * State indicating the class doing playback is currently connecting to a
258 * State indicatin
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DConnOnActivityStartTest.java393 final NetworkInfo.State state = parts[0].equals("null")
394 ? null : NetworkInfo.State.valueOf(parts[0]);
402 final NetworkInfo.State expectedState = NetworkInfo.State.CONNECTED;
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java101 * The value returned must be one of the states in {@link ImsCallSession.State}.
107 return ImsCallSession.State.INVALID;
144 * {@link ImsCallSession.State#IDLE}.
160 * {@link ImsCallSession.State#IDLE}.
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java34 public enum State { enum in class:PhoneConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsExternalCallTrackerTest.java106 assertEquals(connection.getState(), Call.State.DISCONNECTED);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DFastScroller.java45 private @interface State { } interface in class:FastScroller
113 @State private int mState = STATE_HIDDEN;
189 private void setState(@State int state) {
271 public void onDrawOver(Canvas canvas, RecyclerView parent, RecyclerView.State state) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java183 (mIsIncoming? ImsPhoneCall.State.INCOMING: ImsPhoneCall.State.DIALING));
217 parent.attachFake(this, ImsPhoneCall.State.DIALING);
291 if (getState() != ImsPhoneCall.State.HOLDING) {
313 public ImsPhoneCall.State getState() {
315 return ImsPhoneCall.State.DISCONNECTED;
651 public boolean update(ImsCall imsCall, ImsPhoneCall.State state) {
652 if (state == ImsPhoneCall.State.ACTIVE) {
675 } else if (state == ImsPhoneCall.State.HOLDING) {
/frameworks/av/include/media/
H A DVolumeShaper.h454 /* VolumeShaper.State is returned when requesting the last
461 class State : public RefBase { class in class:android::VolumeShaper
463 State(T volume, S xOffset) function in class:android::VolumeShaper::State
468 State() function in class:android::VolumeShaper::State
469 : State(NAN, NAN) { }
500 ss << "VolumeShaper::State{mVolume=" << mVolume;
509 }; // State
601 sp<VolumeShaper::State> getState() const {
606 return new VolumeShaper::State(volume, mDelayXOffset);
608 return new VolumeShaper::State(mLastVolum
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h62 enum State { enum in struct:android::WifiDisplaySource
122 State mState;
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java198 if (state.networkInfo.getState() != NetworkInfo.State.DISCONNECTED &&
199 state.networkInfo.getState() != NetworkInfo.State.UNKNOWN) {

Completed in 1876 milliseconds

1234567891011>>