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 257 private final Key mParentKey;
283 mParentKey = key;
333 final int moreKeyFlags = mParentKey.getMoreKeyLabelFlags();
334 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 77 milliseconds