HomeSort by relevance Sort by last modified time
    Searched full:alertdialogintent (Results 1 - 1 of 1) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 341 Intent alertDialogIntent = createDisplayMessageIntent(this, c, messageList);
342 alertDialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
343 startActivity(alertDialogIntent);

Completed in 643 milliseconds