Home
last modified time | relevance | path

Searched refs:CellBroadcastOperation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastContentProvider.java275 interface CellBroadcastOperation { interface in CellBroadcastContentProvider
288 static class AsyncCellBroadcastTask extends AsyncTask<CellBroadcastOperation, Void, Void> {
302 protected Void doInBackground(CellBroadcastOperation... params) { in doInBackground()
DCellBroadcastListActivity.java276 new CellBroadcastContentProvider.CellBroadcastOperation() { in onClick()
DCellBroadcastAlertFullScreen.java408 .execute(new CellBroadcastContentProvider.CellBroadcastOperation() { in dismiss()
DCellBroadcastAlertService.java231 .execute(new CellBroadcastContentProvider.CellBroadcastOperation() { in handleCellBroadcastIntent()