META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/google/wear/
com/google/wear/Sdk$VERSION.class
Sdk.java
package com.google.wear
public final com.google.wear.Sdk$VERSION extends java.lang.Object {
public static final int RELEASE
public static final int WEAR_SDK_INT
private void <init> ()
public static boolean isIncrementalRelease ()
static void <clinit> ()
}
com/google/wear/Sdk.class
Sdk.java
package com.google.wear
public final com.google.wear.Sdk extends java.lang.Object {
public static final String FEATURE_WEAR_TIRAMISU_QPR1_API
public static final String FEATURE_WEAR_TIRAMISU_QPR2_API
public static final String FEATURE_WEAR_TIRAMISU_QPR3_API
public static final String FEATURE_WEAR_TIRAMISU_QPR4_API
private void <init> ()
public static boolean hasApiFeature (java.lang.String)
public static java.lang.Object getWearManager (java.lang.Class)
public static java.lang.Object getWearManager (android.content.Context, java.lang.Class)
}
com/google/wear/annotation/
com/google/wear/annotation/ApiVersionRequirement$ApiConstraint.class
ApiVersionRequirement.java
package com.google.wear.annotation
public final enum com.google.wear.annotation.ApiVersionRequirement$ApiConstraint extends java.lang.Enum {
public static final enum com.google.wear.annotation.ApiVersionRequirement$ApiConstraint BEFORE
public static final enum com.google.wear.annotation.ApiVersionRequirement$ApiConstraint AT_MOST
public static final enum com.google.wear.annotation.ApiVersionRequirement$ApiConstraint AT_LEAST
public static final enum com.google.wear.annotation.ApiVersionRequirement$ApiConstraint AFTER
private static final synthetic com.google.wear.annotation.ApiVersionRequirement$ApiConstraint[] $VALUES
public static com.google.wear.annotation.ApiVersionRequirement$ApiConstraint[] values ()
public static com.google.wear.annotation.ApiVersionRequirement$ApiConstraint valueOf (java.lang.String)
private void <init> (java.lang.String, int)
static void <clinit> ()
}
com/google/wear/annotation/ApiVersionRequirement.class
ApiVersionRequirement.java
package com.google.wear.annotation
public abstract annotation com.google.wear.annotation.ApiVersionRequirement extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract com.google.wear.annotation.ApiVersionRequirement$ApiConstraint constraint ()
public abstract java.lang.String value ()
}
com/google/wear/modes/
com/google/wear/modes/AmbientMode.class
AmbientMode.java
package com.google.wear.modes
public com.google.wear.modes.AmbientMode extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/BatterySaverMode.class
BatterySaverMode.java
package com.google.wear.modes
public com.google.wear.modes.BatterySaverMode extends java.lang.Object {
public static final int BATTERY_SAVER_LEVEL_NORMAL
public static final int BATTERY_SAVER_LEVEL_OFF
void <init> ()
public int getActiveLevel ()
public int getConfiguredLevel ()
public void setConfiguredLevel (int)
public void addActiveLevelListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeActiveLevelListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/BedtimeMode.class
BedtimeMode.java
package com.google.wear.modes
public com.google.wear.modes.BedtimeMode extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/DoNotDisturbMode.class
DoNotDisturbMode.java
package com.google.wear.modes
public com.google.wear.modes.DoNotDisturbMode extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/ModeManager.class
ModeManager.java
package com.google.wear.modes
public final com.google.wear.modes.ModeManager extends java.lang.Object {
public static final long FLAG_OVERRIDDEN_BY_BATTERY_SAVER_MODE
public static final long FLAG_OVERRIDDEN_BY_BEDTIME_MODE
public static final long FLAG_OVERRIDDEN_BY_SCHOOL_MODE
public static final long FLAG_OVERRIDDEN_BY_SCREEN_READER
public static final long FLAG_OVERRIDDEN_BY_THEATER_MODE
public static final long FLAG_OVERRIDDEN_BY_UNKNOWN_REASON
void <init> ()
public com.google.wear.modes.BedtimeMode getBedtimeMode ()
public com.google.wear.modes.DoNotDisturbMode getDoNotDisturbMode () throws java.lang.SecurityException
public com.google.wear.modes.TheaterMode getTheaterMode () throws java.lang.SecurityException
public com.google.wear.modes.AmbientMode getAmbientMode () throws java.lang.SecurityException
public com.google.wear.modes.TiltToWake getTiltToWake () throws java.lang.SecurityException
public com.google.wear.modes.TouchLockMode getTouchLockMode () throws java.lang.SecurityException
public com.google.wear.modes.BatterySaverMode getBatterySaverMode () throws java.lang.SecurityException
public com.google.wear.modes.SchoolMode getSchoolMode ()
}
com/google/wear/modes/SchoolMode.class
SchoolMode.java
package com.google.wear.modes
public com.google.wear.modes.SchoolMode extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/TheaterMode.class
TheaterMode.java
package com.google.wear.modes
public com.google.wear.modes.TheaterMode extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/TiltToWake.class
TiltToWake.java
package com.google.wear.modes
public com.google.wear.modes.TiltToWake extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/modes/TouchLockMode.class
TouchLockMode.java
package com.google.wear.modes
public com.google.wear.modes.TouchLockMode extends java.lang.Object {
void <init> ()
public boolean isActive ()
public boolean isConfigured ()
public void setConfigured (boolean)
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void removeIsActiveListener (java.util.function.Consumer)
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/services/
com/google/wear/services/WearServices.class
WearServices.java
package com.google.wear.services
public com.google.wear.services.WearServices extends java.lang.Object {
void <init> ()
public static com.google.wear.services.WearServices getInstance (android.content.Context)
public java.lang.Object getWearManager (java.lang.Class)
}
com/google/wear/services/ambient/
com/google/wear/services/ambient/AmbientComponentState$ActivityStateRegistry.class
AmbientComponentState.java
package com.google.wear.services.ambient
public final com.google.wear.services.ambient.AmbientComponentState$ActivityStateRegistry extends java.lang.Object {
private void <init> ()
public void onPause ()
public void onResume ()
}
com/google/wear/services/ambient/AmbientComponentState$ListenerStateRegistry.class
AmbientComponentState.java
package com.google.wear.services.ambient
public final com.google.wear.services.ambient.AmbientComponentState$ListenerStateRegistry extends java.lang.Object {
private void <init> ()
public void startListening ()
public void stopListening ()
}
com/google/wear/services/ambient/AmbientComponentState$WatchFaceStateRegistry.class
AmbientComponentState.java
package com.google.wear.services.ambient
public final com.google.wear.services.ambient.AmbientComponentState$WatchFaceStateRegistry extends java.lang.Object {
private void <init> ()
public void onVisibilityChanged (boolean)
}
com/google/wear/services/ambient/AmbientComponentState.class
AmbientComponentState.java
package com.google.wear.services.ambient
public com.google.wear.services.ambient.AmbientComponentState extends java.lang.Object {
private void <init> ()
public static com.google.wear.services.ambient.AmbientComponentState$ActivityStateRegistry makeActivityStateRegistry ()
public static com.google.wear.services.ambient.AmbientComponentState$WatchFaceStateRegistry makeWatchFaceStateRegistry ()
public static com.google.wear.services.ambient.AmbientComponentState$ListenerStateRegistry makeListenerRegistry ()
}
com/google/wear/services/ambient/AmbientManager$AmbientComponentListener.class
AmbientManager.java
package com.google.wear.services.ambient
public abstract com.google.wear.services.ambient.AmbientManager$AmbientComponentListener extends java.lang.Object {
public void onEnterAmbient (com.google.wear.services.ambient.AmbientManager$ConfigurationDetails, boolean)
public void onUpdateAmbient ()
public void onExitAmbient ()
}
com/google/wear/services/ambient/AmbientManager$AmbientTransitionFinishedNotifier.class
AmbientManager.java
package com.google.wear.services.ambient
public abstract com.google.wear.services.ambient.AmbientManager$AmbientTransitionFinishedNotifier extends java.lang.Object {
public abstract void notifyFinished ()
}
com/google/wear/services/ambient/AmbientManager$AmbientTransitionListener.class
AmbientManager.java
package com.google.wear.services.ambient
public abstract com.google.wear.services.ambient.AmbientManager$AmbientTransitionListener extends java.lang.Object {
public abstract void onStartAmbientTransition (com.google.wear.services.ambient.AmbientManager$TransitionDetails, com.google.wear.services.ambient.AmbientManager$AmbientTransitionFinishedNotifier)
public abstract void onCancelAmbientTransition (boolean)
}
com/google/wear/services/ambient/AmbientManager$ConfigurationDetails.class
AmbientManager.java
package com.google.wear.services.ambient
public abstract com.google.wear.services.ambient.AmbientManager$ConfigurationDetails extends java.lang.Object {
public abstract boolean isBurnInProtectionEnabled ()
public abstract boolean isLowBitDepthEnabled ()
}
com/google/wear/services/ambient/AmbientManager$Controller.class
AmbientManager.java
package com.google.wear.services.ambient
public final com.google.wear.services.ambient.AmbientManager$Controller extends java.lang.Object {
void <init> ()
public void setAmbientSupportLevel (int)
public int getAmbientSupportLevel ()
public boolean isAmbientSupportEnabled ()
public boolean isAutoResumeEnabled ()
public void destroy ()
public boolean isSystemInAmbient ()
public boolean isComponentInAmbient ()
}
com/google/wear/services/ambient/AmbientManager$TransitionDetails.class
AmbientManager.java
package com.google.wear.services.ambient
public abstract com.google.wear.services.ambient.AmbientManager$TransitionDetails extends java.lang.Object {
public static final int TRANSIT_TO_AMBIENT
public static final int TRANSIT_TO_INTERACTIVE
public abstract long getMaxTransitionDurationMillis ()
public abstract int getTransitionDirection ()
}
com/google/wear/services/ambient/AmbientManager.class
AmbientManager.java
package com.google.wear.services.ambient
public com.google.wear.services.ambient.AmbientManager extends java.lang.Object {
void <init> ()
public com.google.wear.services.ambient.AmbientManager$Controller createController (android.content.Context, com.google.wear.services.ambient.AmbientOptions)
}
com/google/wear/services/ambient/AmbientOptions.class
AmbientOptions.java
package com.google.wear.services.ambient
public final com.google.wear.services.ambient.AmbientOptions extends java.lang.Object {
public static final int AMBIENT_SUPPORT_AUTORESUME_ONLY
public static final int AMBIENT_SUPPORT_NONE
public static final int AMBIENT_SUPPORT_TAKEOVER_DISPLAY
private void <init> ()
public static com.google.wear.services.ambient.AmbientOptions makeActivityOptions (android.app.Activity, com.google.wear.services.ambient.AmbientComponentState$ActivityStateRegistry, com.google.wear.services.ambient.AmbientManager$AmbientComponentListener, com.google.wear.services.ambient.AmbientManager$AmbientTransitionListener)
public static com.google.wear.services.ambient.AmbientOptions makeWatchFaceOptions (android.content.ComponentName, com.google.wear.services.ambient.AmbientComponentState$WatchFaceStateRegistry, com.google.wear.services.ambient.AmbientManager$AmbientComponentListener, com.google.wear.services.ambient.AmbientManager$AmbientTransitionListener)
public static com.google.wear.services.ambient.AmbientOptions makeAmbientUpdateListenerOptions (android.content.ComponentName, com.google.wear.services.ambient.AmbientComponentState$ListenerStateRegistry, com.google.wear.services.ambient.AmbientManager$AmbientComponentListener)
public java.lang.String toString ()
public void subscribeToAmbientUpdates ()
public void unsubscribeFromAmbientUpdates ()
public boolean isSubscribedToAmbientUpdates ()
public void subscribeToAmbientStateChanges ()
public void unsubscribeFromAmbientStateChanges ()
public boolean isSubscribedToAmbientStateChanges ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/companion/
com/google/wear/services/companion/connectionstatus/
com/google/wear/services/companion/connectionstatus/CompanionConnectionManager$CompanionConnectionStatusListener.class
CompanionConnectionManager.java
package com.google.wear.services.companion.connectionstatus
public abstract com.google.wear.services.companion.connectionstatus.CompanionConnectionManager$CompanionConnectionStatusListener extends java.lang.Object {
public abstract void onCompanionConnectionStatusUpdate (int)
}
com/google/wear/services/companion/connectionstatus/CompanionConnectionManager.class
CompanionConnectionManager.java
package com.google.wear.services.companion.connectionstatus
public com.google.wear.services.companion.connectionstatus.CompanionConnectionManager extends java.lang.Object {
public static final int COMPANION_DEVICE_CONNECTION_TYPE_CONNECTED_VIA_BLUETOOTH
public static final int COMPANION_DEVICE_CONNECTION_TYPE_CONNECTED_VIA_CLOUD
public static final int COMPANION_DEVICE_CONNECTION_TYPE_DISCONNECTED
public static final int COMPANION_DEVICE_CONNECTION_TYPE_UNKNOWN
void <init> ()
public void registerCompanionConnectionStatusListener (java.util.concurrent.Executor, com.google.wear.services.companion.connectionstatus.CompanionConnectionManager$CompanionConnectionStatusListener)
public void unregisterCompanionConnectionStatusListener (com.google.wear.services.companion.connectionstatus.CompanionConnectionManager$CompanionConnectionStatusListener)
}
com/google/wear/services/complications/
com/google/wear/services/complications/ComplicationDataProxy.class
ComplicationDataProxy.java
package com.google.wear.services.complications
public abstract com.google.wear.services.complications.ComplicationDataProxy extends java.lang.Object {
public abstract void sendComplicationDataToCurrentWatchFace (com.google.wear.services.watchfaces.WatchFaceId, int, android.content.ComponentName, android.os.Bundle)
}
com/google/wear/services/complications/ComplicationDataSource$Builder.class
ComplicationDataSource.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.ComplicationDataSource$Builder extends java.lang.Object {
public void <init> (android.content.ComponentName, java.lang.CharSequence, java.lang.CharSequence)
public com.google.wear.services.complications.ComplicationDataSource$Builder setIcon (android.graphics.drawable.Icon)
public com.google.wear.services.complications.ComplicationDataSource$Builder setConfigAction (java.lang.String)
public com.google.wear.services.complications.ComplicationDataSource$Builder setSupportedTypes (java.util.List)
public com.google.wear.services.complications.ComplicationDataSource build ()
}
com/google/wear/services/complications/ComplicationDataSource.class
ComplicationDataSource.java
package com.google.wear.services.complications
public com.google.wear.services.complications.ComplicationDataSource extends java.lang.Object {
private void <init> ()
public android.content.ComponentName getServiceComponentName ()
public java.lang.CharSequence getServiceName ()
public java.lang.CharSequence getAppName ()
public android.graphics.drawable.Icon getIcon ()
public java.lang.String getConfigAction ()
public java.util.List getSupportedTypes ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/complications/ComplicationDataSourceConfig.class
ComplicationDataSourceConfig.java
package com.google.wear.services.complications
public com.google.wear.services.complications.ComplicationDataSourceConfig extends java.lang.Object {
public void <init> (int, com.google.wear.services.complications.ComplicationDataSource)
public int getSelectedType ()
public com.google.wear.services.complications.ComplicationDataSource getComplicationDataSource ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/complications/ComplicationInfo$Builder.class
ComplicationInfo.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.ComplicationInfo$Builder extends java.lang.Object {
public void <init> (int, int)
public void <init> (com.google.wear.services.complications.ComplicationInfo)
public com.google.wear.services.complications.ComplicationInfo$Builder setWatchFaceSlotId (int)
public com.google.wear.services.complications.ComplicationInfo$Builder setProviderComponent (android.content.ComponentName)
public com.google.wear.services.complications.ComplicationInfo$Builder setDataType (int)
public com.google.wear.services.complications.ComplicationInfo build ()
}
com/google/wear/services/complications/ComplicationInfo.class
ComplicationInfo.java
package com.google.wear.services.complications
public com.google.wear.services.complications.ComplicationInfo extends java.lang.Object {
private void <init> ()
public int getWatchFaceSlotId ()
public android.content.ComponentName getProviderComponent ()
public int getDataType ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/complications/ComplicationProviderInfo.class
ComplicationProviderInfo.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.ComplicationProviderInfo extends java.lang.Object {
public void <init> (java.lang.CharSequence, java.lang.CharSequence, android.graphics.drawable.Icon, int, android.content.ComponentName)
public java.lang.CharSequence getAppName ()
public java.lang.CharSequence getProviderName ()
public android.graphics.drawable.Icon getProviderIcon ()
public int getComplicationType ()
public android.content.ComponentName getProviderComponentName ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/complications/ComplicationSlotConfig$Builder.class
ComplicationSlotConfig.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.ComplicationSlotConfig$Builder extends java.lang.Object {
public void <init> (int, com.google.wear.services.watchfaces.WatchFaceId, int)
public void <init> (com.google.wear.services.complications.ComplicationSlotConfig)
public com.google.wear.services.complications.ComplicationSlotConfig$Builder setProviderComponent (android.content.ComponentName)
public com.google.wear.services.complications.ComplicationSlotConfig$Builder setDataType (int)
public com.google.wear.services.complications.ComplicationSlotConfig build ()
}
com/google/wear/services/complications/ComplicationSlotConfig.class
ComplicationSlotConfig.java
package com.google.wear.services.complications
public com.google.wear.services.complications.ComplicationSlotConfig extends java.lang.Object {
private void <init> ()
public int getId ()
public com.google.wear.services.watchfaces.WatchFaceId getWatchFaceId ()
public int getWatchFaceSlotId ()
public android.content.ComponentName getProviderComponent ()
public int getDataType ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/complications/ComplicationsManager$ComplicationsException.class
ComplicationsManager.java
package com.google.wear.services.complications
public com.google.wear.services.complications.ComplicationsManager$ComplicationsException extends java.lang.Exception {
public void <init> (java.lang.String, int)
public int getErrorCode ()
}
com/google/wear/services/complications/ComplicationsManager.class
ComplicationsManager.java
package com.google.wear.services.complications
public com.google.wear.services.complications.ComplicationsManager extends java.lang.Object {
public static final int COMPLICATIONS_ERROR_INTERNAL_ERROR
public static final int COMPLICATIONS_ERROR_INVALID_EDITING_SESSION
public static final int COMPLICATIONS_ERROR_UNKNOWN
public static final int COMPLICATION_TYPE_EMPTY
public static final int COMPLICATION_TYPE_GOAL_PROGRESS
public static final int COMPLICATION_TYPE_ICON
public static final int COMPLICATION_TYPE_LARGE_IMAGE
public static final int COMPLICATION_TYPE_LONG_TEXT
public static final int COMPLICATION_TYPE_NOT_CONFIGURED
public static final int COMPLICATION_TYPE_NO_DATA
public static final int COMPLICATION_TYPE_NO_PERMISSION
public static final int COMPLICATION_TYPE_RANGED_VALUE
public static final int COMPLICATION_TYPE_SHORT_TEXT
public static final int COMPLICATION_TYPE_SMALL_IMAGE
public static final int COMPLICATION_TYPE_WEIGHTED_ELEMENTS
public static final String KEY_COMPLICATION_DATA
void <init> ()
public void setComplicationDataProxy (java.util.concurrent.Executor, com.google.wear.services.complications.ComplicationDataProxy)
public void clearComplicationDataProxy ()
public void getProviderInfos (com.google.wear.services.watchfaces.WatchFaceId, int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void getComplicationSlotConfig (com.google.wear.services.watchfaces.WatchFaceFavoriteId, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public java.util.List getSupportedComplicationDataSources (int[])
public java.util.List getSupportedComplicationDataSources (int[], com.google.wear.services.watchfaces.WatchFaceId)
public void setActiveWatchFaceComplicationSlots (boolean, com.google.wear.services.watchfaces.WatchFaceId, int[])
public void setDefaultComplicationProvider (com.google.wear.services.watchfaces.WatchFaceId, int, java.util.List, int)
public void updateComplicationConfig (com.google.wear.services.watchfaces.WatchFaceId, int, android.content.ComponentName, int, boolean)
public java.util.Map getSystemProviders ()
public void getPreviewComplicationData (android.content.ComponentName, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
}
com/google/wear/services/migration/
com/google/wear/services/migration/MigrationManager.class
MigrationManager.java
package com.google.wear.services.migration
public com.google.wear.services.migration.MigrationManager extends java.lang.Object {
void <init> ()
public void setPendingState (android.os.ParcelFileDescriptor) throws java.io.IOException
public void commitPendingState (java.util.concurrent.Executor, android.os.OutcomeReceiver)
}
com/google/wear/services/notification/
com/google/wear/services/notification/CancelAllNotificationsRequest.class
CancelAllNotificationsRequest.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.CancelAllNotificationsRequest extends java.lang.Object {
public void <init> (long, int)
public long getRevision ()
public int getReason ()
}
com/google/wear/services/notification/HiddenStatusUpdatedEvent.class
HiddenStatusUpdatedEvent.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.HiddenStatusUpdatedEvent extends java.lang.Object {
public void <init> (com.google.wear.services.notification.StreamItem, int)
public com.google.wear.services.notification.StreamItem getUpdatedItem ()
public int getHiddenReason ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/ImageProvider$Builder.class
ImageProvider.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.ImageProvider$Builder extends java.lang.Object {
public void <init> ()
public com.google.wear.services.notification.ImageProvider$Builder setBigPicture (android.graphics.drawable.Icon)
public com.google.wear.services.notification.ImageProvider$Builder setLargeIcon (android.graphics.drawable.Icon)
public com.google.wear.services.notification.ImageProvider$Builder setSmallIcon (android.graphics.drawable.Icon)
public com.google.wear.services.notification.ImageProvider$Builder setAppIcon (android.graphics.drawable.Icon)
public com.google.wear.services.notification.ImageProvider$Builder setSupplementalImages (java.util.Map)
public com.google.wear.services.notification.ImageProvider build ()
}
com/google/wear/services/notification/ImageProvider.class
ImageProvider.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.ImageProvider extends java.lang.Object {
private void <init> ()
public android.graphics.drawable.Icon getBigPicture ()
public android.graphics.drawable.Icon getLargeIcon ()
public android.graphics.drawable.Icon getSmallIcon ()
public android.graphics.drawable.Icon getAppIcon ()
public java.util.Map getSupplementalImages ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/MuteAppInfo.class
MuteAppInfo.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.MuteAppInfo extends java.lang.Object {
public static final int APP_LOCATION_ALL
public static final int APP_LOCATION_PHONE_PERSONAL
public static final int APP_LOCATION_PHONE_WORK_PROFILE
public static final int APP_LOCATION_UNKNOWN
public static final int APP_LOCATION_WATCH
public void <init> (int, java.lang.String)
public boolean equals (java.lang.Object)
public int hashCode ()
public int getAppLocation ()
public java.lang.String getPackageName ()
}
com/google/wear/services/notification/NotificationCountData.class
NotificationCountData.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.NotificationCountData extends java.lang.Object {
public void <init> (int, int)
public int getUnreadItemCount ()
public int getTotalItemCount ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/NotificationEventListener.class
NotificationEventListener.java
package com.google.wear.services.notification
public abstract com.google.wear.services.notification.NotificationEventListener extends java.lang.Object {
public abstract void onNotificationsInitialized (com.google.wear.services.notification.NotificationsInitializedEvent)
public abstract void onNotificationPosted (com.google.wear.services.notification.NotificationPostedEvent)
public abstract void onNotificationRemoved (com.google.wear.services.notification.NotificationRemovedEvent)
public abstract void onHiddenStatusUpdated (com.google.wear.services.notification.HiddenStatusUpdatedEvent)
public abstract void onNotificationCountDataChanged (com.google.wear.services.notification.NotificationCountData)
public abstract void onInterruptionFilterChanged (int)
public abstract void onListenerHintsChanged (int)
public abstract void onNotificationRankingUpdated (android.service.notification.NotificationListenerService$RankingMap)
}
com/google/wear/services/notification/NotificationManager.class
NotificationManager.java
package com.google.wear.services.notification
public com.google.wear.services.notification.NotificationManager extends java.lang.Object {
public static final int HIDDEN_REASON_DISMISSED_PENDING_REMOVAL
public static final int HIDDEN_REASON_EMPTY_NOTIFICATION
public static final int HIDDEN_REASON_EMPTY_SETTINGS_NOTIFICATION
public static final int HIDDEN_REASON_FOREGROUND_SERVICE
public static final int HIDDEN_REASON_FRAMEWORKS_FOREGROUND_NOTIFICATION
public static final int HIDDEN_REASON_HOME_OVER_OTHER_APPS_NOTIFICATION
public static final int HIDDEN_REASON_INVALID_WEARABLE_EXTENDER
public static final int HIDDEN_REASON_MATCHES_MANAGED_DISMISSAL
public static final int HIDDEN_REASON_MEDIA_STYLE_WITH_MEDIA_CONTROL_ACTIVITY_ENABLED
public static final int HIDDEN_REASON_MISSED_CALL_APP_PHONE_CALL_CAPABLE
public static final int HIDDEN_REASON_MISSED_CALL_APP_TWINNED
public static final int HIDDEN_REASON_NOT_HIDDEN
public static final int HIDDEN_REASON_ONGOING_ACTIVITY_TYPE
public static final int HIDDEN_REASON_SMS_APP_TWINNED
public static final int HINT_HOST_UNKNOWN
public static final int NOTIFICATION_SOURCE_BRIDGER
public static final int NOTIFICATION_SOURCE_IOS
public static final int NOTIFICATION_SOURCE_LOCAL
public static final int NOTIFICATION_SOURCE_OFFLOAD
public static final int NOTIFICATION_SOURCE_UNKNOWN
void <init> ()
public void registerNotificationEventListener (com.google.wear.services.notification.NotificationEventListener)
public void registerNotificationEventListener (java.util.concurrent.Executor, com.google.wear.services.notification.NotificationEventListener)
public void unregisterNotificationEventListener (com.google.wear.services.notification.NotificationEventListener)
public void getActiveNotifications (java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void getActiveNotifications (java.util.concurrent.Executor, java.util.List, android.os.OutcomeReceiver)
public int getCurrentInterruptionFilter ()
public void requestInterruptionFilterUpdate (int)
public int getCurrentListenerHints ()
public void requestListenerHintsUpdate (int)
public android.service.notification.NotificationListenerService$RankingMap getCurrentRankingMap ()
public void cancelAllBeforeRevision (int, long, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void cancelNotifications (java.util.Set, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void isAppMuted (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void getMutedApps (int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void muteApp (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void unmuteApp (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
}
com/google/wear/services/notification/NotificationPostedEvent.class
NotificationPostedEvent.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.NotificationPostedEvent extends java.lang.Object {
public void <init> (com.google.wear.services.notification.StreamItem, boolean)
public com.google.wear.services.notification.StreamItem getPostedItem ()
public boolean isNewItem ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/NotificationRemovedEvent.class
NotificationRemovedEvent.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.NotificationRemovedEvent extends java.lang.Object {
public void <init> (com.google.wear.services.notification.StreamItem)
public com.google.wear.services.notification.StreamItem getRemovedItem ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/NotificationsInitializedEvent.class
NotificationsInitializedEvent.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.NotificationsInitializedEvent extends java.lang.Object {
public void <init> (java.util.List, int)
public java.util.List getStreamItems ()
public int getNotificationSource ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/StreamItem.class
StreamItem.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItem extends java.lang.Object {
public void <init> (com.google.wear.services.notification.StreamItemIdAndRevision, com.google.wear.services.notification.StreamItemData)
public com.google.wear.services.notification.StreamItemIdAndRevision getIdAndRevision ()
public com.google.wear.services.notification.StreamItemData getData ()
public int hashCode ()
public boolean equals (java.lang.Object)
public java.lang.String toString ()
}
com/google/wear/services/notification/StreamItemData$Builder.class
StreamItemData.java
package com.google.wear.services.notification
public com.google.wear.services.notification.StreamItemData$Builder extends java.lang.Object {
public void <init> ()
public com.google.wear.services.notification.StreamItemData$Builder setNotificationSource (int)
public com.google.wear.services.notification.StreamItemData$Builder setHiddenReason (int)
public com.google.wear.services.notification.StreamItemData$Builder setFlags (int)
public com.google.wear.services.notification.StreamItemData$Builder setPriority (int)
public com.google.wear.services.notification.StreamItemData$Builder setColor (int)
public com.google.wear.services.notification.StreamItemData$Builder setCategory (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setUserId (int)
public com.google.wear.services.notification.StreamItemData$Builder setGroup (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setGroupKey (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setIsGroupSummary (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setSortKey (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setSummaryText (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setAppName (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setPostTimeMillis (long)
public com.google.wear.services.notification.StreamItemData$Builder setOriginalPostTimeMillis (long)
public com.google.wear.services.notification.StreamItemData$Builder setLastPostedAsInterruptiveTimeMillis (long)
public com.google.wear.services.notification.StreamItemData$Builder setMessagingStyle (com.google.wear.services.notification.style.MessagingStyle)
public com.google.wear.services.notification.StreamItemData$Builder setMatchesInterruptionFilter (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setShouldVibrate (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setVibrationPattern (long[])
public com.google.wear.services.notification.StreamItemData$Builder setHasSound (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setChannel (com.google.wear.services.notification.channel.Channel)
public com.google.wear.services.notification.StreamItemData$Builder setIsLocalOnly (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setLocalAccessibilityEvent (android.view.accessibility.AccessibilityEvent)
public com.google.wear.services.notification.StreamItemData$Builder setIsMediaNotification (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setTitle (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setTickerText (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setBigTitle (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setContentText (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setBigText (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setActions (java.util.List)
public com.google.wear.services.notification.StreamItemData$Builder setWhenMillis (long)
public com.google.wear.services.notification.StreamItemData$Builder setShowWhen (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setShowChronometer (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setChronometerCountDown (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setTextLines (java.util.List)
public com.google.wear.services.notification.StreamItemData$Builder setSubText (java.lang.CharSequence)
public com.google.wear.services.notification.StreamItemData$Builder setImageProvider (com.google.wear.services.notification.ImageProvider)
public com.google.wear.services.notification.StreamItemData$Builder setContentIntent (android.app.PendingIntent)
public com.google.wear.services.notification.StreamItemData$Builder setBridgedContentIntent (android.app.PendingIntent)
public com.google.wear.services.notification.StreamItemData$Builder setBridgedContentIntentId (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setPeopleUris (java.util.List)
public com.google.wear.services.notification.StreamItemData$Builder setProgress (float)
public com.google.wear.services.notification.StreamItemData$Builder setIsIndeterminateProgress (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setEmergency (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setHasAlreadyShown (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setSupplementalData (android.os.Bundle)
public com.google.wear.services.notification.StreamItemData$Builder setHapticResourcePackage (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setHapticResourceId (int)
public com.google.wear.services.notification.StreamItemData$Builder setGroupAlertBehavior (int)
public com.google.wear.services.notification.StreamItemData$Builder setIsWorkProfile (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setFullScreenIntent (android.app.PendingIntent)
public com.google.wear.services.notification.StreamItemData$Builder setStartScrollBottom (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setIsContentIntentAvailableWhenDisconnected (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setContentActionIndex (int)
public com.google.wear.services.notification.StreamItemData$Builder setWearableActions (java.util.List)
public com.google.wear.services.notification.StreamItemData$Builder setBridgeTag (java.lang.String)
public com.google.wear.services.notification.StreamItemData$Builder setDoesContentIntentLaunchActivity (boolean)
public com.google.wear.services.notification.StreamItemData$Builder setDismissalId (java.lang.String)
public com.google.wear.services.notification.StreamItemData build ()
}
com/google/wear/services/notification/StreamItemData.class
StreamItemData.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItemData extends java.lang.Object {
public static final String CUSTOM_DISPLAY_BUNDLE_KEY
private void <init> ()
public int getNotificationSource ()
public int getHiddenReason ()
public int getFlags ()
public int getPriority ()
public int getColor ()
public java.lang.String getCategory ()
public int getUserId ()
public java.lang.String getGroup ()
public java.lang.String getGroupKey ()
public boolean isGroupSummary ()
public java.lang.String getSortKey ()
public java.lang.CharSequence getSummaryText ()
public java.lang.String getAppName ()
public long getPostTimeMillis ()
public long getOriginalPostTimeMillis ()
public long getLastPostedAsInterruptiveTimeMillis ()
public com.google.wear.services.notification.style.MessagingStyle getMessagingStyle ()
public boolean matchesInterruptionFilter ()
public boolean shouldVibrate ()
public long[] getVibrationPattern ()
public boolean hasSound ()
public com.google.wear.services.notification.channel.Channel getChannel ()
public boolean isLocalOnly ()
public android.view.accessibility.AccessibilityEvent getLocalAccessibilityEvent ()
public boolean isMediaNotification ()
public java.lang.CharSequence getTitle ()
public java.lang.CharSequence getTickerText ()
public java.lang.CharSequence getBigTitle ()
public java.lang.CharSequence getContentText ()
public java.lang.CharSequence getBigText ()
public java.util.List getActions ()
public long getWhenMillis ()
public boolean showWhen ()
public boolean showChronometer ()
public boolean isChronometerCountDown ()
public java.util.List getTextLines ()
public java.lang.CharSequence getSubText ()
public com.google.wear.services.notification.ImageProvider getImageProvider ()
public android.app.PendingIntent getContentIntent ()
public android.app.PendingIntent getBridgedContentIntent ()
public java.lang.String getBridgedContentIntentId ()
public java.util.List getPeopleUris ()
public float getProgress ()
public boolean isIndeterminateProgress ()
public boolean isEmergency ()
public boolean hasAlreadyShown ()
public android.os.Bundle getSupplementalData ()
public java.lang.String getHapticResourcePackage ()
public int getHapticResourceId ()
public int getGroupAlertBehavior ()
public boolean isWorkProfile ()
public android.app.PendingIntent getFullScreenIntent ()
public boolean getStartScrollBottom ()
public boolean isContentIntentAvailableWhenDisconnected ()
public int getContentActionIndex ()
public java.util.List getWearableActions ()
public java.lang.String getBridgeTag ()
public boolean doesContentIntentLaunchActivity ()
public java.lang.String getDismissalId ()
public int hashCode ()
public boolean equals (java.lang.Object)
}
com/google/wear/services/notification/StreamItemGroupId.class
StreamItemGroupId.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItemGroupId extends java.lang.Object implements java.lang.Comparable {
public void <init> (java.lang.String, java.lang.String)
public java.lang.String getGroupKey ()
public java.lang.String getPackageName ()
public int hashCode ()
public java.lang.String toString ()
public boolean equals (java.lang.Object)
public int compareTo (com.google.wear.services.notification.StreamItemGroupId)
public volatile synthetic int compareTo (java.lang.Object)
}
com/google/wear/services/notification/StreamItemId$Builder.class
StreamItemId.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItemId$Builder extends java.lang.Object {
public void <init> (java.lang.String, int)
public com.google.wear.services.notification.StreamItemId$Builder setTag (java.lang.String)
public com.google.wear.services.notification.StreamItemId$Builder setNotificationKey (java.lang.String)
public com.google.wear.services.notification.StreamItemId build ()
}
com/google/wear/services/notification/StreamItemId.class
StreamItemId.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItemId extends java.lang.Object {
private void <init> ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
public java.lang.String getPackageName ()
public java.lang.String getTag ()
public java.lang.String getNotificationKey ()
public int getId ()
}
com/google/wear/services/notification/StreamItemIdAndRevision$Builder.class
StreamItemIdAndRevision.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItemIdAndRevision$Builder extends java.lang.Object {
public void <init> (com.google.wear.services.notification.StreamItemId)
public com.google.wear.services.notification.StreamItemIdAndRevision$Builder setRevision (long)
public com.google.wear.services.notification.StreamItemIdAndRevision$Builder setOriginalRevision (long)
public com.google.wear.services.notification.StreamItemIdAndRevision$Builder setUpdateCount (int)
public com.google.wear.services.notification.StreamItemIdAndRevision build ()
}
com/google/wear/services/notification/StreamItemIdAndRevision.class
StreamItemIdAndRevision.java
package com.google.wear.services.notification
public final com.google.wear.services.notification.StreamItemIdAndRevision extends java.lang.Object {
private void <init> ()
public long getRevision ()
public long getOriginalRevision ()
public int getUpdateCount ()
public com.google.wear.services.notification.StreamItemId getStreamItemId ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/notification/channel/
com/google/wear/services/notification/channel/Channel$Builder.class
Channel.java
package com.google.wear.services.notification.channel
public final com.google.wear.services.notification.channel.Channel$Builder extends java.lang.Object {
public void <init> (com.google.wear.services.notification.channel.ChannelId, java.lang.CharSequence)
public com.google.wear.services.notification.channel.Channel$Builder setImportance (int)
public com.google.wear.services.notification.channel.Channel$Builder setCanBypassDnd (boolean)
public com.google.wear.services.notification.channel.Channel$Builder setHasSound (boolean)
public com.google.wear.services.notification.channel.Channel$Builder setSoundUri (android.net.Uri)
public com.google.wear.services.notification.channel.Channel$Builder setShouldShowLights (boolean)
public com.google.wear.services.notification.channel.Channel$Builder setLightColor (int)
public com.google.wear.services.notification.channel.Channel$Builder setShouldVibrate (boolean)
public com.google.wear.services.notification.channel.Channel$Builder setVibrationPattern (long[])
public com.google.wear.services.notification.channel.Channel$Builder setLockscreenVisibility (int)
public com.google.wear.services.notification.channel.Channel$Builder setCanShowBadge (boolean)
public com.google.wear.services.notification.channel.Channel$Builder setGroup (java.lang.String)
public com.google.wear.services.notification.channel.Channel$Builder setDeleted (boolean)
public com.google.wear.services.notification.channel.Channel build ()
}
com/google/wear/services/notification/channel/Channel.class
Channel.java
package com.google.wear.services.notification.channel
public final com.google.wear.services.notification.channel.Channel extends java.lang.Object {
private void <init> ()
public com.google.wear.services.notification.channel.ChannelId getId ()
public java.lang.CharSequence getName ()
public int getImportance ()
public boolean canBypassDnd ()
public boolean hasSound ()
public android.net.Uri getSoundUri ()
public boolean shouldShowLights ()
public int getLightColor ()
public boolean shouldVibrate ()
public long[] getVibrationPattern ()
public int getLockscreenVisibility ()
public boolean canShowBadge ()
public java.lang.String getGroup ()
public boolean isDeleted ()
public int hashCode ()
public boolean equals (java.lang.Object)
}
com/google/wear/services/notification/channel/ChannelConstants.class
ChannelConstants.java
package com.google.wear.services.notification.channel
public final com.google.wear.services.notification.channel.ChannelConstants extends java.lang.Object {
public static final long[] DEFAULT_VIBRATION_PATTERN
private void <init> ()
static void <clinit> ()
}
com/google/wear/services/notification/channel/ChannelId.class
ChannelId.java
package com.google.wear.services.notification.channel
public final com.google.wear.services.notification.channel.ChannelId extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String, int)
public java.lang.String getId ()
public java.lang.String getPackage ()
public int getNotificationSource ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/notification/style/
com/google/wear/services/notification/style/MessagingStyle$Builder.class
MessagingStyle.java
package com.google.wear.services.notification.style
public com.google.wear.services.notification.style.MessagingStyle$Builder extends java.lang.Object {
public void <init> ()
public com.google.wear.services.notification.style.MessagingStyle$Builder setReplyUser (android.app.Person)
public com.google.wear.services.notification.style.MessagingStyle$Builder setDisplayName (java.lang.CharSequence)
public com.google.wear.services.notification.style.MessagingStyle$Builder setConversationTitle (java.lang.CharSequence)
public com.google.wear.services.notification.style.MessagingStyle$Builder setMessages (java.util.List)
public com.google.wear.services.notification.style.MessagingStyle$Builder setGroupConversation (boolean)
public com.google.wear.services.notification.style.MessagingStyle build ()
}
com/google/wear/services/notification/style/MessagingStyle.class
MessagingStyle.java
package com.google.wear.services.notification.style
public final com.google.wear.services.notification.style.MessagingStyle extends java.lang.Object {
private void <init> ()
public android.app.Person getReplyUser ()
public java.lang.CharSequence getDisplayName ()
public java.lang.CharSequence getConversationTitle ()
public java.util.List getMessages ()
public boolean isGroupConversation ()
public int hashCode ()
public boolean equals (java.lang.Object)
}
com/google/wear/services/ongoingactivity/
com/google/wear/services/ongoingactivity/OngoingActivityId.class
OngoingActivityId.java
package com.google.wear.services.ongoingactivity
public com.google.wear.services.ongoingactivity.OngoingActivityId extends java.lang.Object {
public void <init> (int, java.lang.String)
public int getId ()
public java.lang.String getPackageName ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/ongoingactivity/OngoingActivityItem.class
OngoingActivityItem.java
package com.google.wear.services.ongoingactivity
public com.google.wear.services.ongoingactivity.OngoingActivityItem extends java.lang.Object {
void <init> ()
public com.google.wear.services.ongoingactivity.OngoingActivityId getOngoingActivityId ()
public android.os.Bundle getData ()
}
com/google/wear/services/ongoingactivity/OngoingActivityManager.class
OngoingActivityManager.java
package com.google.wear.services.ongoingactivity
public com.google.wear.services.ongoingactivity.OngoingActivityManager extends java.lang.Object {
void <init> ()
public void registerOngoingActivityChangeListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void unregisterOngoingActivityChangeListener (java.util.function.Consumer)
}
com/google/wear/services/remoteevents/
com/google/wear/services/remoteevents/RemoteEvent.class
RemoteEvent.java
package com.google.wear.services.remoteevents
public abstract com.google.wear.services.remoteevents.RemoteEvent extends java.lang.Object {
public void <init> (int)
public abstract byte[] toBytes ()
public int getEventType ()
public java.lang.String toString ()
}
com/google/wear/services/remoteevents/RemoteEventsManager$RemoteEventException.class
RemoteEventsManager.java
package com.google.wear.services.remoteevents
public com.google.wear.services.remoteevents.RemoteEventsManager$RemoteEventException extends java.lang.Exception {
private void <init> ()
public int getErrorCode ()
}
com/google/wear/services/remoteevents/RemoteEventsManager.class
RemoteEventsManager.java
package com.google.wear.services.remoteevents
public com.google.wear.services.remoteevents.RemoteEventsManager extends java.lang.Object {
public static final int REMOTE_EVENT_RESPONSE_DESERIALIZATION_EXCEPTION
public static final int REMOTE_EVENT_RESPONSE_FAILURE
public static final int REMOTE_EVENT_RESPONSE_INVALID_REMOTE_EVENT_TYPE
public static final int REMOTE_EVENT_RESPONSE_MAX_REMOTE_EVENT_TRIGGERS_EXCEEDED
public static final int REMOTE_EVENT_RESPONSE_MAX_SIZE_EXCEEDED
public static final int REMOTE_EVENT_RESPONSE_REMOTE_EXECUTION_EXCEPTION
public static final int REMOTE_EVENT_RESPONSE_REMOTE_NOT_REACHABLE
public static final int REMOTE_EVENT_RESPONSE_REMOTE_NOT_SUPPORTED
public static final int REMOTE_EVENT_RESPONSE_SECURITY_EXCEPTION
public static final int REMOTE_EVENT_RESPONSE_TIMEOUT
void <init> ()
public void querySupportedEvents (java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void sendRemoteEvent (com.google.wear.services.remoteevents.RemoteEvent, java.util.concurrent.Executor, android.os.OutcomeReceiver)
}
com/google/wear/services/remoteinteractions/
com/google/wear/services/remoteinteractions/RemoteInteractionsManager.class
RemoteInteractionsManager.java
package com.google.wear.services.remoteinteractions
public final com.google.wear.services.remoteinteractions.RemoteInteractionsManager extends java.lang.Object {
public static final int STATUS_AVAILABLE
public static final int STATUS_TEMPORARILY_UNAVAILABLE
public static final int STATUS_UNAVAILABLE
public static final int STATUS_UNKNOWN
void <init> ()
public void registerRemoteActivityHelperStatusListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void unregisterRemoteActivityHelperStatusListener (java.util.function.Consumer)
public void registerRemoteAuthClientStatusListener (java.util.concurrent.Executor, java.util.function.Consumer)
public void unregisterRemoteAuthClientStatusListener (java.util.function.Consumer)
}
com/google/wear/services/telephony/
com/google/wear/services/telephony/WearTelephonyManager.class
WearTelephonyManager.java
package com.google.wear.services.telephony
public com.google.wear.services.telephony.WearTelephonyManager extends java.lang.Object {
void <init> ()
public java.util.Map getEmergencyNumbers ()
public boolean isEmergencyNumber (java.lang.String)
}
com/google/wear/services/tiles/
com/google/wear/services/tiles/TileInstance.class
TileInstance.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TileInstance extends java.lang.Object {
void <init> ()
public int getId ()
public com.google.wear.services.tiles.TileProvider getTileProvider ()
public android.content.Intent getConfigIntent ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/tiles/TileProvider.class
TileProvider.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TileProvider extends java.lang.Object {
private void <init> ()
public android.content.ComponentName getComponentName ()
public java.lang.String getAppLabel ()
public java.lang.String getTileLabel ()
public java.lang.String getTileDescription ()
public int getIconResourceId ()
public android.graphics.drawable.Icon getPreviewImage ()
public boolean areMultipleInstancesSupported ()
public boolean isTileSuspended ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/tiles/TilesManager$TilesException.class
TilesManager.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TilesManager$TilesException extends java.lang.Exception {
public void <init> (int)
public int getErrorCode ()
}
com/google/wear/services/tiles/TilesManager.class
TilesManager.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TilesManager extends java.lang.Object {
public static final int AT_END_OF_LIST
public static final String METADATA_RETAIL_MODE_SUPPORTED
public static final int TILES_ERROR_INTERNAL_ERROR
public static final int TILES_ERROR_INVALID_INDEX
public static final int TILES_ERROR_INVALID_TILE_COMPONENT
public static final int TILES_ERROR_INVALID_TILE_ID
public static final int TILES_ERROR_INVALID_TILE_LIST_SNAPSHOT
public static final int TILES_ERROR_INVALID_TILE_ORDER
public static final int TILES_ERROR_MAX_TILES_REACHED
void <init> ()
public void registerVisibilityListener (java.util.concurrent.Executor, com.google.wear.services.tiles.TilesVisibilityListener)
public void setTilesRendererConfig (android.content.Context, com.google.wear.services.tiles.TilesRendererConfig)
public void unregisterVisibilityListener (com.google.wear.services.tiles.TilesVisibilityListener)
public void fetchAvailableTiles (java.util.concurrent.Executor, android.os.OutcomeReceiver)
public boolean canAddTile ()
public void addTile (int[], android.content.ComponentName, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void removeTile (int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void updateTilesOrder (int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
}
com/google/wear/services/tiles/TilesRendererConfig$Builder.class
TilesRendererConfig.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TilesRendererConfig$Builder extends java.lang.Object {
public void <init> ()
public com.google.wear.services.tiles.TilesRendererConfig$Builder setMinSupportedSchemaVersion (com.google.wear.services.tiles.TilesSchemaVersion)
public com.google.wear.services.tiles.TilesRendererConfig$Builder setMaxSupportedSchemaVersion (com.google.wear.services.tiles.TilesSchemaVersion)
public com.google.wear.services.tiles.TilesRendererConfig build ()
}
com/google/wear/services/tiles/TilesRendererConfig.class
TilesRendererConfig.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TilesRendererConfig extends java.lang.Object {
private void <init> ()
public com.google.wear.services.tiles.TilesSchemaVersion getMaxSupportedSchema ()
public com.google.wear.services.tiles.TilesSchemaVersion getMinSupportedSchema ()
}
com/google/wear/services/tiles/TilesSchemaVersion.class
TilesSchemaVersion.java
package com.google.wear.services.tiles
public com.google.wear.services.tiles.TilesSchemaVersion extends java.lang.Object {
public void <init> (int, int)
public int getMajor ()
public int getMinor ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/tiles/TilesVisibilityListener.class
TilesVisibilityListener.java
package com.google.wear.services.tiles
public abstract com.google.wear.services.tiles.TilesVisibilityListener extends java.lang.Object {
public abstract void onVisibleTilesLoaded (java.util.List)
public abstract void onVisibleTileAdded (java.util.List, int)
public abstract void onVisibleTileUpdated (com.google.wear.services.tiles.TileInstance)
public abstract void onVisibleTileRemoved (java.util.List, int)
public abstract void onVisibleTilesOrderChanged (java.util.List)
public abstract void onConnectionLost ()
}
com/google/wear/services/watchfaces/
com/google/wear/services/watchfaces/ActiveWatchFace$Builder.class
ActiveWatchFace.java
package com.google.wear.services.watchfaces
public final com.google.wear.services.watchfaces.ActiveWatchFace$Builder extends java.lang.Object {
public void <init> (com.google.wear.services.watchfaces.WatchFaceInfo)
public com.google.wear.services.watchfaces.ActiveWatchFace$Builder setFavoriteInfo (com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
public com.google.wear.services.watchfaces.ActiveWatchFace$Builder setInstanceId (java.lang.String)
public com.google.wear.services.watchfaces.ActiveWatchFace build ()
}
com/google/wear/services/watchfaces/ActiveWatchFace.class
ActiveWatchFace.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.ActiveWatchFace extends java.lang.Object {
private void <init> ()
public com.google.wear.services.watchfaces.WatchFaceInfo getWatchFaceInfo ()
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo getFavoriteInfo ()
public java.lang.String getInstanceId ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/watchfaces/ActiveWatchFaceChangeListener.class
ActiveWatchFaceChangeListener.java
package com.google.wear.services.watchfaces
public abstract com.google.wear.services.watchfaces.ActiveWatchFaceChangeListener extends java.lang.Object {
public abstract void onActiveWatchFaceChanged (com.google.wear.services.watchfaces.ActiveWatchFace)
}
com/google/wear/services/watchfaces/WatchFaceFavoriteId.class
WatchFaceFavoriteId.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.WatchFaceFavoriteId extends java.lang.Object {
public static final int WSL_FAVORITE_ID
public void <init> (com.google.wear.services.watchfaces.WatchFaceId, int)
public int getFavoriteId ()
public com.google.wear.services.watchfaces.WatchFaceId getWatchFaceId ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/services/watchfaces/WatchFaceFavoriteInfo$Builder.class
WatchFaceFavoriteInfo.java
package com.google.wear.services.watchfaces
public final com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder extends java.lang.Object {
public void <init> (int, com.google.wear.services.watchfaces.WatchFaceId, android.graphics.drawable.Icon, java.lang.String)
public void <init> (com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setId (int)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setWatchFaceId (com.google.wear.services.watchfaces.WatchFaceId)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setStyle (java.util.Map)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setComplicationInfoList (java.util.List)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setPreview (android.graphics.drawable.Icon)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setInstanceId (java.lang.String)
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo build ()
}
com/google/wear/services/watchfaces/WatchFaceFavoriteInfo.class
WatchFaceFavoriteInfo.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo extends java.lang.Object {
private void <init> ()
public int getId ()
public com.google.wear.services.watchfaces.WatchFaceId getWatchFaceId ()
public java.util.Map getStyle ()
public java.util.List getComplicationInfoList ()
public android.graphics.drawable.Icon getPreview ()
public java.lang.String getInstanceId ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/watchfaces/WatchFaceFavoritesListener.class
WatchFaceFavoritesListener.java
package com.google.wear.services.watchfaces
public abstract com.google.wear.services.watchfaces.WatchFaceFavoritesListener extends java.lang.Object {
public abstract void onFavoritesLoaded (int[])
public abstract void onFavoriteAdded (com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
public abstract void onFavoriteRemoved (int)
public abstract void onFavoriteOrderChanged (int[])
public abstract void onFavoriteUpdated (com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
public abstract void onDisconnected ()
}
com/google/wear/services/watchfaces/WatchFaceId.class
WatchFaceId.java
package com.google.wear.services.watchfaces
public final com.google.wear.services.watchfaces.WatchFaceId extends java.lang.Object {
public void <init> (java.lang.String, java.lang.String)
public void <init> (java.lang.String)
public java.lang.String getPackageName ()
public java.lang.String getClassName ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/watchfaces/WatchFaceInfo$Builder.class
WatchFaceInfo.java
package com.google.wear.services.watchfaces
public final com.google.wear.services.watchfaces.WatchFaceInfo$Builder extends java.lang.Object {
public void <init> (com.google.wear.services.watchfaces.WatchFaceId, java.lang.String)
public void <init> (com.google.wear.services.watchfaces.WatchFaceInfo)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setWatchFaceId (com.google.wear.services.watchfaces.WatchFaceId)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setConfigurationIntent (android.content.Intent)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setName (java.lang.String)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setPreviewResId (int)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setAvailableInRetailMode (boolean)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setCategory (java.lang.String)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setWatchFaceSdkVersion (int)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setMultipleFavoritesEnabled (boolean)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setResourceOnlyWatchFaceEditable (boolean)
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setRuntimePackage (java.lang.String)
public com.google.wear.services.watchfaces.WatchFaceInfo build ()
}
com/google/wear/services/watchfaces/WatchFaceInfo.class
WatchFaceInfo.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.WatchFaceInfo extends java.lang.Object {
public static final String CATEGORY_EMPTY
public static final String CATEGORY_HIDDEN
public static final int WATCH_FACE_SDK_VERSION_ANDROIDX
public static final int WATCH_FACE_SDK_VERSION_WEARABLE_SUPPORT
private void <init> ()
public com.google.wear.services.watchfaces.WatchFaceId getWatchFaceId ()
public android.content.Intent getConfigurationIntent ()
public java.lang.String getName ()
public int getPreviewResId ()
public boolean isAvailableInRetailMode ()
public java.lang.String getCategory ()
public int getWatchFaceSdkVersion ()
public boolean isMultipleFavoritesEnabled ()
public boolean isResourceOnlyWatchFaceEditable ()
public java.lang.String getRuntimePackage ()
public boolean isResourceOnlyWatchFace ()
public boolean equals (java.lang.Object)
public int hashCode ()
public final java.lang.String toString ()
}
com/google/wear/services/watchfaces/WatchFaceState$Builder.class
WatchFaceState.java
package com.google.wear.services.watchfaces
public final com.google.wear.services.watchfaces.WatchFaceState$Builder extends java.lang.Object {
public void <init> ()
public void <init> (com.google.wear.services.watchfaces.WatchFaceState)
public com.google.wear.services.watchfaces.WatchFaceState$Builder setWatchFaceVisible (boolean)
public com.google.wear.services.watchfaces.WatchFaceState$Builder setInAmbient (boolean)
public com.google.wear.services.watchfaces.WatchFaceState build ()
}
com/google/wear/services/watchfaces/WatchFaceState.class
WatchFaceState.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.WatchFaceState extends java.lang.Object {
private void <init> ()
public boolean isWatchFaceVisible ()
public boolean isInAmbient ()
public boolean equals (java.lang.Object)
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/services/watchfaces/WatchFacesManager$WatchFacesException.class
WatchFacesManager.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.WatchFacesManager$WatchFacesException extends java.lang.Exception {
public void <init> (int, java.lang.String)
public void <init> (int, java.lang.Throwable)
public int getStatus ()
}
com/google/wear/services/watchfaces/WatchFacesManager.class
WatchFacesManager.java
package com.google.wear.services.watchfaces
public com.google.wear.services.watchfaces.WatchFacesManager extends java.lang.Object {
public static final int FAVORITE_ID_UNSPECIFIED
public static final int RECOMMENDED_FAVORITES_TO_BE_ADDED_AT_ONCE
public static final int WATCH_FACES_MANAGER_STATUS_ERROR
public static final int WATCH_FACES_MANAGER_STATUS_EXECUTED
public static final int WATCH_FACES_MANAGER_STATUS_WATCH_FACE_FAIL_TO_RESPOND
void <init> ()
public com.google.wear.services.watchfaces.ActiveWatchFace getActiveWatchFace ()
public void registerActiveWatchFaceChangeListener (java.util.concurrent.Executor, com.google.wear.services.watchfaces.ActiveWatchFaceChangeListener)
public void unregisterActiveWatchFaceChangeListener (com.google.wear.services.watchfaces.ActiveWatchFaceChangeListener)
public void getAllWatchFaces (java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void getAllWatchFacesByPackageName (java.lang.String, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void setWatchFaceState (com.google.wear.services.watchfaces.WatchFaceState)
public void registerWatchFaceFavoritesListener (java.util.concurrent.Executor, com.google.wear.services.watchfaces.WatchFaceFavoritesListener)
public void unregisterWatchFaceFavoritesListener (com.google.wear.services.watchfaces.WatchFaceFavoritesListener)
public void getFavoritesByIds (int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void removeFavorite (int, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void addFavorite (com.google.wear.services.watchfaces.WatchFaceId, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void setActiveWatchFace (com.google.wear.services.watchfaces.WatchFaceId, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void updateFavoriteOrder (int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void setCurrentFavorite (int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void updateFavoritePreview (int, android.graphics.drawable.Icon, java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void removeAllFavorites (java.util.concurrent.Executor, android.os.OutcomeReceiver)
public void addFavorites (java.util.List, java.util.concurrent.Executor, android.os.OutcomeReceiver)
}
com/google/wear/services/watchfaces/editing/
com/google/wear/services/watchfaces/editing/WatchFaceEditingManager.class
WatchFaceEditingManager.java
package com.google.wear.services.watchfaces.editing
public com.google.wear.services.watchfaces.editing.WatchFaceEditingManager extends java.lang.Object {
public static final int WATCH_FACE_EDITING_API_STATUS_EXECUTED
public static final int WATCH_FACE_EDITING_API_STATUS_INVALID_SESSION_TOKEN
public static final int WATCH_FACE_EDITING_API_STATUS_UNKNOWN_ERROR
void <init> ()
public int startSession (com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig, java.util.concurrent.Executor, com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionListener)
public int endSession (java.lang.String, com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
public int abortSession (java.lang.String)
}
com/google/wear/services/watchfaces/editing/WatchFaceEditingSessionListener.class
WatchFaceEditingSessionListener.java
package com.google.wear.services.watchfaces.editing
public abstract com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionListener extends java.lang.Object {
public static final int WATCH_FACE_EDITING_SESSION_END_STATUS_ABORTED_MANUALLY
public static final int WATCH_FACE_EDITING_SESSION_END_STATUS_ABORTED_PREEMPTED
public static final int WATCH_FACE_EDITING_SESSION_END_STATUS_ABORTED_UNKNOWN_ERROR
public static final int WATCH_FACE_EDITING_SESSION_END_STATUS_ABORTED_WATCHFACE_CRASHES
public static final int WATCH_FACE_EDITING_SESSION_END_STATUS_COMMITTED
public static final int WATCH_FACE_EDITING_SESSION_START_STATUS_COULD_NOT_BIND_TO_WATCH_FACE
public static final int WATCH_FACE_EDITING_SESSION_START_STATUS_HEADLESS_WATCH_FACE_NOT_AVAILABLE
public static final int WATCH_FACE_EDITING_SESSION_START_STATUS_INVALID_FAVORITE_ID
public static final int WATCH_FACE_EDITING_SESSION_START_STATUS_OTHER_SESSION_IN_PROGRESS
public static final int WATCH_FACE_EDITING_SESSION_START_STATUS_UNKNOWN_ERROR
public abstract void onSessionStarted (java.lang.String, android.os.Bundle)
public abstract void onSessionStartFailed (int)
public abstract void onSessionFinished (java.lang.String, int)
public abstract void onSessionDied ()
}
com/google/wear/services/watchfaces/editing/WatchFaceEditingSessionRequestConfig$Builder.class
WatchFaceEditingSessionRequestConfig.java
package com.google.wear.services.watchfaces.editing
public final com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder extends java.lang.Object {
public void <init> ()
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setFavoriteId (int)
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setShouldOverrideCurrentSession (boolean)
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setSurfaceWidth (int)
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setSurfaceHeight (int)
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig build ()
}
com/google/wear/services/watchfaces/editing/WatchFaceEditingSessionRequestConfig.class
WatchFaceEditingSessionRequestConfig.java
package com.google.wear.services.watchfaces.editing
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig extends java.lang.Object {
private void <init> ()
public int getFavoriteId ()
public boolean shouldOverrideCurrentSession ()
public int getSurfaceWidth ()
public int getSurfaceHeight ()
public java.lang.String toString ()
public boolean equals (java.lang.Object)
public int hashCode ()
}
com/google/wear/tether/
com/google/wear/tether/TetherConfigurationClient.class
TetherConfigurationClient.java
package com.google.wear.tether
public com.google.wear.tether.TetherConfigurationClient extends java.lang.Object {
public static final int TETHER_CONFIGURATION_RESTRICTED
public static final int TETHER_CONFIGURATION_STANDALONE
public static final int TETHER_CONFIGURATION_TETHERED
public static final int TETHER_CONFIGURATION_UNKNOWN
public static final int TETHER_FEATURE_CALENDAR_SYNC
public static final int TETHER_FEATURE_COMPANION_CALL_MODULE
public static final int TETHER_FEATURE_CONTACTS_SYNC
public static final int TETHER_FEATURE_FIND_MY_PHONE
public static final int TETHER_FEATURE_LANGUAGE_SYNC
public static final int TETHER_FEATURE_LICENSE_SYNC
public static final int TETHER_FEATURE_MEDIA_CONTROL
public static final int TETHER_FEATURE_NOTIFICATION_BRIDGING
public static final int TETHER_FEATURE_PHONE_SWITCHING
public static final int TETHER_FEATURE_RESTORE
public static final int TETHER_FEATURE_RE_AUTH
public static final int TETHER_FEATURE_TIME_SYNC
public void <init> (android.content.Context)
public void <init> (android.content.Context, android.os.Handler)
public int getTetherConfiguration ()
public void addCallback (java.util.concurrent.Executor, java.util.function.IntConsumer)
public boolean removeCallback (java.util.function.IntConsumer)
public void addTetherStateChangeListener (java.util.concurrent.Executor, java.util.function.IntConsumer)
public void removeTetherStateChangeListener (java.util.function.IntConsumer)
public void addFeatureStateChangeListener (int, java.util.concurrent.Executor, java.util.function.Consumer)
public void removeFeatureStateChangeListener (int, java.util.function.Consumer)
}