OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AsyncQueryServiceHelper
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java
19
import com.android.calendar.
AsyncQueryServiceHelper
.OperationInfo;
129
return
AsyncQueryServiceHelper
.getLastCancelableOperation();
143
return
AsyncQueryServiceHelper
.cancelOperation(token);
184
AsyncQueryServiceHelper
.queueOperation(mContext, info);
214
AsyncQueryServiceHelper
.queueOperation(mContext, info);
252
AsyncQueryServiceHelper
.queueOperation(mContext, info);
288
AsyncQueryServiceHelper
.queueOperation(mContext, info);
318
AsyncQueryServiceHelper
.queueOperation(mContext, info);
AsyncQueryServiceHelper.java
43
public class
AsyncQueryServiceHelper
extends IntentService {
168
context.startService(new Intent(context,
AsyncQueryServiceHelper
.class));
234
public
AsyncQueryServiceHelper
(String name) {
238
public
AsyncQueryServiceHelper
() {
239
super("
AsyncQueryServiceHelper
");
Completed in 404 milliseconds