Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListActivity.java616 DeleteDialogFragment dialog = new DeleteDialogFragment(); in confirmDeleteThread()
618 dialogArgs.putLongArray(DeleteDialogFragment.ROW_ID, rowId); in confirmDeleteThread()
623 public static class DeleteDialogFragment extends DialogFragment { class in CellBroadcastListActivity.CursorLoaderListFragment
636 DeleteDialogFragment.this.getActivity()); in onCreateDialog()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastListActivityTest.java354 CellBroadcastListActivity.CursorLoaderListFragment.DeleteDialogFragment.ROW_ID); in testOnContextItemSelectedDeleteForWatch()
533 CellBroadcastListActivity.CursorLoaderListFragment.DeleteDialogFragment.ROW_ID); in testOnActionItemClickedDeleteOnMultiSelect()