Searched defs:STATE_DISCONNECTED (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
H A DAppPreference.java35 public static final int STATE_DISCONNECTED = STATE_NONE; field in class:AppPreference
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCar.java218 private static final int STATE_DISCONNECTED = 0; field in class:Car
237 if (mConnectionState == STATE_DISCONNECTED) {
240 mConnectionState = STATE_DISCONNECTED;
361 if (mConnectionState != STATE_DISCONNECTED) {
377 mConnectionState = STATE_DISCONNECTED;
/packages/services/Car/car-lib/src/android/car/
H A DCar.java320 private static final int STATE_DISCONNECTED = 0; field in class:Car
356 if (mConnectionState == STATE_DISCONNECTED) {
359 mConnectionState = STATE_DISCONNECTED;
457 if (mConnectionState != STATE_DISCONNECTED) {
472 if (mConnectionState == STATE_DISCONNECTED) {
480 mConnectionState = STATE_DISCONNECTED;

Completed in 375 milliseconds