HomeSort by relevance Sort by last modified time
    Searched defs:expectedKey (Results 1 - 25 of 33) sorted by null

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionDoneTests.java 31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
KlpActionGoTests.java 31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
KlpActionNextTests.java 31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
KlpActionNoneTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
KlpActionPreviousTests.java 31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
KlpActionSearchTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
KlpActionSendTests.java 31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
KlpActionUnspecifiedTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
LxxActionDoneTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
LxxActionGoTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
LxxActionNextTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
LxxActionNoneTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
LxxActionPreviousTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
LxxActionSearchTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
LxxActionSendTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
LxxActionUnspecifiedTests.java 29 final ExpectedActionKey expectedKey = ExpectedActionKey.newIconKey(
34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
KlpActionCustomTests.java 33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel");
34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
LxxActionCustomTests.java 33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel");
34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
MapChangeRegistryTest.java 38 final String expectedKey = "key";
45 assertEquals(key, expectedKey);
51 mapChangeRegistry.notifyChange(observableObj, expectedKey);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPNetworkKeyTest.java 42 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, 0, 0, ANQP_DOMAIN_ID);
44 assertEquals(expectedKey, actualKey);
54 ANQPNetworkKey expectedKey = new ANQPNetworkKey(null, 0, HESSID, ANQP_DOMAIN_ID);
56 assertEquals(expectedKey, actualKey);
66 ANQPNetworkKey expectedKey = new ANQPNetworkKey(SSID, BSSID, 0, 0);
68 assertEquals(expectedKey, actualKey);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 31 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
32 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey.ExpectedAdditionalMoreKey;
69 // Helper method to create an {@link ExpectedKey} object that has the label.
70 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) {
74 // Helper method to create an {@link ExpectedKey} object that has the label and the output text.
75 static ExpectedKey key(final String label, final String outputText,
76 final ExpectedKey ... moreKeys) {
80 // Helper method to create an {@link ExpectedKey} object that has new "more keys".
81 static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
VibrationPreferenceFragmentTest.java 102 final String expectedKey = intensity == Vibrator.VIBRATION_INTENSITY_OFF
105 assertThat(mFragment.getDefaultKey()).isEqualTo(expectedKey);
  /libcore/luni/src/test/java/libcore/java/util/
LinkedHashMapTest.java 322 Object expectedKey = expected.getKey();
324 assertEntry(expectedKey, expectedValue, eldest(map));
  /tools/loganalysis/tests/src/com/android/loganalysis/util/config/
ArgsOptionParserTest.java 346 final int expectedKey = 13;
348 parser.parse(new String[] {"--my_option", Integer.toString(expectedKey),
352 assertEquals(expectedValue, (boolean) object.mMyOption.get(expectedKey));
361 final String expectedKey = "istanbul";
364 parser.parse(new String[] {"--my_option", expectedKey, Boolean.toString(expectedValue)});
371 expectedKey, e.getMessage()), e.getMessage().contains(expectedKey));
381 final int expectedKey = 13;
384 parser.parse(new String[] {"--my_option", Integer.toString(expectedKey), expectedValue});
417 final int expectedKey = 13
    [all...]
OptionSetterTest.java 257 final DefaultEnumClass expectedKey = DefaultEnumClass.VAL1;
266 assertNotNull(object1.mEnumMap.get(expectedKey));
267 assertEquals(expectedValue, object1.mEnumMap.get(expectedKey));
271 assertNotNull(object2.mEnumMap.get(expectedKey));
272 assertEquals(expectedValue, object2.mEnumMap.get(expectedKey));
490 final String expectedKey = "stringkey";
495 parser.setOptionMapValue("string_string_map", expectedKey, expectedValue);
498 assertNotNull(optionSource.mStringMap.get(expectedKey));
499 assertEquals(expectedValue, optionSource.mStringMap.get(expectedKey));
738 final DefaultEnumClass expectedKey = DefaultEnumClass.VAL1
    [all...]

Completed in 1627 milliseconds

1 2