Home
last modified time | relevance | path

Searched refs:CellBroadcastOptOutActivity (Results 1 – 3 of 3) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastOptOutActivityTest.java26 import com.android.cellbroadcastreceiver.CellBroadcastOptOutActivity;
36 CellBroadcastActivityTestCase<CellBroadcastOptOutActivity> {
38 private CellBroadcastOptOutActivity.TestableShowAlertDialog mMockShowDialog;
42 super(CellBroadcastOptOutActivity.class); in CellBroadcastOptOutActivityTest()
53 CellBroadcastOptOutActivity.sShowDialog = mMockShowDialog; in setUp()
57 CellBroadcastOptOutActivity activityUT = startActivity(); in testOnCreate_shouldCreateAlertDialog()
76 setCreatedAlertDialog(CellBroadcastOptOutActivity.showOptOutDialog(activity))); in testShowOptOutDialog_shouldCreateAlertDialog()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastOptOutActivity.java31 public class CellBroadcastOptOutActivity extends Activity { class
DCellBroadcastAlertDialog.java1161 Intent intent = new Intent(this, CellBroadcastOptOutActivity.class); in dismiss()
1165 mOptOutDialog = CellBroadcastOptOutActivity.showOptOutDialog(this); in dismiss()