Searched refs:APPWIDGET_SERVICE (Results 1 – 9 of 9) sorted by relevance
37 publishBinderService(Context.APPWIDGET_SERVICE, mImpl); in onStart()
150 IBinder binder = ServiceManager.getService(Context.APPWIDGET_SERVICE); in run()
2122 APPWIDGET_SERVICE,2633 public static final String APPWIDGET_SERVICE = "appwidget"; field in Context
143 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE); in bindService()
433 return (AppWidgetManager) context.getSystemService(Context.APPWIDGET_SERVICE); in getInstance()
760 registerService(APPWIDGET_SERVICE, new ServiceFetcher() { in registerService() argument762 IBinder b = ServiceManager.getService(APPWIDGET_SERVICE); in registerService()
722 NO DOC BLOCK: android.content.Context Field APPWIDGET_SERVICE
1053 NO DOC BLOCK: android.content.Context Field APPWIDGET_SERVICE
7192 field public static final java.lang.String APPWIDGET_SERVICE = "appwidget";