Home
last modified time | relevance | path

Searched refs:NUMERIC (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DApnDatabaseTest.java60 private static final String NUMERIC = "numeric"; field in ApnDatabaseTest
81 put(Carriers.NUMERIC, NUMERIC);
120 final String selection = Carriers.NUMERIC + "=?"; in testValidCase()
121 String[] selectionArgs = {NUMERIC}; in testValidCase()
166 final String selectionToDelete = Carriers.NUMERIC + "=?"; in testValidCase()
167 String[] selectionArgsToDelete = {NUMERIC}; in testValidCase()
200 contentValues.put(Carriers.NUMERIC, NUMERIC); in testQueryConflictCase()
210 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testQueryConflictCase()
262 contentValues.put(Carriers.NUMERIC, NUMERIC); in testUpdateConflictCase()
272 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testUpdateConflictCase()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java119 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in testOnKeyUpDown()
135 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in testOnKeyUpDown()
DAutoCompleteTextViewTest.java158 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in setup()
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java167 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in testTextChangedCallBacks()
DTextKeyListenerTest.java226 } else if (KeyCharacterMap.NUMERIC == keyType) { in testPressKey()