Home
last modified time | relevance | path

Searched defs:currentState (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothAdapter.java190 int currentState = mAdapter.getState(); in syncBluetoothState() local
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java588 IState currentState = getCurrentState(); in getConnectionState() local
DA2dpSinkStateMachine.java600 IState currentState = getCurrentState(); in getConnectionState() local
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java1385 ModeListState currentState = mCurrentStateManager.getCurrentState(); in draw() local
1518 ModeListState currentState = mCurrentStateManager.getCurrentState(); in setVisibility() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2227 IState currentState = getCurrentState(); in getConnectionState() local
2320 IState currentState = getCurrentState(); in isConnected() local
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java135 int currentState = getTriState(context); in toggleState() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2015 IState currentState = getCurrentState(); in getConnectionState() local
3164 IState currentState = getCurrentState(); in isConnected() local
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1445 int[] direction, ItemConfiguration currentState) { in addViewToTempLocation()
1698 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation()
1793 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1571 int[] direction, ItemConfiguration currentState) { in addViewToTempLocation()
1824 int[] direction, View dragView, ItemConfiguration currentState) { in pushViewsToTempLocation()
1919 int[] direction, View dragView, ItemConfiguration currentState) { in addViewsToTempLocation()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1002 final RawContactDelta currentState, BaseRawContactEditorView editor) { in addAccountSwitcher()