HomeSort by relevance Sort by last modified time
    Searched refs:IntentService (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
UpdateRecommendationsService.java 17 import android.app.IntentService;
32 public class UpdateRecommendationsService extends IntentService {
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
FileTransferService.java 5 import android.app.IntentService;
23 public class FileTransferService extends IntentService {
41 * @see android.app.IntentService#onHandleIntent(android.content.Intent)
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 5 import android.app.IntentService;
23 public class FileTransferService extends IntentService {
41 * @see android.app.IntentService#onHandleIntent(android.content.Intent)
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 19 import android.app.IntentService;
33 public class SnoozeAlarmsService extends IntentService {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
UpdateCountryService.java 3 import android.app.IntentService;
21 public class UpdateCountryService extends IntentService {
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 19 import android.app.IntentService;
28 public class PhoneService extends IntentService {
ProgressService.java 19 import android.app.IntentService;
28 public class ProgressService extends IntentService {
UpdateService.java 19 import android.app.IntentService;
28 public class UpdateService extends IntentService {
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 19 import android.app.IntentService;
36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks,
  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 24 import android.app.IntentService;
44 public class CheckInAndDeleteDataItemsService extends IntentService
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DeleteQuestionService.java 22 import android.app.IntentService;
42 public class DeleteQuestionService extends IntentService
QuizReportActionService.java 23 import android.app.IntentService;
41 public class QuizReportActionService extends IntentService {
UpdateQuestionService.java 23 import android.app.IntentService;
44 public class UpdateQuestionService extends IntentService
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 20 import android.app.IntentService;
33 public class TimerNotificationService extends IntentService {
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneService.java 19 import android.app.IntentService;
36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks,
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 24 import android.app.IntentService;
44 public class CheckInAndDeleteDataItemsService extends IntentService
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DeleteQuestionService.java 22 import android.app.IntentService;
42 public class DeleteQuestionService extends IntentService
QuizReportActionService.java 23 import android.app.IntentService;
41 public class QuizReportActionService extends IntentService {
UpdateQuestionService.java 23 import android.app.IntentService;
44 public class UpdateQuestionService extends IntentService
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java 20 import android.app.IntentService;
33 public class TimerNotificationService extends IntentService {
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneService.java 19 import android.app.IntentService;
36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks,
  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
CheckInAndDeleteDataItemsService.java 24 import android.app.IntentService;
44 public class CheckInAndDeleteDataItemsService extends IntentService
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DeleteQuestionService.java 22 import android.app.IntentService;
42 public class DeleteQuestionService extends IntentService
QuizReportActionService.java 23 import android.app.IntentService;
41 public class QuizReportActionService extends IntentService {
UpdateQuestionService.java 23 import android.app.IntentService;
44 public class UpdateQuestionService extends IntentService

Completed in 1953 milliseconds

12 3 4 5