Searched refs:currentState (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | LocalBluetoothAdapter.java | 190 int currentState = mAdapter.getState(); in syncBluetoothState() local 191 if (currentState != mState) { in syncBluetoothState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 590 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/ |
D | CellLayout.java | 1560 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/ |
D | AutoFillSettingsFragment.java | 263 boolean currentState = mSaveMenuItem.isEnabled(); in updateSaveMenuItemState() 275 if (currentState != newState) { in updateSaveMenuItemState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 1043 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/ |
D | ContactEditorFragment.java | 891 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/ |
D | SettingsAppWidgetProvider.java | 135 int currentState = getTriState(context); in toggleState() local 137 switch (currentState) { in toggleState()
|