Home
last modified time | relevance | path

Searched refs:REPORT_USER_SWITCH_COMPLETE_MSG (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java26 import static com.android.server.am.UserController.REPORT_USER_SWITCH_COMPLETE_MSG;
349 expectedCodes.add(REPORT_USER_SWITCH_COMPLETE_MSG); in continueUserSwitchAssertions()
355 Message msg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_COMPLETE_MSG); in continueUserSwitchAssertions()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java144 static final int REPORT_USER_SWITCH_COMPLETE_MSG = 80; field in UserController
1543 mHandler.removeMessages(REPORT_USER_SWITCH_COMPLETE_MSG);
1544 mHandler.sendMessage(mHandler.obtainMessage(REPORT_USER_SWITCH_COMPLETE_MSG,
2205 case REPORT_USER_SWITCH_COMPLETE_MSG: