Home
last modified time | relevance | path

Searched refs:currentState (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothAdapter.java190 int currentState = mAdapter.getState(); in syncBluetoothState() local
191 if (currentState != mState) { in syncBluetoothState()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java590 IState currentState = getCurrentState(); in getConnectionState() local
591 if (currentState == mPending) { in getConnectionState()
604 if (currentState == mConnected) { in getConnectionState()
610 Log.e(TAG, "Bad currentState: " + currentState); in getConnectionState()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1560 int[] direction, ItemConfiguration currentState) { in addViewToTempLocation() argument
1561 CellAndSpan c = currentState.map.get(v); in addViewToTempLocation()
1813 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation() argument
1815 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation()
1844 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1851 currentState.save(); in pushViewsToTempLocation()
1859 for (View v: currentState.sortedViews) { in pushViewsToTempLocation()
1872 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
1895 currentState.restore(); in pushViewsToTempLocation()
1900 CellAndSpan c = currentState.map.get(v); in pushViewsToTempLocation()
[all …]
/packages/apps/Browser/src/com/android/browser/
DAutoFillSettingsFragment.java263 boolean currentState = mSaveMenuItem.isEnabled(); in updateSaveMenuItemState()
275 if (currentState != newState) { in updateSaveMenuItemState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1043 IState currentState = getCurrentState(); in getConnectionState() local
1044 if (currentState == mPending) { in getConnectionState()
1057 if (currentState == mConnected || currentState == mAudioOn) { in getConnectionState()
1063 Log.e(TAG, "Bad currentState: " + currentState); in getConnectionState()
1935 IState currentState = getCurrentState(); in isConnected() local
1936 return (currentState == mConnected || currentState == mAudioOn); in isConnected()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java891 final RawContactDelta currentState, BaseRawContactEditorView editor) { in addAccountSwitcher() argument
893 currentState.getAccountName(), in addAccountSwitcher()
894 currentState.getAccountType(), in addAccountSwitcher()
895 currentState.getDataSet()); in addAccountSwitcher()
917 rebindEditorsForNewContact(currentState, currentAccount, newAccount); in addAccountSwitcher()
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java135 int currentState = getTriState(context); in toggleState() local
137 switch (currentState) { in toggleState()