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
void <init> ()
public static boolean isIncrementalRelease ()
static void <clinit> ()
}
com/google/wear/Sdk$VERSION_CODES.class
Sdk.java
package com.google.wear
public final com.google.wear.Sdk$VERSION_CODES extends java.lang.Object {
public static final int PLATFORM_RELEASE
public static final int QPR_1
public static final int QPR_2
public static final int QPR_3
public static final int QPR_4
public static final com.google.wear.WearApiVersion WEAR_TIRAMISU_1
public static final com.google.wear.WearApiVersion WEAR_TIRAMISU_2
public static final com.google.wear.WearApiVersion WEAR_TIRAMISU_3
public static final com.google.wear.WearApiVersion WEAR_TIRAMISU_4
public static final com.google.wear.WearApiVersion WEAR_UDC_1
public static final com.google.wear.WearApiVersion WEAR_VIC_1
void <init> ()
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
void <init> ()
public static boolean hasApiFeature (java.lang.String)
String apiFeature
public static boolean isApiVersionAtLeast (com.google.wear.WearApiVersion)
com.google.wear.WearApiVersion requiredWearApiVersion
public static java.lang.Object getWearManager (java.lang.Class)
Class managerClazz
public static java.lang.Object getWearManager (android.content.Context, java.lang.Class)
android.content.Context context
Class managerClazz
}
com/google/wear/WearApiVersion.class
WearApiVersion.java
package com.google.wear
public final com.google.wear.WearApiVersion extends java.lang.Object implements java.lang.Comparable {
void <init> ()
public int compareTo (com.google.wear.WearApiVersion)
com.google.wear.WearApiVersion o
public java.lang.String toString ()
public volatile synthetic int compareTo (java.lang.Object)
}
com/google/wear/input/
com/google/wear/input/WearHapticFeedbackConstants.class
WearHapticFeedbackConstants.java
package com.google.wear.input
public final com.google.wear.input.WearHapticFeedbackConstants extends java.lang.Object {
void <init> ()
public static int getScrollTick ()
public static int getScrollItemFocus ()
public static int getScrollLimit ()
}
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
int level
public void addActiveLevelListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeActiveLevelListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
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)
boolean value
public void addIsActiveListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor executor
java.util.function.Consumer listener
public void removeIsActiveListener (java.util.function.Consumer)
java.util.function.Consumer listener
public boolean isOverridden ()
public long getOverriddenReasons ()
}
com/google/wear/services/
com/google/wear/services/Permissions.class
Permissions.java
package com.google.wear.services
public final com.google.wear.services.Permissions extends java.lang.Object {
public static final String ACCESS_WEAR_ONGOING_ACTIVITIES
public static final String ACCESS_WEAR_SYSTEM_SERVICE
public static final String FORCE_ENABLE_AMBIENT_MODE
public static final String MANAGE_ACTIVE_WATCHFACE
public static final String MANAGE_ACTIVITY_AUTO_RESUME
public static final String MANAGE_MUTED_APPS
public static final String MANAGE_TILES
public static final String NOTIFICATION_OFFLOAD_HAL_INJECT
public static final String READ_BATTERY_SAVER
public static final String READ_DISPLAY_CONFIG
public static final String READ_FOCUS_MODES
public static final String READ_GESTURES_CONFIG
public static final String READ_TOUCH_LOCK
public static final String TRIGGER_REMOTE_EVENT
public static final String WEAR_SERVICES_MIGRATION
public static final String WRITE_BATTERY_SAVER
public static final String WRITE_DISPLAY_CONFIG
public static final String WRITE_FOCUS_MODES
public static final String WRITE_GESTURES_CONFIG
public static final String WRITE_TOUCH_LOCK
void <init> ()
}
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)
android.content.Context context
public java.lang.Object getWearManager (java.lang.Class)
Class managerClazz
}
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 {
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 {
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 {
void <init> ()
public void onVisibilityChanged (boolean)
boolean visible
}
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 {
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)
com.google.wear.services.ambient.AmbientManager$ConfigurationDetails details
boolean transitionComplete
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)
int supportLevel
public int getAmbientSupportLevel ()
public boolean isAmbientSupportEnabled ()
public boolean isAutoResumeEnabled ()
public boolean isForcedAmbientEnabled ()
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)
android.content.Context context
com.google.wear.services.ambient.AmbientOptions options
}
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_FORCE_TAKEOVER_DISPLAY
public static final int AMBIENT_SUPPORT_NONE
public static final int AMBIENT_SUPPORT_TAKEOVER_DISPLAY
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)
android.app.Activity activity
com.google.wear.services.ambient.AmbientComponentState$ActivityStateRegistry stateRegistry
com.google.wear.services.ambient.AmbientManager$AmbientComponentListener lifecycleListener
com.google.wear.services.ambient.AmbientManager$AmbientTransitionListener transitionListener
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)
android.content.ComponentName component
com.google.wear.services.ambient.AmbientComponentState$WatchFaceStateRegistry stateRegistry
com.google.wear.services.ambient.AmbientManager$AmbientComponentListener lifecycleListener
com.google.wear.services.ambient.AmbientManager$AmbientTransitionListener transitionListener
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)
android.content.ComponentName component
com.google.wear.services.ambient.AmbientComponentState$ListenerStateRegistry stateRegistry
com.google.wear.services.ambient.AmbientManager$AmbientComponentListener lifecycleListener
public java.lang.String toString ()
public boolean isForcedAmbientEnabled ()
public void subscribeToAmbientUpdates ()
public void unsubscribeFromAmbientUpdates ()
public boolean isSubscribedToAmbientUpdates ()
public void subscribeToAmbientStateChanges ()
public void unsubscribeFromAmbientStateChanges ()
public boolean isSubscribedToAmbientStateChanges ()
public void setAllowExpiration (boolean)
boolean allowed
public boolean isExpirationAllowed ()
public boolean equals (java.lang.Object)
Object o
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)
java.util.concurrent.Executor executor
com.google.wear.services.companion.connectionstatus.CompanionConnectionManager$CompanionConnectionStatusListener listener
public void unregisterCompanionConnectionStatusListener (com.google.wear.services.companion.connectionstatus.CompanionConnectionManager$CompanionConnectionStatusListener)
com.google.wear.services.companion.connectionstatus.CompanionConnectionManager$CompanionConnectionStatusListener listener
}
com/google/wear/services/complications/
com/google/wear/services/complications/ActiveComplicationConfig.class
ActiveComplicationConfig.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.ActiveComplicationConfig extends java.lang.Object {
void <init> ()
public int getTargetWatchFaceSafety ()
public com.google.wear.services.complications.ComplicationSlotConfig getConfig ()
public boolean equals (java.lang.Object)
Object o
public int hashCode ()
public java.lang.String toString ()
}
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)
android.content.ComponentName serviceComponentName
CharSequence serviceName
CharSequence appName
public com.google.wear.services.complications.ComplicationDataSource$Builder setIcon (android.graphics.drawable.Icon)
android.graphics.drawable.Icon icon
public com.google.wear.services.complications.ComplicationDataSource$Builder setConfigAction (java.lang.String)
String configAction
public com.google.wear.services.complications.ComplicationDataSource$Builder setSupportedTypes (java.util.List)
java.util.List supportedTypes
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 {
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)
Object o
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)
int selectedType
com.google.wear.services.complications.ComplicationDataSource complicationDataSource
public int getSelectedType ()
public com.google.wear.services.complications.ComplicationDataSource getComplicationDataSource ()
public boolean equals (java.lang.Object)
Object o
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)
int watchFaceSlotId
int dataType
public void <init> (com.google.wear.services.complications.ComplicationInfo)
com.google.wear.services.complications.ComplicationInfo complicationInfo
public com.google.wear.services.complications.ComplicationInfo$Builder setWatchFaceSlotId (int)
int watchFaceSlotId
public com.google.wear.services.complications.ComplicationInfo$Builder setProviderComponent (android.content.ComponentName)
android.content.ComponentName providerComponent
public com.google.wear.services.complications.ComplicationInfo$Builder setDataType (int)
int dataType
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 {
void <init> ()
public int getWatchFaceSlotId ()
public android.content.ComponentName getProviderComponent ()
public int getDataType ()
public boolean equals (java.lang.Object)
Object o
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)
CharSequence appName
CharSequence providerName
android.graphics.drawable.Icon providerIcon
int complicationType
android.content.ComponentName providerComponentName
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)
Object o
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)
int id
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
int watchFaceSlotId
public void <init> (com.google.wear.services.complications.ComplicationSlotConfig)
com.google.wear.services.complications.ComplicationSlotConfig complicationSlotConfig
public com.google.wear.services.complications.ComplicationSlotConfig$Builder setProviderComponent (android.content.ComponentName)
android.content.ComponentName providerComponent
public com.google.wear.services.complications.ComplicationSlotConfig$Builder setDataType (int)
int dataType
public com.google.wear.services.complications.ComplicationSlotConfig build ()
}
com/google/wear/services/complications/ComplicationSlotConfig.class
ComplicationSlotConfig.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.ComplicationSlotConfig extends java.lang.Object {
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)
Object o
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)
String message
int errorCode
public int getErrorCode ()
}
com/google/wear/services/complications/ComplicationsManager.class
ComplicationsManager.java
package com.google.wear.services.complications
public final 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)
java.util.concurrent.Executor proxyExecutor
com.google.wear.services.complications.ComplicationDataProxy dataProxy
public void clearComplicationDataProxy ()
public void getProviderInfos (com.google.wear.services.watchfaces.WatchFaceId, int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
int[] watchFaceComplicationSlotIds
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void getComplicationSlotConfig (com.google.wear.services.watchfaces.WatchFaceFavoriteId, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.watchfaces.WatchFaceFavoriteId watchFaceFavoriteId
int watchFaceSlotId
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public java.util.List getSupportedComplicationDataSources (int[])
int[] supportedTypes
public java.util.List getSupportedComplicationDataSources (int[], com.google.wear.services.watchfaces.WatchFaceId)
int[] supportedTypes
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
public void setActiveWatchFaceComplicationSlots (boolean, com.google.wear.services.watchfaces.WatchFaceId, int[])
boolean updateAllActiveSlots
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
int[] watchFaceSlotIds
public void setDefaultComplicationProvider (com.google.wear.services.watchfaces.WatchFaceId, int, java.util.List, int)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
int watchFaceSlotId
java.util.List providers
int type
public void updateComplicationConfig (com.google.wear.services.watchfaces.WatchFaceId, int, android.content.ComponentName, int, boolean)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
int watchFaceSlotId
android.content.ComponentName provider
int type
boolean setByUser
public java.util.Map getSystemProviders ()
public void getPreviewComplicationData (android.content.ComponentName, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
android.content.ComponentName providerComponent
int type
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void getActiveComplicationConfigsAsync (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor executor
android.os.OutcomeReceiver outcomeReceiver
}
com/google/wear/services/complications/TargetWatchFaceSafety.class
TargetWatchFaceSafety.java
package com.google.wear.services.complications
public final com.google.wear.services.complications.TargetWatchFaceSafety extends java.lang.Object {
public static final int SAFE
public static final int UNKNOWN
public static final int UNSAFE
void <init> ()
}
com/google/wear/services/migration/
com/google/wear/services/migration/MigrationManager$NoPendingStateException.class
MigrationManager.java
package com.google.wear.services.migration
public com.google.wear.services.migration.MigrationManager$NoPendingStateException extends java.lang.Exception {
public void <init> ()
}
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
android.os.ParcelFileDescriptor stateFd
public void getPackagesToReinstallFromPendingState (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void commitPendingState (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
}
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)
long revision
int reason
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)
com.google.wear.services.notification.StreamItem updatedItem
int hiddenReason
public com.google.wear.services.notification.StreamItem getUpdatedItem ()
public int getHiddenReason ()
public boolean equals (java.lang.Object)
Object o
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)
android.graphics.drawable.Icon bigPicture
public com.google.wear.services.notification.ImageProvider$Builder setLargeIcon (android.graphics.drawable.Icon)
android.graphics.drawable.Icon largeIcon
public com.google.wear.services.notification.ImageProvider$Builder setSmallIcon (android.graphics.drawable.Icon)
android.graphics.drawable.Icon smallIcon
public com.google.wear.services.notification.ImageProvider$Builder setAppIcon (android.graphics.drawable.Icon)
android.graphics.drawable.Icon appIcon
public com.google.wear.services.notification.ImageProvider$Builder setSupplementalImages (java.util.Map)
java.util.Map supplementalImages
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 {
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)
Object o
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)
int appLocation
String packageName
public boolean equals (java.lang.Object)
Object o
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)
int unreadItemCount
int totalItemCount
public int getUnreadItemCount ()
public int getTotalItemCount ()
public boolean equals (java.lang.Object)
Object o
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_APP_BLOCKED
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)
com.google.wear.services.notification.NotificationEventListener listener
public void registerNotificationEventListener (java.util.concurrent.Executor, com.google.wear.services.notification.NotificationEventListener)
java.util.concurrent.Executor executor
com.google.wear.services.notification.NotificationEventListener listener
public void unregisterNotificationEventListener (com.google.wear.services.notification.NotificationEventListener)
com.google.wear.services.notification.NotificationEventListener listener
public void getActiveNotifications (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor executor
android.os.OutcomeReceiver callback
public void getActiveNotifications (java.util.concurrent.Executor, java.util.List, android.os.OutcomeReceiver)
java.util.concurrent.Executor executor
java.util.List streamItemIds
android.os.OutcomeReceiver callback
public int getCurrentInterruptionFilter ()
public void requestInterruptionFilterUpdate (int)
int interruptionFilter
public int getCurrentListenerHints ()
public void requestListenerHintsUpdate (int)
int hints
public android.service.notification.NotificationListenerService$RankingMap getCurrentRankingMap ()
public void cancelAllBeforeRevision (int, long, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int reason
long revision
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void cancelNotifications (java.util.Set, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.Set ids
int reason
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void isAppMuted (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.notification.MuteAppInfo muteAppInfo
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void getMutedApps (int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int appLocation
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void muteApp (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.notification.MuteAppInfo muteAppInfo
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void unmuteApp (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.notification.MuteAppInfo muteAppInfo
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void canMuteApp (com.google.wear.services.notification.MuteAppInfo, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.notification.MuteAppInfo muteAppInfo
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
}
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)
com.google.wear.services.notification.StreamItem postedItem
boolean isNewItem
public com.google.wear.services.notification.StreamItem getPostedItem ()
public boolean isNewItem ()
public boolean equals (java.lang.Object)
Object o
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)
com.google.wear.services.notification.StreamItem removedItem
public com.google.wear.services.notification.StreamItem getRemovedItem ()
public boolean equals (java.lang.Object)
Object o
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)
java.util.List streamItems
int notificationSource
public java.util.List getStreamItems ()
public int getNotificationSource ()
public boolean equals (java.lang.Object)
Object o
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)
com.google.wear.services.notification.StreamItemIdAndRevision idAndRevision
com.google.wear.services.notification.StreamItemData 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)
Object o
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 setHiddenReason (int)
int hiddenReason
public com.google.wear.services.notification.StreamItemData$Builder setFlags (int)
int flags
public com.google.wear.services.notification.StreamItemData$Builder setNotificationSource (int)
int notificationSource
public com.google.wear.services.notification.StreamItemData$Builder setUserId (int)
int userId
public com.google.wear.services.notification.StreamItemData$Builder setIsWorkProfile (boolean)
boolean isWorkProfile
public com.google.wear.services.notification.StreamItemData$Builder setAppName (java.lang.String)
String appName
public com.google.wear.services.notification.StreamItemData$Builder setPriority (int)
int priority
public com.google.wear.services.notification.StreamItemData$Builder setCategory (java.lang.String)
String category
public com.google.wear.services.notification.StreamItemData$Builder setGroup (java.lang.String)
String group
public com.google.wear.services.notification.StreamItemData$Builder setGroupKey (java.lang.String)
String groupKey
public com.google.wear.services.notification.StreamItemData$Builder setIsGroupSummary (boolean)
boolean isGroupSummary
public com.google.wear.services.notification.StreamItemData$Builder setSortKey (java.lang.String)
String sortKey
public com.google.wear.services.notification.StreamItemData$Builder setChannel (com.google.wear.services.notification.channel.Channel)
com.google.wear.services.notification.channel.Channel channel
public com.google.wear.services.notification.StreamItemData$Builder setPostTimeMillis (long)
long postTimeMillis
public com.google.wear.services.notification.StreamItemData$Builder setOriginalPostTimeMillis (long)
long originalPostTimeMillis
public com.google.wear.services.notification.StreamItemData$Builder setLastPostedAsInterruptiveTimeMillis (long)
long lastPostedAsInterruptiveTimeMillis
public com.google.wear.services.notification.StreamItemData$Builder setMatchesInterruptionFilter (boolean)
boolean matchesInterruptionFilter
public com.google.wear.services.notification.StreamItemData$Builder setShouldVibrate (boolean)
boolean shouldVibrate
public com.google.wear.services.notification.StreamItemData$Builder setVibrationPattern (long[])
long[] vibrationPattern
public com.google.wear.services.notification.StreamItemData$Builder setHasSound (boolean)
boolean hasSound
public com.google.wear.services.notification.StreamItemData$Builder setLocalAccessibilityEvent (android.view.accessibility.AccessibilityEvent)
android.view.accessibility.AccessibilityEvent localAccessibilityEvent
public com.google.wear.services.notification.StreamItemData$Builder setHasAlreadyShown (boolean)
boolean hasAlreadyShown
public com.google.wear.services.notification.StreamItemData$Builder setHapticResourcePackage (java.lang.String)
String hapticResourcePackage
public com.google.wear.services.notification.StreamItemData$Builder setHapticResourceId (int)
int hapticResourceId
public com.google.wear.services.notification.StreamItemData$Builder setGroupAlertBehavior (int)
int groupAlertBehavior
public com.google.wear.services.notification.StreamItemData$Builder setIsMediaNotification (boolean)
boolean isMediaNotification
public com.google.wear.services.notification.StreamItemData$Builder setMessagingStyle (com.google.wear.services.notification.style.MessagingStyle)
com.google.wear.services.notification.style.MessagingStyle messagingStyle
public com.google.wear.services.notification.StreamItemData$Builder setPeopleUris (java.util.List)
java.util.List peopleUris
public com.google.wear.services.notification.StreamItemData$Builder setColor (int)
int color
public com.google.wear.services.notification.StreamItemData$Builder setSummaryText (java.lang.CharSequence)
CharSequence summaryText
public com.google.wear.services.notification.StreamItemData$Builder setTitle (java.lang.CharSequence)
CharSequence title
public com.google.wear.services.notification.StreamItemData$Builder setTickerText (java.lang.CharSequence)
CharSequence tickerText
public com.google.wear.services.notification.StreamItemData$Builder setBigTitle (java.lang.CharSequence)
CharSequence bigTitle
public com.google.wear.services.notification.StreamItemData$Builder setContentText (java.lang.CharSequence)
CharSequence contentText
public com.google.wear.services.notification.StreamItemData$Builder setBigText (java.lang.CharSequence)
CharSequence bigText
public com.google.wear.services.notification.StreamItemData$Builder setWhenMillis (long)
long whenMillis
public com.google.wear.services.notification.StreamItemData$Builder setShowWhen (boolean)
boolean showWhen
public com.google.wear.services.notification.StreamItemData$Builder setShowChronometer (boolean)
boolean showChronometer
public com.google.wear.services.notification.StreamItemData$Builder setChronometerCountDown (boolean)
boolean chronometerCountDown
public com.google.wear.services.notification.StreamItemData$Builder setTextLines (java.util.List)
java.util.List textLines
public com.google.wear.services.notification.StreamItemData$Builder setSubText (java.lang.CharSequence)
CharSequence subText
public com.google.wear.services.notification.StreamItemData$Builder setImageProvider (com.google.wear.services.notification.ImageProvider)
com.google.wear.services.notification.ImageProvider imageProvider
public com.google.wear.services.notification.StreamItemData$Builder setProgress (float)
float progress
public com.google.wear.services.notification.StreamItemData$Builder setIsIndeterminateProgress (boolean)
boolean isIndeterminateProgress
public com.google.wear.services.notification.StreamItemData$Builder setActions (java.util.List)
java.util.List actions
public com.google.wear.services.notification.StreamItemData$Builder setContentIntent (android.app.PendingIntent)
android.app.PendingIntent contentIntent
public com.google.wear.services.notification.StreamItemData$Builder setBridgedContentIntent (android.app.PendingIntent)
android.app.PendingIntent bridgedContentIntent
public com.google.wear.services.notification.StreamItemData$Builder setBridgedContentIntentId (java.lang.String)
String bridgedContentIntentId
public com.google.wear.services.notification.StreamItemData$Builder setFullScreenIntent (android.app.PendingIntent)
android.app.PendingIntent fullScreenIntent
public com.google.wear.services.notification.StreamItemData$Builder setIsLocalOnly (boolean)
boolean isLocalOnly
public com.google.wear.services.notification.StreamItemData$Builder setEmergency (boolean)
boolean emergency
public com.google.wear.services.notification.StreamItemData$Builder setSupplementalData (android.os.Bundle)
android.os.Bundle supplementalData
public com.google.wear.services.notification.StreamItemData$Builder setStartScrollBottom (boolean)
boolean startScrollBottom
public com.google.wear.services.notification.StreamItemData$Builder setIsContentIntentAvailableWhenDisconnected (boolean)
boolean isContentIntentAvailableWhenDisconnected
public com.google.wear.services.notification.StreamItemData$Builder setContentActionIndex (int)
int contentActionIndex
public com.google.wear.services.notification.StreamItemData$Builder setWearableActions (java.util.List)
java.util.List wearableActions
public com.google.wear.services.notification.StreamItemData$Builder setBridgeTag (java.lang.String)
String bridgeTag
public com.google.wear.services.notification.StreamItemData$Builder setDoesContentIntentLaunchActivity (boolean)
boolean doesContentIntentLaunchActivity
public com.google.wear.services.notification.StreamItemData$Builder setDismissalId (java.lang.String)
String dismissalId
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
void <init> ()
public int getHiddenReason ()
public int getFlags ()
public int getNotificationSource ()
public int getUserId ()
public boolean isWorkProfile ()
public java.lang.String getAppName ()
public int getPriority ()
public java.lang.String getCategory ()
public java.lang.String getGroup ()
public java.lang.String getGroupKey ()
public boolean isGroupSummary ()
public java.lang.String getSortKey ()
public com.google.wear.services.notification.channel.Channel getChannel ()
public long getPostTimeMillis ()
public long getOriginalPostTimeMillis ()
public long getLastPostedAsInterruptiveTimeMillis ()
public boolean matchesInterruptionFilter ()
public boolean shouldVibrate ()
public long[] getVibrationPattern ()
public boolean hasSound ()
public android.view.accessibility.AccessibilityEvent getLocalAccessibilityEvent ()
public boolean hasAlreadyShown ()
public java.lang.String getHapticResourcePackage ()
public int getHapticResourceId ()
public int getGroupAlertBehavior ()
public boolean isMediaNotification ()
public com.google.wear.services.notification.style.MessagingStyle getMessagingStyle ()
public java.util.List getPeopleUris ()
public int getColor ()
public java.lang.CharSequence getSummaryText ()
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 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 float getProgress ()
public boolean isIndeterminateProgress ()
public java.util.List getActions ()
public android.app.PendingIntent getContentIntent ()
public android.app.PendingIntent getBridgedContentIntent ()
public java.lang.String getBridgedContentIntentId ()
public android.app.PendingIntent getFullScreenIntent ()
public boolean isLocalOnly ()
public boolean isEmergency ()
public android.os.Bundle getSupplementalData ()
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)
Object o
}
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)
String packageName
String groupKey
public java.lang.String getGroupKey ()
public java.lang.String getPackageName ()
public int hashCode ()
public java.lang.String toString ()
public boolean equals (java.lang.Object)
Object o
public int compareTo (com.google.wear.services.notification.StreamItemGroupId)
com.google.wear.services.notification.StreamItemGroupId other
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)
String packageName
int id
public com.google.wear.services.notification.StreamItemId$Builder setTag (java.lang.String)
String tag
public com.google.wear.services.notification.StreamItemId$Builder setNotificationKey (java.lang.String)
String notificationKey
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 {
void <init> ()
public boolean equals (java.lang.Object)
Object o
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)
com.google.wear.services.notification.StreamItemId streamItemId
public com.google.wear.services.notification.StreamItemIdAndRevision$Builder setRevision (long)
long revision
public com.google.wear.services.notification.StreamItemIdAndRevision$Builder setOriginalRevision (long)
long originalRevision
public com.google.wear.services.notification.StreamItemIdAndRevision$Builder setUpdateCount (int)
int updateCount
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 {
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)
Object o
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)
com.google.wear.services.notification.channel.ChannelId id
CharSequence name
public com.google.wear.services.notification.channel.Channel$Builder setImportance (int)
int importance
public com.google.wear.services.notification.channel.Channel$Builder setCanBypassDnd (boolean)
boolean canBypassDnd
public com.google.wear.services.notification.channel.Channel$Builder setHasSound (boolean)
boolean hasSound
public com.google.wear.services.notification.channel.Channel$Builder setSoundUri (android.net.Uri)
android.net.Uri soundUri
public com.google.wear.services.notification.channel.Channel$Builder setShouldShowLights (boolean)
boolean shouldShowLights
public com.google.wear.services.notification.channel.Channel$Builder setLightColor (int)
int lightColor
public com.google.wear.services.notification.channel.Channel$Builder setShouldVibrate (boolean)
boolean shouldVibrate
public com.google.wear.services.notification.channel.Channel$Builder setVibrationPattern (long[])
long[] vibrationPattern
public com.google.wear.services.notification.channel.Channel$Builder setLockscreenVisibility (int)
int lockscreenVisibility
public com.google.wear.services.notification.channel.Channel$Builder setCanShowBadge (boolean)
boolean canShowBadge
public com.google.wear.services.notification.channel.Channel$Builder setGroup (java.lang.String)
String group
public com.google.wear.services.notification.channel.Channel$Builder setDeleted (boolean)
boolean deleted
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 {
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)
Object o
}
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
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)
String packageName
String id
int notificationSource
public java.lang.String getId ()
public java.lang.String getPackage ()
public int getNotificationSource ()
public boolean equals (java.lang.Object)
Object o
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)
android.app.Person replyUser
public com.google.wear.services.notification.style.MessagingStyle$Builder setDisplayName (java.lang.CharSequence)
CharSequence displayName
public com.google.wear.services.notification.style.MessagingStyle$Builder setConversationTitle (java.lang.CharSequence)
CharSequence conversationTitle
public com.google.wear.services.notification.style.MessagingStyle$Builder setMessages (java.util.List)
java.util.List messages
public com.google.wear.services.notification.style.MessagingStyle$Builder setGroupConversation (boolean)
boolean isGroupConversation
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 {
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)
Object o
}
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)
int id
String packageName
public int getId ()
public java.lang.String getPackageName ()
public boolean equals (java.lang.Object)
Object o
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)
java.util.concurrent.Executor executor
java.util.function.Consumer consumer
public void unregisterOngoingActivityChangeListener (java.util.function.Consumer)
java.util.function.Consumer 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)
int eventType
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 {
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)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void sendRemoteEvent (com.google.wear.services.remoteevents.RemoteEvent, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.remoteevents.RemoteEvent remoteEvent
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
}
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)
java.util.concurrent.Executor listenerExecutor
java.util.function.Consumer listener
public void unregisterRemoteActivityHelperStatusListener (java.util.function.Consumer)
java.util.function.Consumer listener
public void registerRemoteAuthClientStatusListener (java.util.concurrent.Executor, java.util.function.Consumer)
java.util.concurrent.Executor listenerExecutor
java.util.function.Consumer listener
public void unregisterRemoteAuthClientStatusListener (java.util.function.Consumer)
java.util.function.Consumer listener
}
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)
String number
}
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)
Object o
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 {
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)
Object o
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)
int errorCode
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_DUPLICATE_TILE
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_INVALID_TILE_PACKAGE
public static final int TILES_ERROR_MAX_TILES_REACHED
void <init> ()
public void registerVisibilityListener (java.util.concurrent.Executor, com.google.wear.services.tiles.TilesVisibilityListener)
java.util.concurrent.Executor executor
com.google.wear.services.tiles.TilesVisibilityListener tilesVisibilityListener
public void setTilesRendererConfig (android.content.Context, com.google.wear.services.tiles.TilesRendererConfig)
android.content.Context appContext
com.google.wear.services.tiles.TilesRendererConfig tilesRendererConfig
public void unregisterVisibilityListener (com.google.wear.services.tiles.TilesVisibilityListener)
com.google.wear.services.tiles.TilesVisibilityListener tilesVisibilityListener
public void fetchAvailableTiles (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void fetchAvailableTilesForPackage (java.lang.String, java.util.concurrent.Executor, android.os.OutcomeReceiver)
String packageName
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public boolean canAddTile ()
public void addTile (int[], android.content.ComponentName, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int[] visibleTileIds
android.content.ComponentName tileComponent
int index
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void removeTile (int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int tileId
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void updateTilesOrder (int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
int[] tileIds
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void getActiveTiles (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
}
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)
com.google.wear.services.tiles.TilesSchemaVersion minSupportedSchema
public com.google.wear.services.tiles.TilesRendererConfig$Builder setMaxSupportedSchemaVersion (com.google.wear.services.tiles.TilesSchemaVersion)
com.google.wear.services.tiles.TilesSchemaVersion maxSupportedSchema
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 {
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)
int major
int minor
public int getMajor ()
public int getMinor ()
public boolean equals (java.lang.Object)
Object o
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)
com.google.wear.services.watchfaces.WatchFaceInfo watchFaceInfo
public com.google.wear.services.watchfaces.ActiveWatchFace$Builder setFavoriteInfo (com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
com.google.wear.services.watchfaces.WatchFaceFavoriteInfo favoriteInfo
public com.google.wear.services.watchfaces.ActiveWatchFace$Builder setInstanceId (java.lang.String)
String instanceId
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 {
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)
Object o
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)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
int favoriteId
public int getFavoriteId ()
public com.google.wear.services.watchfaces.WatchFaceId getWatchFaceId ()
public boolean equals (java.lang.Object)
Object o
public java.lang.String toString ()
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)
int id
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
android.graphics.drawable.Icon preview
String instanceId
public void <init> (com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
com.google.wear.services.watchfaces.WatchFaceFavoriteInfo watchFaceFavoriteInfo
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setId (int)
int id
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setWatchFaceId (com.google.wear.services.watchfaces.WatchFaceId)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setStyle (java.util.Map)
java.util.Map style
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setComplicationInfoList (java.util.List)
java.util.List complicationInfoList
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setPreview (android.graphics.drawable.Icon)
android.graphics.drawable.Icon preview
public com.google.wear.services.watchfaces.WatchFaceFavoriteInfo$Builder setInstanceId (java.lang.String)
String instanceId
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 {
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)
Object o
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)
String packageName
String className
public void <init> (java.lang.String)
String packageName
public java.lang.String getPackageName ()
public java.lang.String getClassName ()
public boolean equals (java.lang.Object)
Object o
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)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
String name
public void <init> (com.google.wear.services.watchfaces.WatchFaceInfo)
com.google.wear.services.watchfaces.WatchFaceInfo watchFaceInfo
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setWatchFaceId (com.google.wear.services.watchfaces.WatchFaceId)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setConfigurationIntent (android.content.Intent)
android.content.Intent intent
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setName (java.lang.String)
String name
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setPreviewResId (int)
int previewResId
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setAvailableInRetailMode (boolean)
boolean availableInRetailMode
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setCategory (java.lang.String)
String category
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setWatchFaceSdkVersion (int)
int watchFaceSdkVersion
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setMultipleFavoritesEnabled (boolean)
boolean multipleFavoritesEnabled
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setResourceOnlyWatchFaceEditable (boolean)
boolean editable
public com.google.wear.services.watchfaces.WatchFaceInfo$Builder setRuntimePackage (java.lang.String)
String runtimePackage
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
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)
Object o
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)
com.google.wear.services.watchfaces.WatchFaceState watchFaceState
public com.google.wear.services.watchfaces.WatchFaceState$Builder setWatchFaceVisible (boolean)
boolean watchFaceVisible
public com.google.wear.services.watchfaces.WatchFaceState$Builder setInAmbient (boolean)
boolean inAmbient
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 {
void <init> ()
public boolean isWatchFaceVisible ()
public boolean isInAmbient ()
public boolean equals (java.lang.Object)
Object o
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)
int status
String message
public void <init> (int, java.lang.Throwable)
int status
Throwable cause
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)
java.util.concurrent.Executor listenerExecutor
com.google.wear.services.watchfaces.ActiveWatchFaceChangeListener listener
public void unregisterActiveWatchFaceChangeListener (com.google.wear.services.watchfaces.ActiveWatchFaceChangeListener)
com.google.wear.services.watchfaces.ActiveWatchFaceChangeListener listener
public void getAllWatchFaces (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void getAllWatchFacesByPackageName (java.lang.String, java.util.concurrent.Executor, android.os.OutcomeReceiver)
String packageName
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void setWatchFaceState (com.google.wear.services.watchfaces.WatchFaceState)
com.google.wear.services.watchfaces.WatchFaceState state
public void registerWatchFaceFavoritesListener (java.util.concurrent.Executor, com.google.wear.services.watchfaces.WatchFaceFavoritesListener)
java.util.concurrent.Executor listenerExecutor
com.google.wear.services.watchfaces.WatchFaceFavoritesListener listener
public void unregisterWatchFaceFavoritesListener (com.google.wear.services.watchfaces.WatchFaceFavoritesListener)
com.google.wear.services.watchfaces.WatchFaceFavoritesListener listener
public void getFavoritesByIds (int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
int[] favoriteIds
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void removeFavorite (int, int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int favoriteIdToRemove
int fallbackFavoriteId
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void addFavorite (com.google.wear.services.watchfaces.WatchFaceId, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void setActiveWatchFace (com.google.wear.services.watchfaces.WatchFaceId, java.util.concurrent.Executor, android.os.OutcomeReceiver)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void updateFavoriteOrder (int[], java.util.concurrent.Executor, android.os.OutcomeReceiver)
int[] favoriteIds
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void setCurrentFavorite (int, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int favoriteId
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void updateFavoritePreview (int, android.graphics.drawable.Icon, java.util.concurrent.Executor, android.os.OutcomeReceiver)
int favoriteId
android.graphics.drawable.Icon preview
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void removeAllFavorites (java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
public void addFavorites (java.util.List, java.util.concurrent.Executor, android.os.OutcomeReceiver)
java.util.List favorites
java.util.concurrent.Executor callbackExecutor
android.os.OutcomeReceiver callback
}
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)
com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig requestConfig
java.util.concurrent.Executor listenerExecutor
com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionListener watchFaceEditingSessionListener
public int endSession (java.lang.String, com.google.wear.services.watchfaces.WatchFaceFavoriteInfo)
String sessionToken
com.google.wear.services.watchfaces.WatchFaceFavoriteInfo watchFaceFavoriteInfo
public int transferSessionToRemote (java.lang.String, com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo)
String sessionToken
com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo watchFaceFavoriteTransferInfo
public int abortSession (java.lang.String)
String sessionToken
}
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 static final int WATCH_FACE_EDITING_SESSION_TRANSFER_STATUS_SESSION_TRANSFER_DEVICE_UNREACHABLE
public static final int WATCH_FACE_EDITING_SESSION_TRANSFER_STATUS_SESSION_TRANSFER_NOT_SUPPORTED
public static final int WATCH_FACE_EDITING_SESSION_TRANSFER_STATUS_SESSION_TRANSFER_SUCCESS
public static final int WATCH_FACE_EDITING_SESSION_TRANSFER_STATUS_SESSION_TRANSFER_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 onSessionTransferred (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)
int favoriteId
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setShouldOverrideCurrentSession (boolean)
boolean shouldOverrideCurrentSession
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setSurfaceWidth (int)
int surfaceWidthPx
public com.google.wear.services.watchfaces.editing.WatchFaceEditingSessionRequestConfig$Builder setSurfaceHeight (int)
int surfaceHeightPx
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 {
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)
Object o
public int hashCode ()
}
com/google/wear/services/watchfaces/editing/WatchFaceFavoriteTransferInfo$Builder.class
WatchFaceFavoriteTransferInfo.java
package com.google.wear.services.watchfaces.editing
public final com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo$Builder extends java.lang.Object {
public void <init> (int, com.google.wear.services.watchfaces.WatchFaceId)
int id
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
public void <init> (com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo)
com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo watchFaceFavoriteTransferInfo
public com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo$Builder setId (int)
int id
public com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo$Builder setWatchFaceId (com.google.wear.services.watchfaces.WatchFaceId)
com.google.wear.services.watchfaces.WatchFaceId watchFaceId
public com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo$Builder setStyle (java.util.Map)
java.util.Map style
public com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo$Builder setComplicationInfoList (java.util.List)
java.util.List complicationInfoList
public com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo build ()
}
com/google/wear/services/watchfaces/editing/WatchFaceFavoriteTransferInfo.class
WatchFaceFavoriteTransferInfo.java
package com.google.wear.services.watchfaces.editing
public com.google.wear.services.watchfaces.editing.WatchFaceFavoriteTransferInfo extends java.lang.Object {
void <init> ()
public int getId ()
public com.google.wear.services.watchfaces.WatchFaceId getWatchFaceId ()
public java.util.Map getStyle ()
public java.util.List getComplicationInfoList ()
public boolean equals (java.lang.Object)
Object o
public int hashCode ()
public java.lang.String toString ()
}
com/google/wear/settings/
com/google/wear/settings/WearSettings.class
WearSettings.java
package com.google.wear.settings
public com.google.wear.settings.WearSettings extends java.lang.Object {
void <init> ()
public static boolean isWristDetectionAutoLockingEnabled (android.content.Context)
android.content.Context context
public static void setWristDetectionAutoLockingEnabled (android.content.Context, boolean)
android.content.Context context
boolean enabled
}
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_OAUTH
public static final int TETHER_FEATURE_PHONE_SWITCHING
public static final int TETHER_FEATURE_REMOTE_INTENTS
public static final int TETHER_FEATURE_RESTORE
public static final int TETHER_FEATURE_RE_AUTH
public static final int TETHER_FEATURE_SYSTEM_SETTINGS_SYNC
public static final int TETHER_FEATURE_TIME_SYNC
public void <init> (android.content.Context)
android.content.Context context
public void <init> (android.content.Context, android.os.Handler)
android.content.Context context
android.os.Handler handler
public int getTetherConfiguration ()
public void addCallback (java.util.concurrent.Executor, java.util.function.IntConsumer)
java.util.concurrent.Executor executor
java.util.function.IntConsumer callback
public boolean removeCallback (java.util.function.IntConsumer)
java.util.function.IntConsumer callback
public void addTetherStateChangeListener (java.util.concurrent.Executor, java.util.function.IntConsumer)
java.util.concurrent.Executor executor
java.util.function.IntConsumer listener
public void removeTetherStateChangeListener (java.util.function.IntConsumer)
java.util.function.IntConsumer listener
public void addFeatureStateChangeListener (int, java.util.concurrent.Executor, java.util.function.Consumer)
int tetherFeature
java.util.concurrent.Executor executor
java.util.function.Consumer stateChangeListener
public void removeFeatureStateChangeListener (int, java.util.function.Consumer)
int tetherFeature
java.util.function.Consumer stateChangeListener
}