Searched refs:CellBroadcastOptOutActivity (Results 1 – 3 of 3) sorted by relevance
26 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()
31 public class CellBroadcastOptOutActivity extends Activity { class
1161 Intent intent = new Intent(this, CellBroadcastOptOutActivity.class); in dismiss()1165 mOptOutDialog = CellBroadcastOptOutActivity.showOptOutDialog(this); in dismiss()