Home
last modified time | relevance | path

Searched refs:WapPushCache (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushCacheTest.java42 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 …]
DWapPushOverSmsTest.java66 WapPushCache.clear(); in tearDown()
158 assertEquals(0, WapPushCache.size()); in testDispatchWapPdu_notificationIndInsertedToCache()
178 assertEquals(2, WapPushCache.size()); in testDispatchWapPdu_notificationIndInsertedToCache()
DSmsControllerTest.java85 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/
DWapPushCache.java41 public class WapPushCache { class
DWapPushOverSms.java267 WapPushCache.putWapMessageSize( in decodeWapPdu()
DSmsController.java1218 return WapPushCache.getWapMessageSize(bytes); in getWapMessageSize()