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

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefResultChecker.cpp 40 ProgramStateRef state = C.getState();
UnixAPIChecker.cpp 94 ProgramStateRef state = C.getState();
160 ProgramStateRef state = C.getState();
246 ProgramStateRef state = C.getState();
271 ProgramStateRef state = C.getState();
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 660 AvailabilityState getState(LibFunc::Func F) const {
677 return getState(F) != Unavailable;
683 if (getState(F) == Unavailable)
708 AvailabilityState State = getState(F);
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 299 if ((sipDialog != null && (sipDialog.getState() == null || !sipDialog
300 .getState().equals(DialogState.TERMINATED)))
333 "Warning! unacknowledged dialog. " + sipDialog.getState());
351 && TransactionState.COMPLETED == ct.getState()
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNetworkInfo.java 55 public NetworkInfo.State getState() {
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Subscription.java 118 public State getState()
124 * This value is only relevant when the {@link #getState()} is {@link State#unconfigured}
  /frameworks/av/include/common_time/
ICommonClock.h 83 virtual status_t getState(State* state) = 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 51 handleAdapterStateChange(adapter.getState());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 83 public int getState() {
158 assertEquals(expectedState, observer.getState());
183 assertEquals(expectedState, observer.getState());
204 assertEquals(expectedState, observer.getState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 45 public State getState();
OperatorInfo.java 56 getState() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java 51 track.setAdapter(MasterImage.getImage().getState());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableTimeoutReceiver.java 79 localBluetoothAdapter.getState() == BluetoothAdapter.STATE_ON) {
  /system/vold/
DirectVolume.cpp 122 if (getState() == Volume::State_Idle) {
229 if (getState() != Volume::State_Formatting) {
267 if (getState() != Volume::State_Formatting) {
314 state = getState();
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 104 assertEquals(AudioRecord.STATE_INITIALIZED, mAudioRecord.getState());
119 assertEquals(AudioRecord.STATE_INITIALIZED, mAudioRecord.getState());
212 assertEquals(AudioRecord.STATE_UNINITIALIZED, mAudioRecord.getState());
  /external/stlport/test/unit/
stack_allocator.h 71 const State& getState() const { return m_state; }
75 : m_state(other.getState()) {}
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 89 onStateChange(getState());
192 onStateChange(getState());
330 onStateChange(getState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 169 public synchronized DctConstants.State getState() {
174 DctConstants.State currentState = getState();
243 return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" + mWaitingApns +
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 71 const State& getState() const { return m_state; }
75 : m_state(other.getState()) {}
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 71 const State& getState() const { return m_state; }
75 : m_state(other.getState()) {}
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 107 int state = result.getCall().getState();
128 int state = result.getCall().getState();
143 int state = result.getCall().getState();
DTMFTonePlayer.java 354 hasActiveCall |= (calls.get(i).getState() == Call.State.ACTIVE)
355 || (calls.get(i).getState() == Call.State.DIALING);
356 hasIncomingCall |= (calls.get(i).getState() == Call.State.INCOMING);
RejectWithTextMessageManager.java 190 if (!(call.getState() == com.android.services.telephony.common.Call.State.INCOMING) &&
191 !(call.getState() ==
198 + call.getState());
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 172 assertNull(drawable.getState());
175 assertNotNull(drawable.getState());
176 assertSame(compoundButton.getDrawableState(), drawable.getState());
191 assertEquals(StateSet.WILD_CARD, firstDrawable.getState());
200 assertEquals(StateSet.WILD_CARD, secondDrawable.getState());
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 167 recordNetworkState(mNetworkInfo.getType(), mNetworkInfo.getState());
170 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState());
194 if (mWifiNetworkInfo.getState() == State.CONNECTED) {
439 " is: " + mCM.getNetworkInfo(networkType).getState());
440 if (mCM.getNetworkInfo(networkType).getState() != expectedState) {
469 (mNetworkInfo.getState() != expectedState)) {
471 "is: " + mNetworkInfo.getState());

Completed in 2591 milliseconds

1 2 3 4 5 67 8 91011>>