Searched refs:EVENT_START (Results 1 – 4 of 4) sorted by relevance
50 mLauncher.expectEvent(TestProtocol.SEQUENCE_MAIN, LauncherInstrumentation.EVENT_START); in expectActivityStartEvents()
108 mLauncher.expectEvent(TestProtocol.SEQUENCE_MAIN, LauncherInstrumentation.EVENT_START); in expectActivityStartEvents()
569 LauncherInstrumentation.EVENT_START);582 LauncherInstrumentation.EVENT_START);
115 static final Pattern EVENT_START = Pattern.compile("start:"); field in LauncherInstrumentation