Searched defs:publisher (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/lifecycle/reactivestreams/src/main/java/android/arch/lifecycle/
H A DLiveDataReactiveStreams.java40 * By using a good publisher implementation such as RxJava 2.x Flowables, most consumers will
45 * On subscription to the publisher, the observer will attach to the given {@link LiveData}.
135 * Creates an Observable {@link LiveData} stream from a ReactiveStreams publisher.
137 public static <T> LiveData<T> fromPublisher(final Publisher<T> publisher) { argument
142 publisher.subscribe(new Subscriber<T>() {
/frameworks/base/core/java/android/hardware/location/
H A DNanoApp.java120 * Set the publisher name
122 * @param publisher name of the publisher of this nano app
124 public void setPublisher(String publisher) { argument
125 mPublisher = publisher;
211 * get the publisher name
213 * @return publisher name
H A DNanoAppInstanceInfo.java55 * get the publisher of this app
57 * @return String - name of the publisher
65 * set the publisher name for the app
67 * @param publisher - name of the publisher
71 public void setPublisher(String publisher) { argument
72 mPublisher = publisher;

Completed in 99 milliseconds