Home
last modified time | relevance | path

Searched refs:PhotosContentJob (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/content/
DMediaContentObserver.java86 PhotosContentJob.scheduleJob(MediaContentObserver.this); in onCreate()
94 PhotosContentJob.cancelJob(MediaContentObserver.this); in onCreate()
109 PhotosContentJob.scheduleJob(MediaContentObserver.this); in onRequestPermissionsResult()
123 if (PhotosContentJob.isScheduled(this)) { in updateButtons()
DPhotosContentJob.java42 public class PhotosContentJob extends JobService { class
66 new ComponentName("com.example.android.apis", PhotosContentJob.class.getName()));
80 scheduleJob(PhotosContentJob.this);