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

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMmiCode.java38 public State getState(); method in interface:MmiCode
H A DOperatorInfo.java56 getState() { method in class:OperatorInfo
H A DCall.java116 * getState
119 public State getState() { method in class:Call
130 return !getState().isAlive();
212 return getState().isDialing();
217 return getState().isRinging();
265 if (getState().isAlive()) {
H A DIccCard.java45 public State getState(); method in interface:IccCard
/frameworks/base/core/java/android/os/
H A DSystemService.java78 public static State getState(String service) { method in class:SystemService
92 return State.STOPPED.equals(getState(service));
99 return State.RUNNING.equals(getState(service));
110 final State currentState = getState(service);
135 if (State.STOPPED.equals(getState(service))) {
H A DCommonClock.java54 * Value used by {@link #getState()} to indicate that there was an internal error while
60 * Value used by {@link #getState()} to indicate that the common time service is in its initial
69 * Value used by {@link #getState()} to indicate that the common time service is in its client
75 * Value used by {@link #getState()} to indicate that the common time service is in its master
82 * Value used by {@link #getState()} to indicate that the common time service is in its Ronin
95 * Value used by {@link #getState()} to indicate that the common time service is waiting for a
216 public int getState() method in class:CommonClock
/frameworks/base/telecomm/java/android/telecom/
H A DConferenceParticipant.java155 public int getState() { method in class:ConferenceParticipant
H A DParcelableConference.java79 public int getState() { method in class:ParcelableConference
H A DParcelableConnection.java86 public int getState() { method in class:ParcelableConnection
H A DRemoteConference.java163 public final int getState() { method in class:RemoteConference
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java57 public synchronized int getState() { method in class:CameraStateHolder
126 return (states | getState()) == states;
144 return (states & getState()) == 0;
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java23 public static int getState(Object stateObj) { method in class:PlaybackStateCompatApi21
24 return ((PlaybackState)stateObj).getState();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClientCall.java130 public int getState() { method in class:BluetoothHeadsetClientCall
H A DBluetoothPbap.java213 public int getState() { method in class:BluetoothPbap
214 if (VDBG) log("getState()");
217 return mService.getState();
H A DBluetoothMap.java157 public int getState() { method in class:BluetoothMap
158 if (VDBG) log("getState()");
161 return mService.getState();
394 if (adapter != null && adapter.getState() == BluetoothAdapter.STATE_ON) return true;
/frameworks/base/libs/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.java182 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
/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.java156 getState() { method in class:CdmaMmiCode
233 && mUiccApplication.getState() == AppState.APPSTATE_PUK) {
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp71 virtual status_t getState(
281 status_t MuxOMX::getState( function in class:android::MuxOMX
283 return getOMX(node)->getState(node, state);
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java355 public State getState() { method in class:NetworkInfo
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java237 public String getState() { method in class:StorageVolume

Completed in 4159 milliseconds

1234