Searched refs:NUMERIC (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java59 private static final int NUMERIC = 0; field in class:PasswordEntryKeyboardHelper
120 mNumericKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[NUMERIC], width, height);
140 mNumericKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[NUMERIC]);
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java192 } else if (kind == KeyCharacterMap.NUMERIC) {
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java39 * might be a {@link #NUMERIC} or {@link #SPECIAL_FUNCTION} keyboard, or there
66 public static final int NUMERIC = 1; field in class:KeyCharacterMap
622 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java215 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
H A DCDMAPhone.java1453 map.put(Telephony.Carriers.NUMERIC, operatorNumeric);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1779 public static final String NUMERIC = "numeric"; field in class:Telephony.Carriers
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1388 map.put(Telephony.Carriers.NUMERIC, r.getOperatorNumeric());
H A DGsmDataConnectionTracker.java962 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.NUMERIC)),
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java448 st.qwertyMode = kmap.getKeyboardType() != KeyCharacterMap.NUMERIC;

Completed in 597 milliseconds