Searched refs:getState (Results 126 - 150 of 219) sorted by relevance

123456789

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java949 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
954 if (mAdapter.getState() == BluetoothAdapter.STATE_OFF) return true;
H A DBluetoothA2dp.java324 if (VDBG) log("getState(" + device + ")");
553 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
H A DBluetoothHealth.java543 if (adapter != null && adapter.getState() == BluetoothAdapter.STATE_ON) return true;
H A DBluetoothInputDevice.java406 if (VDBG) log("getState(" + device + ")");
498 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java621 return sService.getState() == STATE_ON;
643 return sService.getState();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java692 public int[] getState() { method in class:Drawable
1386 final int color = tint.getColorForState(getState(), Color.TRANSPARENT);
H A DDrawableWrapper.java94 dr.setState(getState());
/frameworks/base/media/java/android/media/
H A DAudioRecord.java247 * other errors do not. Thus you should call {@link #getState()} immediately after construction
570 if (record.getState() == STATE_UNINITIALIZED) {
771 public int getState() { method in class:AudioRecord
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java227 PhoneState state = getState(subId);
288 private PhoneState getState(int subId) { method in class:SignalClusterView
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java514 nfc.getState() == NfcAdapter.STATE_OFF;
581 nfcOff = nfc.getState() == NfcAdapter.STATE_OFF;
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java575 * Invoked when the state of this {@code Call} has changed. See {@link #getState()}.
872 public int getState() { method in class:Call
1030 int state = parcelableCall.getState();
H A DRemoteConnection.java54 * {@link #getState()}.
612 mState = connection.getState();
685 public int getState() { method in class:RemoteConnection
H A DConference.java119 public final int getState() { method in class:Conference
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java390 if (inviteTransaction.getState() != TransactionState.COMPLETED) {
412 if (inviteTransaction.getState() != TransactionState.COMPLETED) {
/frameworks/base/core/java/android/os/
H A DEnvironment.java664 return volume.getState();
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java313 public int getState() { method in class:PrintJobInfo
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java163 if (ni != null && expectedState.equals(ni.getState())) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java431 int state = adapter.getState();
457 state = adapter.getState();
491 int state = adapter.getState();
517 state = adapter.getState();
/frameworks/base/libs/common_time/
H A Dcommon_time_server_api.cpp42 ICommonClock::State CommonTimeServer::getState() { function in class:android::CommonTimeServer
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java446 if (DEBUG) Slog.d(TAG, "onServiceStateChanged: " + serviceState.getState());
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java133 || State.DISCONNECTED.equals(egressInfo.getState());
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java160 final int state = mPlaybackState.getState();
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapClient.java551 public ConnectionState getState() { method in class:BluetoothPbapClient
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java163 public MediaRouterClientState getState(IMediaRouterClient client) { method in class:MediaRouterService
353 return clientRecord.getState();
524 MediaRouterClientState getState() { method in class:MediaRouterService.ClientRecord
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java558 getState() { method in class:GsmMmiCode
946 && mUiccApplication.getState() == AppState.APPSTATE_PUK) {
1601 sb.append("State=" + getState());

Completed in 778 milliseconds

123456789