Searched defs:nextState (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java168 int nextState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1);
169 processProfileStateChanged(device, msg.arg1, nextState, prevState);
251 BluetoothDevice device, int profileId, int nextState, int prevState) {
253 + prevState + " -> " + nextState);
255 && (nextState == BluetoothProfile.STATE_CONNECTED)) {
250 processProfileStateChanged( BluetoothDevice device, int profileId, int nextState, int prevState) argument
H A DAdapterProperties.java517 private static boolean isNormalStateTransition(int prevState, int nextState) { argument
520 return nextState == BluetoothProfile.STATE_CONNECTING;
522 return nextState == BluetoothProfile.STATE_DISCONNECTING;
525 return (nextState == BluetoothProfile.STATE_DISCONNECTED)
526 || (nextState == BluetoothProfile.STATE_CONNECTED);
/packages/apps/Camera2/src/com/android/camera/
H A DMultiToggleImageButton.java243 private void nextState() { method in class:MultiToggleImageButton
256 nextState();
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionManager.java433 boolean canSetState(String id, boolean nextState) { argument
434 return mCanSetState.test(id, nextState);
572 boolean test(String id, boolean nextState); argument
H A DBandController.java167 public boolean onBeforeItemStateChange(String id, boolean nextState) {
168 return BandController.this.onBeforeItemStateChange(id, nextState);
356 private boolean onBeforeItemStateChange(String id, boolean nextState) { argument
357 return mSelectionManager.canSetState(id, nextState);
720 public boolean onBeforeItemStateChange(String id, boolean nextState); argument
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java977 private boolean canSetSelectionState(String modelId, boolean nextState) { argument
978 if (nextState) {

Completed in 117 milliseconds