A C D E F G H I K N O R S T V W 
All Classes All Packages

A

A8 - com.microej.wear.services.ExternalResourceService.Format
A8 format.
Activity - Interface in com.microej.wear.components
Represents an activity.
addConfigurationListener(TimeService.ConfigurationListener) - Method in interface com.microej.wear.services.TimeService
Adds the given TimeService.ConfigurationListener to the list of listeners that are notified when the time configuration of the device has changed.
ARGB4444 - com.microej.wear.services.ExternalResourceService.Format
ARGB4444 format.

C

com.microej.wear - package com.microej.wear
Contains the core classes of the module.
com.microej.wear.components - package com.microej.wear.components
Contains interfaces to components provided by the Features to the Kernel.
com.microej.wear.services - package com.microej.wear.services
Contains interfaces to services provided by the Kernel to the Features.
ComplicationDataSource - Interface in com.microej.wear.components
Represents a source of data that can be displayed on a watchface complication.
ComponentService - Interface in com.microej.wear.services
This service allows Features to register activities, watchfaces and complication data sources.
createExternalImage(String, ExternalResourceService.Format, byte[]) - Method in interface com.microej.wear.services.ExternalResourceService
Creates an external image at the given path in the given format with the given compressed data.
createExternalResource(String, byte[]) - Method in interface com.microej.wear.services.ExternalResourceService
Creates an external resource at the given path with the given data.

D

deleteExternalResources(String) - Method in interface com.microej.wear.services.ExternalResourceService
Deletes the external resources contained in the folder at the given path.
DeviceService - Interface in com.microej.wear.services
This service allows Features to get device information.

E

ExternalResourceService - Interface in com.microej.wear.services
This service allows Features to create and delete external resources.
ExternalResourceService.Format - Enum in com.microej.wear.services
Enumerates formats.

F

FontService - Interface in com.microej.wear.services
This service allows Features to get fonts.

G

getAwakeSleepDuration() - Method in interface com.microej.wear.services.HealthService
Returns the awake sleep duration.
getBatteryLevel() - Method in interface com.microej.wear.services.DeviceService
Returns the current battery level.
getBoldItalicFont() - Method in interface com.microej.wear.services.FontService
Returns the bold italic font.
getCalories() - Method in interface com.microej.wear.services.HealthService
Returns the number of calories burned in the current day.
getComplicationDataSources() - Method in interface com.microej.wear.services.ComponentService
Returns an array containing all the complication data sources.
getComponentService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the component service instance.
getCurrentTime() - Method in interface com.microej.wear.services.TimeService
Returns the current time.
getDeepSleepDuration() - Method in interface com.microej.wear.services.HealthService
Returns the deep sleep duration.
getDeviceService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the device service instance.
getExternalResourceService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the external resources service instance.
getFontService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the font service instance.
getHealthService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the health service instance.
getHeartRate() - Method in interface com.microej.wear.services.HealthService
Returns the current heart rate.
getLightFont() - Method in interface com.microej.wear.services.FontService
Returns the light font.
getLightSleepDuration() - Method in interface com.microej.wear.services.HealthService
Returns the light sleep duration.
getName() - Method in interface com.microej.wear.components.Activity
Gets the name of this activity.
getNavigationService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the navigation service instance.
getOxygenSaturation() - Method in interface com.microej.wear.services.HealthService
Returns the blood peripheral oxygen saturation.
getProgress() - Method in interface com.microej.wear.components.ComplicationDataSource
Returns the progress.
getRegularFont() - Method in interface com.microej.wear.services.FontService
Returns the regular font.
getRemSleepDuration() - Method in interface com.microej.wear.services.HealthService
Returns the REM sleep duration.
getSNIContext() - Method in enum com.microej.wear.services.ExternalResourceService.Format
Returns the SNI value of this format.
getSteps() - Method in interface com.microej.wear.services.HealthService
Returns the number of steps walked in the current day.
getText() - Method in interface com.microej.wear.components.ComplicationDataSource
Returns the text.
getTimer() - Static method in class com.microej.wear.KernelServiceProvider
Returns the timer instance.
getTimeService() - Static method in class com.microej.wear.KernelServiceProvider
Returns the time service instance.
getTimeZoneId() - Method in interface com.microej.wear.services.TimeService
Returns the current time zone ID.
getTimeZoneOffset() - Method in interface com.microej.wear.services.TimeService
Returns the current offset from UTC in seconds.

