Searched refs:State (Results 251 - 275 of 365) sorted by relevance

<<1112131415

/frameworks/base/core/java/android/webkit/
H A DWebViewZygote.java164 SystemService.waitForState(serviceName, SystemService.State.RUNNING, 5000);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp85 status_t CommonClockService::getState(State* state) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java111 public void setIcon(QSTile.State state) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileView.java94 protected void handleStateChanged(QSTile.State state) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEmergencyCryptkeeperText.java108 IccCardConstants.State simState = mKeyguardUpdateMonitor.getSimState(subId);
H A DWifiSignalController.java255 static class WifiState extends SignalController.State {
261 public void copyFrom(State s) {
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java221 public @interface State {} interface in class:PlaybackStateCompat
232 * State indicating this item is currently stopped.
239 * State indicating this item is currently paused.
246 * State indicating this item is currently playing.
253 * State indicating this item is currently fast forwarding.
260 * State indicating this item is currently rewinding.
267 * State indicating this item is currently buffering and will begin playing
275 * State indicating this item is currently in an error state. The error
284 * State indicating the class doing playback is currently connecting to a
297 * State indicatin
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSnapHelper.java215 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java376 RecyclerView.State state) {
550 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
692 RecyclerView.State state) {
699 RecyclerView.State state) {
H A DGridLayoutManagerCustomSizeInScrollDirectionTest.java103 RecyclerView.State state) {
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java442 final State mState = new State();
1530 * {@link LayoutManager#smoothScrollToPosition(RecyclerView, State, int)} and create a
1535 * {@link LayoutManager#smoothScrollToPosition(RecyclerView, State, int)} in your
1539 * @see LayoutManager#smoothScrollToPosition(RecyclerView, State, int)
1711 * {@link RecyclerView.LayoutManager#computeHorizontalScrollOffset(RecyclerView.State)} in your
1716 * (RecyclerView.State)
1737 * {@link RecyclerView.LayoutManager#computeHorizontalScrollExtent(RecyclerView.State)} in your
1741 * @see RecyclerView.LayoutManager#computeHorizontalScrollExtent(RecyclerView.State)
1760 * {@link RecyclerView.LayoutManager#computeHorizontalScrollRange(RecyclerView.State)} i
11148 public static class State { class in class:RecyclerView
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1788 case ISupplicantStaIfaceCallback.State.DISCONNECTED:
1790 case ISupplicantStaIfaceCallback.State.IFACE_DISABLED:
1792 case ISupplicantStaIfaceCallback.State.INACTIVE:
1794 case ISupplicantStaIfaceCallback.State.SCANNING:
1796 case ISupplicantStaIfaceCallback.State.AUTHENTICATING:
1798 case ISupplicantStaIfaceCallback.State.ASSOCIATING:
1800 case ISupplicantStaIfaceCallback.State.ASSOCIATED:
1802 case ISupplicantStaIfaceCallback.State.FOURWAY_HANDSHAKE:
1804 case ISupplicantStaIfaceCallback.State.GROUP_HANDSHAKE:
1806 case ISupplicantStaIfaceCallback.State
[all...]
H A DRttService.java34 import com.android.internal.util.State;
346 class DefaultState extends State {
385 class EnabledState extends State {
499 class InitiatorEnabledState extends State {
577 class ResponderEnabledState extends State {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java353 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) {
361 } else if (getBackgroundCall().getState() != ImsPhoneCall.State.IDLE) {
426 if (call.getState() != ImsPhoneCall.State.IDLE) {
454 if (getRingingCall().getState() != ImsPhoneCall.State.IDLE) {
553 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState();
554 ImsPhoneCall.State backgroundCallState = getBackgroundCall().getState();
555 ImsPhoneCall.State ringingCallState = getRingingCall().getState();
666 if (mCT.getState() == PhoneConstants.State.OFFHOOK) {
711 public PhoneConstants.State getState() {
1106 int returnCode = (mmi.getState() == MmiCode.State
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h180 enum State { enum in struct:android::camera2::Parameters
309 static const char *getStateName(State state);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java160 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
217 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java37 import android.net.NetworkInfo.State;
60 * State tracker for lockdown mode. Watches for normal {@link NetworkInfo} to be
132 || State.DISCONNECTED.equals(egressInfo.getState());
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp108 const State autometa[NumOfStates][NumOfTokenKinds] = {
133 State cur_state = Q0;
/frameworks/rs/
H A DrsAllocation.h55 struct State { struct in struct:android::renderscript::Allocation::Hal
82 State state;
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetPrefetchTest.java43 RecyclerView.State state = mock(RecyclerView.State.class);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java437 public PhoneConstants.State getState() {
439 PhoneConstants.State imsState = mImsPhone.getState();
440 if (imsState != PhoneConstants.State.IDLE) {
509 // Pass the actual State of EPDN
522 if ( mCT.mState != PhoneConstants.State.IDLE
574 * {@link com.android.internal.telephony.PhoneConstants.State}
582 * {@link com.android.internal.telephony.Call.State}. Use this when changes
857 if (getRingingCall().getState() != GsmCdmaCall.State.IDLE) {
866 } else if (getBackgroundCall().getState() != GsmCdmaCall.State.IDLE) {
894 if (call.getState() != GsmCdmaCall.State
[all...]
/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java130 if (mKeyStore.state() != KeyStore.State.UNINITIALIZED) {
134 KeyStore.State.UNINITIALIZED, mKeyStore.state());
145 assertEquals(KeyStore.State.UNINITIALIZED, mKeyStore.state());
150 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
335 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
338 assertEquals(KeyStore.State.LOCKED, mKeyStore.state());
343 assertEquals(KeyStore.State.UNLOCKED, mKeyStore.state());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java52 import com.android.internal.util.State;
435 * State machine that holds the state of single scans. Scans should only be active in the
521 class DefaultState extends State {
575 * State representing when the driver is running. This state is not meant to be transitioned
579 class DriverStartedState extends State {
647 class IdleState extends State {
659 class ScanningState extends State {
990 class DefaultState extends State {
1058 class StartedState extends State {
1130 class PausedState extends State {
[all...]
/frameworks/native/libs/input/
H A DVelocityTracker.cpp718 State& state = mPointerState[id];
735 const State& state = mPointerState[id];
743 void IntegratingVelocityTrackerStrategy::initState(State& state,
756 void IntegratingVelocityTrackerStrategy::updateState(State& state,
798 void IntegratingVelocityTrackerStrategy::populateEstimator(const State& state,
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DAnimatedRecyclerView.java156 public ItemHolderInfo recordPreLayoutInformation(RecyclerView.State state,
166 public ItemHolderInfo recordPostLayoutInformation(RecyclerView.State state,
445 public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {
526 RecyclerView.State state) {
579 RecyclerView.Recycler recycler, RecyclerView.State state) {

Completed in 851 milliseconds

<<1112131415