Searched refs:mStopUserOnSwitch (Results 1 – 1 of 1) sorted by relevance
379 private @StopUserOnSwitch int mStopUserOnSwitch = STOP_USER_ON_SWITCH_DEFAULT; field in UserController432 Slogf.i(TAG, "setStopUserOnSwitch(): %d -> %d", mStopUserOnSwitch, value); in setStopUserOnSwitch()433 mStopUserOnSwitch = value; in setStopUserOnSwitch()439 if (mStopUserOnSwitch != STOP_USER_ON_SWITCH_DEFAULT) { in shouldStopUserOnSwitch()440 final boolean value = mStopUserOnSwitch == STOP_USER_ON_SWITCH_TRUE; in shouldStopUserOnSwitch()2670 pw.println(" mStopUserOnSwitch:" + mStopUserOnSwitch);