Searched defs:getState (Results 1 - 25 of 48) 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
/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.java213 public int getState() { method in class:BluetoothPbap
214 if (VDBG) log("getState()");
217 return mService.getState();
H A DBluetoothMap.java158 public int getState() { method in class:BluetoothMap
159 if (VDBG) log("getState()");
162 return mService.getState();
395 if (adapter != null && adapter.getState() == BluetoothAdapter.STATE_ON) return true;
/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(
/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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java165 public synchronized DctConstants.State getState() { method in class:ApnContext
170 DctConstants.State currentState = getState();
239 return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" + mWaitingApns +
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp66 virtual status_t getState(
265 status_t MuxOMX::getState( function in class:android::MuxOMX
267 return getOMX(node)->getState(node, state);
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java349 public State getState() { method in class:NetworkInfo
/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.cpp206 virtual status_t getState( function in class:android::BpOMX
650 status_t err = getState(node, &state);
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java301 public int getState() { method in class:PrintJobInfo
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java503 public int[] getState() { method in class:Drawable
/frameworks/base/media/java/android/media/
H A DAudioRecord.java400 public int getState() { method in class:AudioRecord

Completed in 2027 milliseconds

12