OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 87 milliseconds