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

/packages/apps/Calendar/src/com/android/calendar/
H A DMultiStateButton.java114 public int getState() { method in class:MultiStateButton
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DAppPreference.java76 public int getState() { method in class:AppPreference
/packages/apps/Browser/src/com/android/browser/
H A DDeviceAccountLogin.java101 public int getState() { method in class:DeviceAccountLogin
H A DUrlInputView.java184 int getState() { method in class:UrlInputView
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupFragment.java65 public int getState() { method in class:AccountSetupFragment
/packages/apps/Camera2/src/com/android/camera/
H A DMultiToggleImageButton.java122 public int getState() { method in class:MultiToggleImageButton
239 mOnStateChangeListener.stateChanged(MultiToggleImageButton.this, getState());
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmRecorder.java209 public int getState() { method in class:FmRecorder
/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoPauseController.java58 mState = call.getState();
62 public int getState() { method in class:VideoPauseController.CallContext
400 return isVideoCall(callContext) && callContext.getState() == Call.State.ACTIVE;
430 return call != null && (call.getState() == Call.State.CALL_WAITING
431 || call.getState() == Call.State.INCOMING);
441 return call != null && Call.State.isDialing(call.getState());
451 return call != null && call.getState() == Call.State.ONHOLD;
H A DCall.java289 int oldState = getState();
291 if (oldState != getState() && getState() == Call.State.DISCONNECTED) {
301 setState(translateState(mTelecommCall.getState()));
362 public int getState() { method in class:Call
567 State.toString(getState()),
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DActionTestHelpers.java118 public int getState() { method in class:ActionTestHelpers.StubChatActionMonitor
/packages/apps/Settings/src/com/android/settings/drawable/
H A DDrawableWrapper.java94 public int[] getState() { method in class:DrawableWrapper
95 return mDrawable.getState();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateView.java277 public State getState() { method in class:StateView
301 FilterRepresentation representation = getState().getFilterRepresentation();
327 FilterRepresentation representation = getState().getFilterRepresentation();
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java218 int getState() { method in class:AdapterProperties
604 Log.d(TAG, "State = " + getState() );
609 if (getState() == BluetoothAdapter.STATE_TURNING_ON &&
631 if (getState() == BluetoothAdapter.STATE_BLE_TURNING_OFF) {
645 if (getState() == BluetoothAdapter.STATE_TURNING_OFF) {
H A DAdapterService.java749 public int getState() { method in class:AdapterService.AdapterServiceBinder
753 return service.getState();
1302 return mAdapterProperties.getState() == BluetoothAdapter.STATE_ON;
1305 int getState() { method in class:AdapterService
1307 if (mAdapterProperties != null) return mAdapterProperties.getState();
1469 if (getState() != BluetoothAdapter.STATE_ON){
1523 if (getState()!= BluetoothAdapter.STATE_ON){
1797 if (getState() == BluetoothAdapter.STATE_OFF) return;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java423 public int getState() { method in class:BluetoothMapService
513 if (getState() == BluetoothMap.STATE_CONNECTED && getRemoteDevice().equals(device)) {
609 if (DEBUG) Log.d(TAG,"updateMasInstancesHandler() state = " + getState());
612 if(getState() == BluetoothMap.STATE_DISCONNECTED) {
1080 public int getState() { method in class:BluetoothMapService.BluetoothMapBinder
1081 if (VERBOSE) Log.v(TAG, "getState()");
1084 return getService().getState();
1099 return service.getState() == BluetoothMap.STATE_CONNECTED
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java164 int state = mAdapter.getState();
478 public int getState() { method in class:SapService
541 if (getState() == BluetoothSap.STATE_CONNECTED && getRemoteDevice().equals(device)) {
791 public int getState() { method in class:SapService.SapBinder
792 Log.v(TAG, "getState()");
795 return getService().getState();
810 return (service.getState() == BluetoothSap.STATE_CONNECTED
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java284 public StateAdapter getState() { method in class:MasterImage
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java910 public int getState() throws RemoteException { method in class:NfcService.NfcAdapterService
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java962 public int[] getState(final boolean pressed) { method in class:Key.KeyBackgroundState
1001 final int[] state = KeyBackgroundState.STATES[mBackgroundType].getState(mPressed);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java479 int getState() { method in class:Call
920 l.onSuccessfulUnknownCall(this, getStateFromConnectionState(connection.getState()));
936 getStateFromConnectionState(connection.getState()));
1590 if (isActive() || getState() == CallState.DISCONNECTED) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1983 State getState() { method in class:Workspace

Completed in 675 milliseconds