Searched refs:putWapMessageSize (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | WapPushCacheTest.java | 53 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testGetWapMessageSize() 68 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testGetWapMessageSize_withTransactionIdAppended() 93 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testPutWapMessageSize_invalidValuePreventsInsert() 104 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testPutWapMessageSize_sizeLimitExceeded_oldestEntryRemoved() 129 WapPushCache.putWapMessageSize(location1, transactionId, expectedSize); in testPutWapMessageSize_expiryExceeded_entryRemoved() 136 WapPushCache.putWapMessageSize(location2, transactionId, expectedSize); in testPutWapMessageSize_expiryExceeded_entryRemoved()
|
D | SmsControllerTest.java | 268 WapPushCache.putWapMessageSize(locationBytes, transactionId, expectedSize); in testGetWapMessageSize() 284 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testGetWapMessageSize_withTransactionIdAppended()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WapPushCache.java | 77 public static void putWapMessageSize( in putWapMessageSize() method in WapPushCache
|
D | WapPushOverSms.java | 267 WapPushCache.putWapMessageSize( in decodeWapPdu()
|