Searched defs:CellBroadcastOperation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastContentProvider.java273 interface CellBroadcastOperation { interface in class:CellBroadcastContentProvider
284 * The caller supplies the CellBroadcastOperation object to call for this provider.
286 static class AsyncCellBroadcastTask extends AsyncTask<CellBroadcastOperation, Void, Void> {
296 * @param params the CellBroadcastOperation object to call for this provider
300 protected Void doInBackground(CellBroadcastOperation... params) {

Completed in 1432 milliseconds