Searched refs:getSignature (Results 1 – 4 of 4) sorted by relevance
57 assertEquals("David with a heart over the i", a.getSignature()); in testDeserializeFromJSON()112 assertEquals(before.getSignature(), after.getSignature()); in testSerializeAndDeserializeWithJSON()
109 cv.put(AccountColumns.SIGNATURE, account.getSignature()); in getAccountContentValues()
347 public String getSignature() { in getSignature() method in Account
671 final String accountSignature = mAccount.getSignature(); in loadSettings()