HomeSort by relevance Sort by last modified time
    Searched full:test_choices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SmartReplyViewTest.java 67 private static final String[] TEST_CHOICES = new String[]{"Hello", "What's up?", "I'm here"};
120 setRepliesFromRemoteInput(TEST_CHOICES);
125 assertEquals(TEST_CHOICES[2],
133 setRepliesFromRemoteInput(TEST_CHOICES);
144 setRepliesFromRemoteInput(TEST_CHOICES);
155 assertEquals(TEST_CHOICES[2],
162 setRepliesFromRemoteInput(TEST_CHOICES);
164 verify(mLogger).smartReplySent(mEntry, 2, TEST_CHOICES[2]);
170 setRepliesFromRemoteInput(TEST_CHOICES);
  /external/python/cpython3/Lib/test/
test_random.py 146 def test_choices(self): member in class:TestBasicOps
    [all...]

Completed in 663 milliseconds