Searched refs:mParentServerId (Results 1 – 4 of 4) sorted by relevance
160 public String mParentServerId; field in Mailbox581 mParentServerId = cursor.getString(CONTENT_PARENT_SERVER_ID_COLUMN); in restore()606 values.put(MailboxColumns.PARENT_SERVER_ID, mParentServerId); in toContentValues()762 = mParentServerId; in getHashes()811 dest.writeString(mParentServerId); in writeToParcel()836 mParentServerId = in.readString(); in Mailbox()
131 box.mParentServerId = "parent-serverid-" + name; in setupMailbox()350 assertEquals(caller + " mParentServerId", expect.mParentServerId, actual.mParentServerId); in assertMailboxEqual()
440 testMailbox.mParentServerId = TEST_PARENT_SERVER_ID; in buildTestMailbox()475 testMailbox.mParentServerId = null; in testGetHashes()
359 mailbox.mParentServerId = parentPath; in createHierarchy()