Home
last modified time | relevance | path

Searched refs:mParentKey (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java161 public long mParentKey; field in Mailbox
499 box.mParentKey = Mailbox.NO_MAILBOX; in newSystemMailbox()
582 mParentKey = cursor.getLong(CONTENT_PARENT_KEY_COLUMN); in restore()
607 values.put(MailboxColumns.PARENT_KEY, mParentKey); in toContentValues()
784 = mParentKey; in getHashes()
812 dest.writeLong(mParentKey); in writeToParcel()
837 mParentKey = in.readLong(); in Mailbox()
DMailboxUtilities.java242 parent.mParentKey) + "/" + name; in getHierarchicalName()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboard.java259 private final Key mParentKey; field in MoreKeysKeyboard.Builder
285 mParentKey = key; in Builder()
336 final int moreKeyFlags = mParentKey.getMoreKeyLabelFlags(); in build()
337 final MoreKeySpec[] moreKeys = mParentKey.getMoreKeys(); in build()
/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java2350 assertEquals(-1L, folders[0].mMailbox.mParentKey); in testCreateHierarchy()
2353 assertEquals(1L, folders[1].mMailbox.mParentKey); in testCreateHierarchy()
2356 assertEquals(-1L, folders[2].mMailbox.mParentKey); in testCreateHierarchy()
2359 assertEquals(3L, folders[3].mMailbox.mParentKey); in testCreateHierarchy()
2362 assertEquals(3L, folders[4].mMailbox.mParentKey); in testCreateHierarchy()
2365 assertEquals(3L, folders[5].mMailbox.mParentKey); in testCreateHierarchy()
2368 assertEquals(6L, folders[6].mMailbox.mParentKey); in testCreateHierarchy()
2371 assertEquals(7L, folders[7].mMailbox.mParentKey); in testCreateHierarchy()
2374 assertEquals(-1L, folders[8].mMailbox.mParentKey); in testCreateHierarchy()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTestUtils.java132 box.mParentKey = 4; in setupMailbox()
351 assertEquals(caller + " mParentKey", expect.mParentKey, actual.mParentKey); in assertMailboxEqual()
DProviderTests.java2179 box.mParentKey = parentKey; in createMailbox()
2214 assertEquals(expected.mParentKey, actual.mParentKey); in assertEqualsExceptServerId()
2242 box.mParentKey = 0; in createTypeMailbox()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapStore.java358 mailbox.mParentKey = parentKey; in createHierarchy()
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DMailboxTests.java447 testMailbox.mParentKey = 3L; in buildTestMailbox()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java5912 m.mParentKey = Mailbox.NO_MAILBOX; in getSearchMailbox()