Searched refs:WapPushCache (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | WapPushCacheTest.java | 42 WapPushCache.clear(); in tearDown() 43 WapPushCache.sTelephonyFacade = new TelephonyFacade(); in tearDown() 53 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testGetWapMessageSize() 54 long size = WapPushCache.getWapMessageSize(location); in testGetWapMessageSize() 68 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testGetWapMessageSize_withTransactionIdAppended() 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() 93 WapPushCache.putWapMessageSize(location, transactionId, expectedSize); in testPutWapMessageSize_invalidValuePreventsInsert() 95 assertEquals(0, WapPushCache.size()); in testPutWapMessageSize_invalidValuePreventsInsert() [all …]
|
D | WapPushOverSmsTest.java | 66 WapPushCache.clear(); in tearDown() 158 assertEquals(0, WapPushCache.size()); in testDispatchWapPdu_notificationIndInsertedToCache() 178 assertEquals(2, WapPushCache.size()); in testDispatchWapPdu_notificationIndInsertedToCache()
|
D | SmsControllerTest.java | 85 WapPushCache.clear(); in tearDown() 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 | 41 public class WapPushCache { class
|
D | WapPushOverSms.java | 267 WapPushCache.putWapMessageSize( in decodeWapPdu()
|
D | SmsController.java | 1218 return WapPushCache.getWapMessageSize(bytes); in getWapMessageSize()
|