HomeSort by relevance Sort by last modified time
    Searched refs:getState (Results 1 - 25 of 534) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/print/
PrintJob.java 79 final int state = getInfo().getState();
110 return getInfo().getState() == PrintJobInfo.STATE_QUEUED;
123 return getInfo().getState() == PrintJobInfo.STATE_STARTED;
136 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
147 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED;
161 return getInfo().getState() == PrintJobInfo.STATE_FAILED;
172 return getInfo().getState() == PrintJobInfo.STATE_CANCELED;
176 final int state = mCachedInfo.getState();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 100 } while (state.getState() != ServiceState.STATE_IN_SERVICE);
142 assertEquals(PhoneConstants.State.IDLE, mGSMPhone.getState());
147 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
148 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState());
149 assertEquals(Call.State.IDLE, mGSMPhone.getBackgroundCall().getState());
161 assertEquals(PhoneConstants.State.OFFHOOK, mGSMPhone.getState());
166 assertEquals(PhoneConstants.State.OFFHOOK, mGSMPhone.getState());
167 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState());
178 assertEquals(Call.State.IDLE, mGSMPhone.getRingingCall().getState());
180 mGSMPhone.getForegroundCall().getState());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 38 public State getState();
Connection.java 171 * Returns getCall().getState() or Call.State.IDLE if not
174 public Call.State getState() {
182 return c.getState();
194 return getState().isAlive();
202 return getState().isRinging();
306 .append(" state: " + getState())
  /frameworks/base/core/java/android/bluetooth/
IBluetoothPbap.aidl 27 int getState();
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 88 const VertexAttribState *getState(int location);
221 const VertexAttribState *vertexAttrib = getState(index);
269 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
275 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
281 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
305 const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION);
311 const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 38 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
41 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED));
61 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_INITIALIZED)));
64 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_INITIALIZED));
110 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
114 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED));
119 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
123 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED));
128 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
134 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED))
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 88 const VertexAttribState *getState(int location);
221 const VertexAttribState *vertexAttrib = getState(index);
269 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
275 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
281 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
305 const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION);
311 const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 92 if (stateManager.getState(StatsAppState.class) != null) {
93 stateManager.getState(StatsAppState.class).toggleStats();
194 if (stateManager.getState(FlyCamAppState.class) != null) {
197 stateManager.getState(FlyCamAppState.class).setCamera( flyCam );
204 if (stateManager.getState(StatsAppState.class) != null) {
212 if (stateManager.getState(StatsAppState.class) != null) {
215 stateManager.getState(StatsAppState.class).setFont(guiFont);
216 fpsText = stateManager.getState(StatsAppState.class).getFpsText();
252 if (stateManager.getState(StatsAppState.class) != null) {
253 stateManager.getState(StatsAppState.class).setDisplayFps(show)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CountDownLatch.java 140 return getState();
144 return (getState() == 0) ? 1 : -1;
150 int c = getState();
Semaphore.java 145 return getState();
150 int available = getState();
160 int current = getState();
171 int current = getState();
182 int current = getState();
218 int available = getState();
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java 61 public NFAState getState(int s) {
62 return grammar.composite.getState(s);
  /external/llvm/include/llvm/Support/
LockFileManager.h 65 LockFileState getState() const;
67 operator LockFileState() const { return getState(); }
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 34 EXPECT_EQ(LockFileManager::LFS_Owned, Locked1.getState());
39 EXPECT_NE(LockFileManager::LFS_Owned, Locked2.getState());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 52 int getState();
MemoryFlyoutPreferences.java 44 public int getState() {
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 68 ExternalState getState();
  /frameworks/base/core/java/android/os/
SystemService.java 80 public static State getState(String service) {
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))) {
  /frameworks/base/core/java/android/printservice/
PrintJob.java 109 return getInfo().getState() == PrintJobInfo.STATE_QUEUED;
124 return getInfo().getState() == PrintJobInfo.STATE_STARTED;
139 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED;
152 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED;
165 return getInfo().getState() == PrintJobInfo.STATE_FAILED;
178 return getInfo().getState() == PrintJobInfo.STATE_CANCELED;
193 final int state = getInfo().getState();
216 final int state = info.getState();
371 final int state = mCachedInfo.getState();
  /external/easymock/src/org/easymock/internal/
MockInvocationHandler.java 35 if (control.getState() instanceof RecordState) {
38 return control.getState().invoke(
  /external/nist-sip/java/javax/sip/
Transaction.java 18 TransactionState getState();
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionState.java 55 public synchronized int getState() {
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfoTest.java 59 if (State.CONNECTED == netInfo.getState()) {
62 assertTrue(State.CONNECTING == netInfo.getState()
63 || State.CONNECTED == netInfo.getState());
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SignatureTest.java 49 assertEquals("state", Signature.UNINITIALIZED, s.getState());
56 assertEquals("state", Signature.UNINITIALIZED, s.getState());
67 assertEquals("state", Signature.VERIFY, s.getState());
78 assertEquals("state", Signature.VERIFY, s.getState());
89 assertEquals("state", Signature.SIGN, s.getState());
100 assertEquals("state", Signature.SIGN, s.getState());
125 assertEquals("state", Signature.SIGN, s.getState());
150 assertEquals("state", Signature.VERIFY, s.getState());
183 assertEquals("state", Signature.VERIFY, s.getState());
203 assertEquals("state", Signature.SIGN, s.getState());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 98 assert(Pred->getState() &&
118 const ProgramStateRef &getState() const { return Pred->getState(); }
191 return getState()->getSVal(S, getLocationContext());
205 return addTransitionImpl(State ? State : getState(), false, 0, Tag);
226 return addTransitionImpl(State ? State : getState(), true, Pred, Tag);
285 if (!State || (State == Pred->getState() && !Tag && !MarkAsSink))

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>