Searched refs:newLabelKey (Results 1 – 9 of 9) sorted by relevance
64 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()
46 static ExpectedActionKey newLabelKey(final String label) { in newLabelKey() method in ActionTestsBase.ExpectedActionKey50 static ExpectedActionKey newLabelKey(final int labelResId, in newLabelKey() method in ActionTestsBase.ExpectedActionKey58 return newLabelKey(getString.runInLocale(context.getResources(), labelLocale)); in newLabelKey()
33 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey("customLabel"); in testActionCustom()
31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionGo()
31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionSend()
31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionDone()
31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionNext()
31 final ExpectedActionKey expectedKey = ExpectedActionKey.newLabelKey( in testActionPrevious()