Home
last modified time | relevance | path

Searched refs:APPWIDGET_SERVICE (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetService.java41 publishBinderService(Context.APPWIDGET_SERVICE, mImpl); in onStart()
/aosp12/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
H A DAppWidget.java150 IBinder binder = ServiceManager.getService(Context.APPWIDGET_SERVICE); in run()
/aosp12/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java62 @SystemService(Context.APPWIDGET_SERVICE)
499 return (AppWidgetManager) context.getSystemService(Context.APPWIDGET_SERVICE); in getInstance()
H A DAppWidgetHost.java199 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE); in bindService()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsAdapterTest.java258 if (Context.APPWIDGET_SERVICE.equals(name)) { in getSystemService()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DFrameworkServicesModule.java238 ServiceManager.getService(Context.APPWIDGET_SERVICE)); in provideIAppWidgetService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java3653 APPWIDGET_SERVICE,
4720 public static final String APPWIDGET_SERVICE = "appwidget"; field in Context
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1033 registerService(Context.APPWIDGET_SERVICE, AppWidgetManager.class, in registerService() argument
1037 IBinder b = ServiceManager.getServiceOrThrow(Context.APPWIDGET_SERVICE); in registerService()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10611 field public static final String APPWIDGET_SERVICE = "appwidget";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7224 field public static final java.lang.String APPWIDGET_SERVICE = "appwidget";