HomeSort by relevance Sort by last modified time
    Searched refs:expectedActions (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DashboardAdapterTest.java 117 Integer[] expectedActions = new Integer[]{
121 assertThat(mActionCategoryCaptor.getAllValues().toArray()).isEqualTo(expectedActions);
133 Integer[] expectedActions = new Integer[]{
138 assertThat(mActionCategoryCaptor.getAllValues().toArray()).isEqualTo(expectedActions);
152 Integer[] expectedActions = new Integer[]{
158 assertThat(mActionCategoryCaptor.getAllValues().toArray()).isEqualTo(expectedActions);
172 Integer[] expectedActions = new Integer[]{
181 assertThat(mActionCategoryCaptor.getAllValues().toArray()).isEqualTo(expectedActions);
196 Integer[] expectedActions = new Integer[]{
206 assertThat(mActionCategoryCaptor.getAllValues().toArray()).isEqualTo(expectedActions);
    [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 45 String id, int expectedNumIntents, String[] expectedActions) {
47 expectedActions);
52 String[] expectedActions) {
54 ShortcutLaunchedActivity.setExpectedOrder(expectedActions);
68 String[] expectedActions) {
70 expectedActions);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
UserControllerTest.java 154 List<String> expectedActions, Set<Integer> expectedMessageCodes)
156 assertEquals(expectedActions, getActions(mInjector.sentIntents));

Completed in 415 milliseconds