Searched refs:getWapMessageSize (Results 1 – 7 of 7) sorted by relevance
54 long size = WapPushCache.getWapMessageSize(location); in testGetWapMessageSize()69 long size = WapPushCache.getWapMessageSize(joinedKey); in testGetWapMessageSize_withTransactionIdAppended()77 WapPushCache.getWapMessageSize("content://mms".getBytes()) in testGetWapMessageSize_nonexistentThrows()83 WapPushCache.getWapMessageSize(new byte[0]) in testGetWapMessageSize_emptyLocationUrlThrows()110 assertEquals(expectedSize, WapPushCache.getWapMessageSize("250".getBytes())); in testPutWapMessageSize_sizeLimitExceeded_oldestEntryRemoved()113 WapPushCache.getWapMessageSize("0".getBytes()) in testPutWapMessageSize_sizeLimitExceeded_oldestEntryRemoved()139 assertEquals(expectedSize, WapPushCache.getWapMessageSize(location2)); in testPutWapMessageSize_expiryExceeded_entryRemoved()141 WapPushCache.getWapMessageSize(location1) in testPutWapMessageSize_expiryExceeded_entryRemoved()
269 long size = mSmsControllerUT.getWapMessageSize(location); in testGetWapMessageSize()285 long size = mSmsControllerUT.getWapMessageSize(joinedKeyString); in testGetWapMessageSize_withTransactionIdAppended()293 mSmsControllerUT.getWapMessageSize("content://mms") in testGetWapMessageSize_nonexistentThrows()
132 public static long getWapMessageSize(@NonNull byte[] locationUrl) { in getWapMessageSize() method in WapPushCache
1216 public long getWapMessageSize(@NonNull String locationUrl) { in getWapMessageSize() method in SmsController1218 return WapPushCache.getWapMessageSize(bytes); in getWapMessageSize()
232 public long getWapMessageSize(String locationUrl) { in getWapMessageSize() method in ISmsImplBase
607 long getWapMessageSize(String locationUrl); in getWapMessageSize() method
3676 public long getWapMessageSize(@NonNull String locationUrl) { in getWapMessageSize() method in SmsManager3680 return iSms.getWapMessageSize(locationUrl); in getWapMessageSize()