H

hasIcon() - Method in interface com.microej.wear.components.ComplicationDataSource
Returns whether this source provides an icon.
hasProgress() - Method in interface com.microej.wear.components.ComplicationDataSource
Returns whether this source provides a progress.
hasText() - Method in interface com.microej.wear.components.ComplicationDataSource
Returns whether this source provides a text.
HealthService - Interface in com.microej.wear.services
This service allows Features to get health information.
hideActivity() - Method in interface com.microej.wear.services.NavigationService
Hides the activity.

I

isBatteryCharging() - Method in interface com.microej.wear.services.DeviceService
Returns whether the battery is currently charging.

K

KernelServiceProvider - Class in com.microej.wear
Provides the instance of every Kernel service to the Features.

N

NavigationService - Interface in com.microej.wear.services
This service allows Features to navigate across the UI.

O

onTimeConfigurationChanged(long, String, int) - Method in interface com.microej.wear.services.TimeService.ConfigurationListener
Called when the time configuration of the device has changed (date, time, time zone).

R

registerActivity(Activity) - Method in interface com.microej.wear.services.ComponentService
Registers the given activity.
registerComplicationDataSource(ComplicationDataSource) - Method in interface com.microej.wear.services.ComponentService
Registers the given complication data source.
registerWatchface(Watchface) - Method in interface com.microej.wear.services.ComponentService
Registers the given watchface.
removeConfigurationListener(TimeService.ConfigurationListener) - Method in interface com.microej.wear.services.TimeService
Removes the given TimeService.ConfigurationListener to the list of listeners that are notified when the time configuration of the device has changed.
renderIcon(GraphicsContext, int, int, int) - Method in interface com.microej.wear.components.Activity
Renders the icon of this activity.
renderIcon(GraphicsContext, int, int, int, int) - Method in interface com.microej.wear.components.ComplicationDataSource
Renders the icon.
renderPreview(GraphicsContext, int, int, int) - Method in interface com.microej.wear.components.Watchface
Renders the preview of this watchface.
RGB565 - com.microej.wear.services.ExternalResourceService.Format
RGB565 format.

S

setServices(Timer, ComponentService, NavigationService, FontService, ExternalResourceService, HealthService, DeviceService, TimeService) - Static method in class com.microej.wear.KernelServiceProvider
Sets the instance of every service.
setTimeConfiguration(long, String, int) - Method in interface com.microej.wear.services.TimeService
Sets the time configuration to use.
show() - Method in interface com.microej.wear.components.Activity
Shows this activity.
show() - Method in interface com.microej.wear.components.Watchface
Shows this watchface.
showActivityLauncher() - Method in interface com.microej.wear.services.NavigationService
Shows the activity launcher.
showWatchfacePicker() - Method in interface com.microej.wear.services.NavigationService
Shows the watchface picker.

T

TimeService - Interface in com.microej.wear.services
This service allows Features to get time information.
TimeService.ConfigurationListener - Interface in com.microej.wear.services
The listener interface for receiving notifications when the time configuration of the device has changed (date, time, time zone).

V

valueOf(String) - Static method in enum com.microej.wear.services.ExternalResourceService.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microej.wear.services.ExternalResourceService.Format
Returns an array containing the constants of this enum type, in the order they are declared.

W

Watchface - Interface in com.microej.wear.components
Represents a watchface.
A C D E F G H I K N O R S T V W 
All Classes All Packages