Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java608 assertAndProcessScheduledStopBackgroundUser(false, null); in testScheduleStopOfBackgroundUser_switch()
629 assertAndProcessScheduledStopBackgroundUser(false, TEST_USER_ID); in testScheduleStopOfBackgroundUser_switch()
630 assertAndProcessScheduledStopBackgroundUser(true, TEST_USER_ID1); in testScheduleStopOfBackgroundUser_switch()
631 assertAndProcessScheduledStopBackgroundUser(false, null); in testScheduleStopOfBackgroundUser_switch()
654 assertAndProcessScheduledStopBackgroundUser(true, TEST_USER_ID); in testScheduleStopOfBackgroundUser_startInBackground()
658 assertAndProcessScheduledStopBackgroundUser(true, TEST_USER_ID1); in testScheduleStopOfBackgroundUser_startInBackground()
662 assertAndProcessScheduledStopBackgroundUser(false, TEST_USER_ID2); in testScheduleStopOfBackgroundUser_startInBackground()
663 assertAndProcessScheduledStopBackgroundUser(false, null); in testScheduleStopOfBackgroundUser_startInBackground()
669 assertAndProcessScheduledStopBackgroundUser(true, TEST_USER_ID3); in testScheduleStopOfBackgroundUser_startInBackground()
670 assertAndProcessScheduledStopBackgroundUser(false, null); in testScheduleStopOfBackgroundUser_startInBackground()
[all …]