Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastListActivityTest.java328 CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG)); in testOnContextItemSelectedDelete()
350 CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG); in testOnContextItemSelectedDeleteForWatch()
379 CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG)); in testOnActionItemClickedDelete()
528 CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG)); in testOnActionItemClickedDeleteOnMultiSelect()
531 CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG); in testOnActionItemClickedDeleteOnMultiSelect()
661 CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG)); in testFragmentOnOptionsItemSelected()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListActivity.java151 public static final String KEY_DELETE_DIALOG = "delete_dialog"; field in CellBroadcastListActivity.CursorLoaderListFragment
620 dialog.show(getFragmentManager(), KEY_DELETE_DIALOG); in confirmDeleteThread() local