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

  /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);
  /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...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java     [all...]
  /frameworks/base/keystore/tests/src/android/security/keystore/
AndroidKeyStoreTest.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 

Completed in 296 milliseconds