Home
last modified time | relevance | path

Searched refs:onHandleIntent (Results 1 – 7 of 7) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
DNotifierService.java34 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in NotifierService
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/service/
DRespondService.java37 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in RespondService
DMessagingService.java42 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in MessagingService
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DSimpleWakefulService.java31 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in SimpleWakefulService
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DFileTransferService.java44 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in FileTransferService
/development/samples/training/threadsample/src/com/example/android/threadsample/
DRSSPullService.java67 protected void onHandleIntent(Intent workIntent) { in onHandleIntent() method in RSSPullService
/development/samples/training/notify-user/src/com/example/android/pingme/
DPingService.java44 protected void onHandleIntent(Intent intent) { in onHandleIntent() method in PingService