HomeSort by relevance Sort by last modified time
    Searched defs:AmbientCallbackProvider (Results 1 - 2 of 2) sorted by null

  /frameworks/support/wear/src/main/java/androidx/wear/ambient/
AmbientMode.java 96 public interface AmbientCallbackProvider {
173 if (context instanceof AmbientCallbackProvider) {
174 mSuppliedCallback = ((AmbientCallbackProvider) context).getAmbientCallback();
227 * implementing the {@link AmbientCallbackProvider} interface will provide you with an
230 * the {@link AmbientCallbackProvider} interface and that will only enable the auto-resume
232 * the {@link AmbientCallbackProvider}.
AmbientModeSupport.java 95 public interface AmbientCallbackProvider {
172 if (context instanceof AmbientCallbackProvider) {
173 mSuppliedCallback = ((AmbientCallbackProvider) context).getAmbientCallback();
226 * implementing the {@link AmbientCallbackProvider} interface will provide you with an
229 * the {@link AmbientCallbackProvider} interface and that will only enable the auto-resume
231 * the {@link AmbientCallbackProvider}.

Completed in 104 milliseconds