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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 259 private final Key mParentKey;
285 mParentKey = key;
336 final int moreKeyFlags = mParentKey.getMoreKeyLabelFlags();
337 final MoreKeySpec[] moreKeys = mParentKey.getMoreKeys();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 161 public long mParentKey;
499 box.mParentKey = Mailbox.NO_MAILBOX;
582 mParentKey = cursor.getLong(CONTENT_PARENT_KEY_COLUMN);
607 values.put(MailboxColumns.PARENT_KEY, mParentKey);
784 = mParentKey;
    [all...]

Completed in 220 milliseconds