Searched refs:mSentIntents (Results 1 – 1 of 1) sorted by relevance
213 assertTrue(mInjector.mSentIntents.isEmpty()); in testStartPreCreatedUser_foreground()220 assertTrue(mInjector.mSentIntents.isEmpty()); in testStartPreCreatedUser_background()227 .that(getActions(mInjector.mSentIntents)).isEmpty(); in testStartPreCreatedUser_background()240 assertEquals(expectedActions, getActions(mInjector.mSentIntents)); in startUserAssertions()697 public final List<Intent> mSentIntents = new ArrayList<>(); field in UserControllerTest.TestInjector768 mSentIntents.add(intent); in broadcastIntent()