Searched defs:cbm (Results 1 – 4 of 4) sorted by relevance
120 CellBroadcastMessage cbm = new CellBroadcastMessage(createMessage(987654321)); in testHandleCellBroadcastIntent() local161 CellBroadcastMessage cbm = new CellBroadcastMessage(createMessage(4321)); in testDuplicateMessage() local202 CellBroadcastMessage cbm = new CellBroadcastMessage(m); in testNonDuplicateMessage() local219 CellBroadcastMessage cbm = new CellBroadcastMessage(createMessage(0)); in testMaximumMessages() local
45 public static CharSequence getMessageDetails(Context context, CellBroadcastMessage cbm) { in getMessageDetails()243 public static int getDialogTitleResource(Context context, CellBroadcastMessage cbm) { in getDialogTitleResource()
181 private void showDialogAndMarkRead(CellBroadcastMessage cbm) { in showDialogAndMarkRead()190 private void showBroadcastDetails(CellBroadcastMessage cbm) { in showBroadcastDetails()
248 private boolean shouldDisplayMessage(CellBroadcastMessage cbm) { in shouldDisplayMessage()303 final CellBroadcastMessage cbm = new CellBroadcastMessage(message); in handleCellBroadcastIntent() local398 CellBroadcastMessage cbm = (CellBroadcastMessage) intent.getParcelableExtra(EXTRA_MESSAGE); in showNewAlert() local