HomeSort by relevance Sort by last modified time
    Searched refs:CellBroadcastOperation (Results 1 - 4 of 4) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 273 interface CellBroadcastOperation {
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) {
CellBroadcastListActivity.java 271 new CellBroadcastContentProvider.CellBroadcastOperation() {
CellBroadcastAlertFullScreen.java 407 .execute(new CellBroadcastContentProvider.CellBroadcastOperation() {
CellBroadcastAlertService.java 181 .execute(new CellBroadcastContentProvider.CellBroadcastOperation() {

Completed in 228 milliseconds