Home
last modified time | relevance | path

Searched refs:showOptOutDialog (Results 1 – 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastOptOutActivity.java36 showOptOutDialog(this); in onCreate()
45 static AlertDialog showOptOutDialog(final Activity activity) { in showOptOutDialog() method in CellBroadcastOptOutActivity
DCellBroadcastAlertDialog.java760 mOptOutDialog = CellBroadcastOptOutActivity.showOptOutDialog(this); in dismiss()