Searched refs:oldKey (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java73 private void migratePrefBooleanInternal(final BuglePrefs oldPrefs, final String oldKey, argument
77 final boolean oldValue = oldPrefs.getBoolean(oldKey, defaultValue);
85 private void migratePrefStringInternal(final BuglePrefs oldPrefs, final String oldKey, argument
88 final String oldValue = oldPrefs.getString(oldKey, defaultValue);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKeyboardBuilder.java63 ExpectedKey[] replacingKeys(final ExpectedKey oldKey); argument
171 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
172 return new ExpectedKey[] { oldKey.setMoreKeys(moreKeys) };
198 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
200 oldKey.setAdditionalMoreKeysIndex(additionalMoreKeysIndex)
274 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
296 public ExpectedKey[] replacingKeys(final ExpectedKey oldKey) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java793 final long eventTime, final Key oldKey, final int lastX, final int lastY) {
799 lastX, lastY, Constants.printableCode(oldKey.getCode()),
807 final long eventTime, final Key oldKey, final int lastX, final int lastY) {
818 lastX, lastY, Constants.printableCode(oldKey.getCode()),
825 private void processDraggingFingerOutFromOldKey(final Key oldKey) { argument
826 setReleasedKeyGraphics(oldKey, true /* withAnimation */);
827 callListenerOnRelease(oldKey, oldKey.getCode(), true /* withSliding */);
828 startKeySelectionByDraggingFinger(oldKey);
833 final long eventTime, final Key oldKey, fina
792 processPhantomSuddenMoveHack(final Key key, final int x, final int y, final long eventTime, final Key oldKey, final int lastX, final int lastY) argument
806 processProximateBogusDownMoveUpEventHack(final Key key, final int x, final int y, final long eventTime, final Key oldKey, final int lastX, final int lastY) argument
832 dragFingerFromOldKeyToNewKey(final Key key, final int x, final int y, final long eventTime, final Key oldKey, final int lastX, final int lastY) argument
878 dragFingerOutFromOldKey(final Key oldKey, final int x, final int y) argument
[all...]
H A DMoreKeysKeyboardView.java210 final Key oldKey = mCurrentKey;
212 if (newKey == oldKey) {
216 if (oldKey != null) {
217 updateReleaseKeyGraphics(oldKey);
218 invalidateKey(oldKey);
/packages/apps/Email/tests/src/com/android/email/
H A DSecurityPolicyTests.java210 private long assertAccountPolicyConsistent(long accountId, long oldKey) { argument
225 if (oldKey > 0) {
227 Policy.restorePolicyWithId(mMockContext, oldKey));
241 long oldKey = assertAccountPolicyConsistent(account.mId, 0);
246 oldKey = assertAccountPolicyConsistent(account.mId, oldKey);
252 Policy.restorePolicyWithId(mMockContext, oldKey));
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 323 milliseconds