HomeSort by relevance Sort by last modified time
    Searched defs:UploaderService (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
BootBroadcastReceiver.java 30 UploaderService.cancelAndRescheduleUploadingService(context,
UploaderService.java 34 public final class UploaderService extends IntentService {
35 private static final String TAG = UploaderService.class.getSimpleName();
39 public static final String EXTRA_UPLOAD_UNCONDITIONALLY = UploaderService.class.getName()
43 public UploaderService() {
71 * Arrange for the UploaderService to be run on a regular basis.
73 * Any existing scheduled invocation of UploaderService is removed and optionally rescheduled.
83 final Intent intent = new Intent(context, UploaderService.class);
90 + UploaderService.RUN_INTERVAL, pendingIntent);
ResearchLogger.java 232 mUploadIntent = new Intent(mLatinIME, UploaderService.class);
233 mUploadNowIntent = new Intent(mLatinIME, UploaderService.class);
234 mUploadNowIntent.putExtra(UploaderService.EXTRA_UPLOAD_UNCONDITIONALLY, true);
236 UploaderService.cancelAndRescheduleUploadingService(mLatinIME,
    [all...]

Completed in 253 milliseconds