Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java74 public static AuthenticatorDescription newKey(String type) { in newKey() method in AuthenticatorDescription
/frameworks/base/core/java/android/content/
DSyncAdapterType.java151 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() method in SyncAdapterType
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java861 Key newKey = keys[mCurrentKeyIndex]; in showPreview() local