Searched refs:InteractiveTestCase (Results 1 – 9 of 9) sorted by relevance
40 protected List<InteractiveTestCase> createTestItems() { in createTestItems()41 ArrayList<InteractiveTestCase> list = new ArrayList<>(); in createTestItems()49 private class SettingUpTile extends InteractiveTestCase {68 private class TileNotAvailable extends InteractiveTestCase {83 private class TileInCustomizer extends InteractiveTestCase {97 private class TearingDownTile extends InteractiveTestCase {
55 protected InteractiveTestCase mCurrentTest;63 private List<InteractiveTestCase> mTestList;64 private Iterator<InteractiveTestCase> mTestOrder;73 protected abstract class InteractiveTestCase { class in InteractiveVerifierActivity154 for (InteractiveTestCase test : mTestList) { in onCreate()202 protected void markItem(InteractiveTestCase test) { in markItem()267 abstract protected List<InteractiveTestCase> createTestItems(); in createTestItems()
53 private InteractiveTestCase[] mTests;86 mTests = new InteractiveTestCase[] { in onCreate()94 for (InteractiveTestCase test : mTests) { in onCreate()116 for (InteractiveTestCase i : mTests) { in onSaveInstanceState()126 final InteractiveTestCase current = mTests[mCurrentIdx]; in onResume()144 final InteractiveTestCase current = mTests[mCurrentIdx]; in waitForPreviousRunningTest()170 for (InteractiveTestCase t : mTests) { in updateUiState()200 final InteractiveTestCase current = mTests[mCurrentIdx]; in selectNext()209 final InteractiveTestCase current = mTests[mCurrentIdx]; in runNext()259 private void setFailed(final InteractiveTestCase current) { in setFailed()[all …]
61 protected List<InteractiveTestCase> createTestItems() { in createTestItems()62 List<InteractiveTestCase> tests = new ArrayList<>(9); in createTestItems()87 protected class IsEnabledTest extends InteractiveTestCase {125 protected class CannotBeEnabledTest extends InteractiveTestCase {164 protected class ServiceStartedTest extends InteractiveTestCase {189 private class RequestUnbindTest extends InteractiveTestCase {225 private class RequestBindTest extends InteractiveTestCase {258 private class CreateAutomaticZenRuleTest extends InteractiveTestCase {290 private class CreateAutomaticZenRuleWithZenPolicyTest extends InteractiveTestCase {336 private class UpdateAutomaticZenRuleTest extends InteractiveTestCase {[all …]
89 protected List<InteractiveTestCase> createTestItems() { in createTestItems()90 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems()109 protected class CheckForBot extends InteractiveTestCase {132 protected class SetupNotification extends InteractiveTestCase {158 protected class WaitForTestReply extends InteractiveTestCase {181 protected class CheckResult extends InteractiveTestCase {
109 protected List<InteractiveTestCase> createTestItems() { in createTestItems()110 List<InteractiveTestCase> tests = new ArrayList<>(17); in createTestItems()241 private class NotificationReceivedTest extends InteractiveTestCase {279 protected class ReceiveChannelBlockNoticeTest extends InteractiveTestCase {354 protected class ReceiveGroupBlockNoticeTest extends InteractiveTestCase {432 protected class ReceiveAppBlockNoticeTest extends InteractiveTestCase {504 protected class ReceiveAppUnblockNoticeTest extends InteractiveTestCase {568 private class DataIntactTest extends InteractiveTestCase {646 private class AudiblyAlertedTest extends InteractiveTestCase {711 private class DismissOneTest extends InteractiveTestCase {[all …]
71 protected InteractiveTestCase mCurrentTest;81 private List<InteractiveTestCase> mTestList;82 private Iterator<InteractiveTestCase> mTestOrder;96 protected abstract class InteractiveTestCase { class in InteractiveVerifierActivity168 for (InteractiveTestCase test: mTestList) { in onCreate()207 protected void markItem(InteractiveTestCase test) { in markItem()269 abstract protected List<InteractiveTestCase> createTestItems(); in createTestItems()462 protected class IsEnabledTest extends InteractiveTestCase {504 protected class CannotBeEnabledTest extends InteractiveTestCase {545 protected class ServiceStartedTest extends InteractiveTestCase {
96 protected List<InteractiveTestCase> createTestItems() { in createTestItems()98 List<InteractiveTestCase> tests = new ArrayList<>(17); in createTestItems()162 private class ServiceStoppedTest extends InteractiveTestCase {185 protected class InsertContactsTest extends InteractiveTestCase {222 protected class DeleteContactsTest extends InteractiveTestCase {248 protected class NoneInterceptsAllMessagesTest extends InteractiveTestCase {308 protected class NoneInterceptsAlarmEventReminderCategoriesTest extends InteractiveTestCase {367 protected class AllInterceptsNothingMessagesTest extends InteractiveTestCase {426 protected class AllInterceptsNothingDiffCategoriesTest extends InteractiveTestCase {485 protected class PriorityInterceptsSomeMessagesTest extends InteractiveTestCase {[all …]
109 protected List<InteractiveTestCase> createTestItems() { in createTestItems()110 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems()193 protected class PassTest extends InteractiveTestCase {206 protected class SetModeAllTest extends InteractiveTestCase {228 protected class SetModePriorityTest extends InteractiveTestCase {250 protected class EnableSoundEffects extends InteractiveTestCase {272 protected class TestSoundEffects extends InteractiveTestCase {315 protected class TestVibrateNotificationDndOn extends InteractiveTestCase {368 protected class TestVibrateNotification extends InteractiveTestCase {467 protected class TestVibrateRingerDndOn extends InteractiveTestCase {[all …]