Searched refs:CellBroadcastReceiverApp (Results 1 – 5 of 5) sorted by relevance
24 import com.android.cellbroadcastreceiver.CellBroadcastReceiverApp;95 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("clearNewMessageList"); in clearNewMessageList()104 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod( in addNewMessageToList()116 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod( in removeReadMessage()123 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("getLatestMessage"); in getLatestMessage()129 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("getNewMessageList"); in getNewMessageList()
66 import com.android.cellbroadcastreceiver.CellBroadcastReceiverApp;606 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("getNewMessageList"); in getNewMessageList()615 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod( in addNewMessageToList()
30 public class CellBroadcastReceiverApp extends Application { class
658 CellBroadcastReceiverApp.getNewMessageList()); in onUserLeaveHint()1055 CellBroadcastReceiverApp.clearNewMessageList(); in clearNotification()1273 ArrayList<SmsCbMessage> unreadMessageList = CellBroadcastReceiverApp in removeReadMessageFromNotificationBar()1284 CellBroadcastReceiverApp.getLatestMessage(), in removeReadMessageFromNotificationBar()
504 addToNotificationBar(cbm, CellBroadcastReceiverApp.addNewMessageToList(cbm), in showNewAlert()510 ArrayList<SmsCbMessage> messageList = CellBroadcastReceiverApp in showNewAlert()1112 CellBroadcastReceiverApp.getNewMessageList(); in playPendingAlert()1118 CellBroadcastReceiverApp.clearNewMessageList(); in playPendingAlert()