Searched refs:MediaOutputIndicatorWorker (Results 1 – 6 of 6) sorted by relevance
48 private MediaOutputIndicatorWorker mWorker;116 return MediaOutputIndicatorWorker.class; in getBackgroundWorkerClass()119 private MediaOutputIndicatorWorker getWorker() { in getWorker()
52 public class MediaOutputIndicatorWorker extends SliceBackgroundWorker implements BluetoothCallback, class67 public MediaOutputIndicatorWorker(Context context, Uri uri) { in MediaOutputIndicatorWorker() method in MediaOutputIndicatorWorker
35 public class MediaOutputIndicatorWorker extends SliceBackgroundWorker implements BluetoothCallback { class41 public MediaOutputIndicatorWorker(Context context, Uri uri) { in MediaOutputIndicatorWorker() method in MediaOutputIndicatorWorker
111 return MediaOutputIndicatorWorker.class; in getBackgroundWorkerClass()
82 private MediaOutputIndicatorWorker mMediaOutputIndicatorWorker;96 mMediaOutputIndicatorWorker = new MediaOutputIndicatorWorker(mContext, URI); in setUp()
80 private static MediaOutputIndicatorWorker sMediaOutputIndicatorWorker;109 sMediaOutputIndicatorWorker = spy(new MediaOutputIndicatorWorker(mContext, in setUp()