Searched refs:getInboxId (Results 1 – 2 of 2) sorted by relevance
588 public static long getInboxId(Context context, long accountId) { in getInboxId() method in Account
2042 assertEquals(b2i.mId, Account.getInboxId(c, a2.mId)); in testGetAccountGetInboxIdTest()2045 assertEquals(-1, Account.getInboxId(c, 999999)); in testGetAccountGetInboxIdTest()