Searched refs:State (Results 126 - 150 of 197) sorted by relevance

12345678

/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/Keyguard/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/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewBasicTest.java231 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
270 RecyclerView.State state) {
276 RecyclerView.State state) {
H A DGridLayoutManagerTest.java272 RecyclerView.State state = new RecyclerView.State();
391 public void onBeforeLayout(RecyclerView.Recycler recycler, RecyclerView.State state) {
398 public void onAfterLayout(RecyclerView.Recycler recycler, RecyclerView.State state) {
604 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
688 public void onBeforeLayout(RecyclerView.Recycler recycler, RecyclerView.State state) {
691 public void onAfterLayout(RecyclerView.Recycler recycler, RecyclerView.State state) {
H A DBaseRecyclerViewInstrumentationTest.java226 RecyclerView.State state) {
435 RecyclerView.State state) {
441 RecyclerView.State state) {
/frameworks/wilhelm/tools/permute/
H A Dpermute.c62 } State; typedef in typeref:struct:__anon1681
79 static unsigned split(State *s, unsigned frameStart, unsigned frameLength, unsigned segmentBudget)
213 State s;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java19 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
46 import com.android.documentsui.DocumentsActivity.State;
104 final State state = ((DocumentsActivity) context).getDisplayState();
141 final State state = ((DocumentsActivity) context).getDisplayState();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java24 import com.android.internal.util.State;
236 class DefaultState extends State {
259 class EnabledState extends State {
306 class RequestPendingState extends State {
H A DWifiStateMachine.java104 import com.android.internal.util.State;
722 private State mDefaultState = new DefaultState();
724 private State mInitialState = new InitialState();
726 private State mSupplicantStartingState = new SupplicantStartingState();
728 private State mSupplicantStartedState = new SupplicantStartedState();
730 private State mSupplicantStoppingState = new SupplicantStoppingState();
732 private State mDriverStartingState = new DriverStartingState();
734 private State mDriverStartedState = new DriverStartedState();
739 private State mWaitForP2pDisableState = new WaitForP2pDisableState();
741 private State mDriverStoppingStat
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java300 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) {
308 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
336 if (call.getState() != ImsPhoneCall.State.IDLE) {
366 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) {
458 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
459 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
460 ImsPhoneCall.State ringingCallState = getRingingCall().getState();
523 if (mCT.mState == PhoneConstants.State.OFFHOOK) {
573 public PhoneConstants.State getState() {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.h58 enum State { enum in struct:android::WifiDisplaySource
116 State mState;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h169 enum State { enum in struct:android::camera2::Parameters
294 static const char *getStateName(State state);
/frameworks/base/libs/hwui/
H A DLayer.h63 enum State { enum in class:android::uirenderer::Layer
71 State state; // public for logging/debugging purposes
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java144 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
201 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
/frameworks/native/include/input/
H A DKeyCharacterMap.h173 enum State { enum in class:android::KeyCharacterMap::Parser
195 State mState;
/frameworks/rs/
H A DrsAllocation.h55 struct State { struct in struct:android::renderscript::Allocation::Hal
73 State state;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java106 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
120 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java198 protected DctConstants.State mState = DctConstants.State.IDLE;
238 // State of screen
530 DctConstants.State apnContextState = apnContext.getState();
534 if ((apnContextState == DctConstants.State.FAILED)
535 || (apnContextState == DctConstants.State.IDLE)) {
547 apnContext.setState(DctConstants.State.IDLE);
873 public abstract DctConstants.State getState(String apnType);
875 protected abstract void setState(DctConstants.State s);
1032 && (getOverallState() == DctConstants.State
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java972 static class WifiState extends SignalController.State {
976 public void copyFrom(State s) {
1013 private IccCardConstants.State mSimState = IccCardConstants.State.READY;
1451 static class MobileState extends SignalController.State {
1460 public void copyFrom(State s) {
1499 static abstract class SignalController<T extends SignalController.State,
1514 private final State[] mHistory;
1530 mHistory = new State[HISTORY_SIZE];
1652 pw.println(" Current State
1717 static class State { class in class:NetworkControllerImpl.SignalController
[all...]
/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java120 if (mKeyStore.state() != KeyStore.State.UNINITIALIZED) {
124 KeyStore.State.UNINITIALIZED, mKeyStore.state());
135 assertEquals(KeyStore.State.UNINITIALIZED, mKeyStore.state());
140 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
325 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
328 assertEquals(KeyStore.State.LOCKED, mKeyStore.state());
333 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
/frameworks/av/media/common_time/
H A DICommonClock.cpp180 virtual status_t getState(State* state) {
187 *state = static_cast<State>(reply.readInt32());
347 State state;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h178 struct State { struct in class:android::SurfaceFlinger
425 State mCurrentState;
453 State mDrawingState;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java287 public PhoneConstants.State getState() {
289 PhoneConstants.State imsState = mImsPhone.getState();
290 if (imsState != PhoneConstants.State.IDLE) {
351 // Pass the actual State of EPDN
370 if ( mCT.mState != PhoneConstants.State.IDLE
421 * {@link com.android.internal.telephony.PhoneConstants.State}
429 * {@link com.android.internal.telephony.Call.State}. Use this when changes
595 if (getRingingCall().getState() != GsmCall.State.IDLE) {
604 } else if (getBackgroundCall().getState() != GsmCall.State.IDLE) {
635 if (call.getState() != GsmCall.State
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java77 import com.android.internal.util.State;
563 class DefaultState extends State {
761 class P2pNotSupportedState extends State {
851 class P2pDisablingState extends State {
889 class P2pDisabledState extends State {
917 class P2pEnablingState extends State {
946 class P2pEnabledState extends State {
1206 class InactiveState extends State {
1410 class GroupCreatingState extends State {
1473 class UserAuthorizingNegotiationRequestState extends State {
[all...]
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyPairGenerator.java83 && (mKeyStore.state() != KeyStore.State.UNLOCKED)) {

Completed in 2226 milliseconds

12345678