Searched defs:oldKey (Results  1 – 7 of 7) sorted by relevance
| /packages/apps/Messaging/src/com/android/messaging/util/ | 
| D | BugleSubscriptionPrefs.java | 73     private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey,  in migratePrefBooleanInternal()85     private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey,  in migratePrefStringInternal()
 
 | 
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ | 
| D | ExpectedKeyboardBuilder.java | 63         ExpectedKey[] replacingKeys(final ExpectedKey oldKey);  in replacingKeys()296             public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {  in replaceKeysOfAll()
 
 | 
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ | 
| D | PointerTracker.java | 793             final long eventTime, final Key oldKey, final int lastX, final int lastY) {  in processPhantomSuddenMoveHack()807             final long eventTime, final Key oldKey, final int lastX, final int lastY) {  in processProximateBogusDownMoveUpEventHack()
 825     private void processDraggingFingerOutFromOldKey(final Key oldKey) {  in processDraggingFingerOutFromOldKey()
 833             final long eventTime, final Key oldKey, final int lastX, final int lastY) {  in dragFingerFromOldKeyToNewKey()
 878     private void dragFingerOutFromOldKey(final Key oldKey, final int x, final int y) {  in dragFingerOutFromOldKey()
 894         final Key oldKey = mCurrentKey;  in onMoveEventInternal()  local
 
 | 
| D | MoreKeysKeyboardView.java | 210         final Key oldKey = mCurrentKey;  in detectKey()  local
 | 
| /packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/ | 
| D | PeriodicProvisionerTests.java | 211         ProvisionedKey oldKey = new ProvisionedKey(new byte[1], "fake-irpc", new byte[2],  in provisioningExpiresOldKeys()  local
 | 
| /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ | 
| D | KeyboardView.java | 995                 Key oldKey = keys[oldKeyIndex];  in showPreview()  local
 | 
| /packages/services/Car/service/src/com/android/car/watchdog/ | 
| D | WatchdogPerfHandler.java | 2646     private static void replaceKey(Map<String, PerStateBytes> map, String oldKey, String newKey) {  in replaceKey()  argument
 |