Searched refs:NUMERIC (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | ApnDatabaseTest.java | 62 private static final String NUMERIC = "numeric"; field in ApnDatabaseTest 81 entry(Carriers.NUMERIC, NUMERIC), 118 final String selection = Carriers.NUMERIC + "=?"; in testValidCase() 119 String[] selectionArgs = {NUMERIC}; in testValidCase() 164 final String selectionToDelete = Carriers.NUMERIC + "=?"; in testValidCase() 165 String[] selectionArgsToDelete = {NUMERIC}; in testValidCase() 198 contentValues.put(Carriers.NUMERIC, NUMERIC); in testQueryConflictCase() 208 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testQueryConflictCase() 260 contentValues.put(Carriers.NUMERIC, NUMERIC); in testUpdateConflictCase() 270 Carriers.NAME, Carriers.APN, Carriers.PORT, Carriers.PROTOCOL, Carriers.NUMERIC, in testUpdateConflictCase() [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | ApnCarrierIdTest.java | 93 BASE_APN_SELECTION_COLUMNS + "AND " + Carriers.NUMERIC + "=?"; 270 Carriers.NUMERIC, in getApnWithCarrierId()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | DialerFilterTest.java | 129 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in testOnKeyUpDown() 145 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in testOnKeyUpDown()
|
D | AutoCompleteTextViewTest.java | 165 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in setup()
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | ApnTest.java | 97 private static final String TEST_APN_SELECTION = Carriers.NUMERIC + "= '' AND "
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | TextKeyListenerTest.java | 224 } else if (KeyCharacterMap.NUMERIC == keyType) { in testPressKey()
|
D | PasswordTransformationMethodTest.java | 192 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) { in testTextChangedCallBacks()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 37843 field @Deprecated public static final String NUMERIC = "numeric"; 51130 field public static final int NUMERIC = 1; // 0x1
|