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

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 269 if (getState() != CdmaCall.State.HOLDING) {
288 public CdmaCall.State getState() {
292 return super.getState();
414 int serviceState = phone.getServiceState().getState();
418 AppState uiccAppState = (app != null) ? app.getState() : AppState.APPSTATE_UNKNOWN;
482 boolean wasHolding = (getState() == CdmaCall.State.HOLDING);
535 if (changed && !wasHolding && (getState() == CdmaCall.State.HOLDING)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 239 public PhoneConstants.State getState() {
243 if (phone.getState() == PhoneConstants.State.RINGING) {
245 } else if (phone.getState() == PhoneConstants.State.OFFHOOK) {
266 int serviceState = phone.getServiceState().getState();
380 switch (getState()) {
817 int serviceState = phone.getServiceState().getState();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 125 ProgramStateRef State = C.getState();
141 ProgramStateRef State = C.getState();
397 ProgramStateRef state = C.getState();
511 ProgramStateRef state = C.getState();
735 ProgramStateRef state = C.getState();
955 ProgramStateRef State = C.getState();
    [all...]
BoolAssignmentChecker.cpp 79 ProgramStateRef state = C.getState();
CallAndMessageChecker.cpp 181 FindUninitializedField F(C.getState()->getStateManager().getStoreManager(),
227 ProgramStateRef State = C.getState();
255 ProgramStateRef State = C.getState();
374 ProgramStateRef state = C.getState();
ExprInspectionChecker.cpp 60 ProgramStateRef State = N->getState();
ReturnUndefChecker.cpp 106 llvm::tie(StNonNull, StNull) = C.getState()->assume(RetVal);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPServerTransaction.java 303 if (serverTransaction.getState() == null) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 224 mForegroundCallState = foregroundCall.getState();
235 mRingingCallState = ringingCall.getState();
351 if (call.getState() == Call.State.HOLDING) {
450 if (ringingCall.getState().isAlive()) {
453 if (foregroundCall.getState().isAlive()) {
456 if (backgroundCall.getState().isAlive()) {
515 int state = convertCallState(connection.getState());
542 Call.State ringingCallState = ringingCall.getState();
548 } else if (foregroundCall.getState().isAlive()) {
605 Call.State callState = connection.getState();
    [all...]
PhoneInterfaceManager.java 269 PhoneConstants.State state = mCM.getState();
401 if ((mCM.getState() == PhoneConstants.State.RINGING)
410 return (mCM.getState() == PhoneConstants.State.OFFHOOK);
414 return (mCM.getState() == PhoneConstants.State.RINGING);
418 return (mCM.getState() == PhoneConstants.State.IDLE);
620 return DefaultPhoneNotifier.convertCallState(mCM.getState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 290 switch (mUiccApplication.getState()) {
369 AppState appState = mUiccApplication.getState();
442 public State getState() {
475 if (getState() == State.ABSENT) {
498 if (getState() == State.NETWORK_LOCKED) {
521 if (getState().isPinLocked()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 184 int state = mAdapter.getState();
468 public int getState() {
566 if (getState() == BluetoothMap.STATE_CONNECTED && getRemoteDevice().equals(device)) {
725 public int getState() {
726 if (VERBOSE) Log.v(TAG, "getState()");
729 return getService().getState();
744 return service.getState() == BluetoothMap.STATE_CONNECTED && service.getRemoteDevice().equals(device);
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 292 "transaction state = " + transaction.getState());
632 && transaction.getState() == TransactionState.TRYING) {
714 if (st != null && st.getState() == SIPTransaction.TERMINATED_STATE) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothMap.java 158 public int getState() {
159 if (VDBG) log("getState()");
162 return mService.getState();
395 if (adapter != null && adapter.getState() == BluetoothAdapter.STATE_ON) return true;
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 150 assertTrue(ni.getState() == State.CONNECTED);
158 State state = ni.getState();
343 State networkState = networkInfo.getState();
345 if (networkType == mNetworkType && networkInfo.getState() == State.CONNECTED) {
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 101 if (mNetworkInfo.getState() == NetworkInfo.State.CONNECTED)
181 if (mNetworkInfo.getState() == NetworkInfo.State.CONNECTED) return;
185 && mNetworkInfo.getState() != NetworkInfo.State.CONNECTED)
187 assertTrue(mNetworkInfo.getState() == NetworkInfo.State.CONNECTED);
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 114 public Object getState() {
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 154 if (LangUtils.equals(state, entry.getState())) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogResult.java 156 public String getState() {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TouchPoint.java 54 public int getState() { return mState; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 106 static PromiseState getState(v8::Handle<v8::Object> internal);
  /external/chromium_org/third_party/icu/source/common/unicode/
uiter.h 74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState;
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() call
    [all...]
  /external/icu4c/common/unicode/
uiter.h 74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState;
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() call
    [all...]
  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 130 virtual OMX_ERRORTYPE getState(OMX_STATETYPE *state);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
NotificationController.java 75 if (shouldNotifyForState(printJob.getState())) {
94 switch (printJob.getState()) {
206 switch (printJob.getState()) {
280 switch (printJob.getState()) {

Completed in 1357 milliseconds

1 2 3 4 5 6 78 91011>>