Home
last modified time | relevance | path

Searched refs:newLabelKey (Results 1 – 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionLabelTests.java64 final ExpectedActionKey goKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithStringResources()
68 final ExpectedActionKey sendKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithStringResources()
70 final ExpectedActionKey nextKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithStringResources()
72 final ExpectedActionKey doneKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithStringResources()
74 final ExpectedActionKey previousKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithStringResources()
122 final ExpectedActionKey goKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithKeyboardTextsSet()
126 final ExpectedActionKey sendKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithKeyboardTextsSet()
128 final ExpectedActionKey nextKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithKeyboardTextsSet()
130 final ExpectedActionKey doneKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithKeyboardTextsSet()
132 final ExpectedActionKey previousKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithKeyboardTextsSet()
DActionTestsBase.java46 static ExpectedActionKey newLabelKey(final String label) { in newLabelKey() method in ActionTestsBase.ExpectedActionKey
50 static ExpectedActionKey newLabelKey(final int labelResId, in newLabelKey() method in ActionTestsBase.ExpectedActionKey
58 return newLabelKey(getString.runInLocale(context.getResources(), labelLocale)); in newLabelKey()
DKlpActionCustomTests.java33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom()
DLxxActionCustomTests.java33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom()
DKlpActionGoTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionGo()
DKlpActionSendTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionSend()
DKlpActionDoneTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionDone()
DKlpActionNextTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionNext()
DKlpActionPreviousTests.java31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionPrevious()