Searched defs:getState (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMmiCode.java38 public State getState(); method in interface:MmiCode
H A DCall.java100 * getState
103 public State getState() { method in class:Call
114 return !getState().isAlive();
196 return getState().isDialing();
201 return getState().isRinging();
249 if (getState().isAlive()) {
H A DOperatorInfo.java56 getState() { method in class:OperatorInfo
H A DIccCard.java45 public State getState(); method in interface:IccCard
H A DConnection.java171 * Returns getCall().getState() or Call.State.IDLE if not
174 public Call.State getState() { method in class:Connection
182 return c.getState();
194 return getState().isAlive();
202 return getState().isRinging();
306 .append(" state: " + getState())
/frameworks/base/core/java/android/os/
H A DSystemService.java80 public static State getState(String service) { method in class:SystemService
94 return State.STOPPED.equals(getState(service));
101 return State.RUNNING.equals(getState(service));
112 final State currentState = getState(service);
137 if (State.STOPPED.equals(getState(service))) {
H A DCommonClock.java62 * Value used by {@link #getState()} to indicate that there was an internal error while
68 * Value used by {@link #getState()} to indicate that the common time service is in its initial
77 * Value used by {@link #getState()} to indicate that the common time service is in its client
83 * Value used by {@link #getState()} to indicate that the common time service is in its master
90 * Value used by {@link #getState()} to indicate that the common time service is in its Ronin
103 * Value used by {@link #getState()} to indicate that the common time service is waiting for a
224 public int getState() method in class:CommonClock
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java209 public int getState() { method in class:BluetoothPbap
210 if (VDBG) log("getState()");
213 return mService.getState();
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp85 status_t CommonClockService::getState(State* state) { function in class:android::CommonClockService
86 *state = mTimeServer.getState();
H A Dcommon_time_server_api.cpp40 ICommonClock::State CommonTimeServer::getState() { function in class:android::CommonTimeServer
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java181 public State getState() { method in class:NetworkConnectivityListener
/frameworks/av/media/common_time/
H A DICommonClock.cpp180 virtual status_t getState(State* state) { function in class:android::BpCommonClock
348 status_t status = getState(&state);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp254 return me->getState(state);
322 OMX_ERRORTYPE SoftOMXComponent::getState(OMX_STATETYPE *state) { function in class:android::SoftOMXComponent
H A DOMX.cpp313 status_t OMX::getState( function in class:android::OMX
315 return findInstance(node)->getState(
H A DOMXNodeInstance.cpp284 status_t OMXNodeInstance::getState(OMX_STATETYPE* state) { function in class:android::OMXNodeInstance
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java329 public State getState() { method in class:NetworkInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java83 public int getState() { method in class:MountServiceTests.ObbObserver
158 assertEquals(expectedState, observer.getState());
183 assertEquals(expectedState, observer.getState());
204 assertEquals(expectedState, observer.getState());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java148 getState() { method in class:CdmaMmiCode
H A DCdmaConnection.java269 if (getState() != CdmaCall.State.HOLDING) {
288 public CdmaCall.State getState() { method in class:CdmaConnection
292 return super.getState();
414 int serviceState = phone.getServiceState().getState();
418 AppState uiccAppState = (app != null) ? app.getState() : AppState.APPSTATE_UNKNOWN;
479 boolean wasHolding = (getState() == CdmaCall.State.HOLDING);
532 if (changed && !wasHolding && (getState() == CdmaCall.State.HOLDING)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java160 public synchronized DctConstants.State getState() { method in class:ApnContext
165 DctConstants.State currentState = getState();
217 return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" + mWaitingApns +
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp66 virtual status_t getState(
250 status_t MuxOMX::getState( function in class:android::MuxOMX
252 return getOMX(node)->getState(node, state);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipSession.java304 public int getState() { method in class:SipSession
306 return mSession.getState();
308 loge("getState:", e);
H A DSipAudioCall.java241 int state = getState();
334 public int getState() { method in class:SipAudioCall
337 return mSipSession.getState();
921 && (SipSession.State.IN_CALL == getState())) {
/frameworks/av/media/libmedia/
H A DIOMX.cpp203 virtual status_t getState( function in class:android::BpOMX
588 status_t err = getState(node, &state);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java482 public int[] getState() { method in class:Drawable

Completed in 1520 milliseconds

12