HomeSort by relevance Sort by last modified time
    Searched defs:oldKey (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 210 private long assertAccountPolicyConsistent(long accountId, long oldKey) {
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));
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 499 final Key oldKey = getKey(oldKeyIndex);
502 if (oldKey == null) {
518 callListenerOnRelease(oldKey, oldKey.mCode, true);
519 startSlidingKeyInput(oldKey);
551 if (oldKey != null && isMajorEnoughMoveToBeOnNewKey(x, y, keyIndex)) {
555 callListenerOnRelease(oldKey, oldKey.mCode, true);
556 startSlidingKeyInput(oldKey);
  /prebuilt/common/ant/
ant.jar 

Completed in 429 milliseconds