Home
last modified time | relevance | path

Searched refs:CellBroadcastReceiverApp (Results 1 – 5 of 5) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastReceiverAppTest.java24 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()
DCellBroadcastAlertDialogTest.java66 import com.android.cellbroadcastreceiver.CellBroadcastReceiverApp;
606 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod("getNewMessageList"); in getNewMessageList()
615 Method method = CellBroadcastReceiverApp.class.getDeclaredMethod( in addNewMessageToList()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiverApp.java30 public class CellBroadcastReceiverApp extends Application { class
DCellBroadcastAlertDialog.java658 CellBroadcastReceiverApp.getNewMessageList()); in onUserLeaveHint()
1055 CellBroadcastReceiverApp.clearNewMessageList(); in clearNotification()
1273 ArrayList<SmsCbMessage> unreadMessageList = CellBroadcastReceiverApp in removeReadMessageFromNotificationBar()
1284 CellBroadcastReceiverApp.getLatestMessage(), in removeReadMessageFromNotificationBar()
DCellBroadcastAlertService.java504 addToNotificationBar(cbm, CellBroadcastReceiverApp.addNewMessageToList(cbm), in showNewAlert()
510 ArrayList<SmsCbMessage> messageList = CellBroadcastReceiverApp in showNewAlert()
1112 CellBroadcastReceiverApp.getNewMessageList(); in playPendingAlert()
1118 CellBroadcastReceiverApp.clearNewMessageList(); in playPendingAlert()