Searched refs:mSentIntents (Results 1 – 1 of 1) sorted by relevance
286 .that(mInjector.mSentIntents).isEmpty(); in testStartUser_sendsNoBroadcastsForSystemUserInNonHeadlessMode()298 .that(getActions(mInjector.mSentIntents)).containsExactly( in testStartUser_sendsBroadcastsForSystemUserInHeadlessMode()348 assertTrue(mInjector.mSentIntents.isEmpty()); in testStartPreCreatedUser_foreground()357 assertTrue(mInjector.mSentIntents.isEmpty()); in testStartPreCreatedUser_background()365 .that(getActions(mInjector.mSentIntents)).isEmpty(); in testStartPreCreatedUser_background()378 assertEquals(expectedActions, getActions(mInjector.mSentIntents)); in startUserAssertions()1628 public final List<Intent> mSentIntents = new ArrayList<>(); field in UserControllerTest.TestInjector1746 mSentIntents.add(intent); in broadcastIntent()