HomeSort by relevance Sort by last modified time
    Searched refs:APPWIDGET_SERVICE (Results 1 - 14 of 14) sorted by null

  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetService.java 37 publishBinderService(Context.APPWIDGET_SERVICE, mImpl);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileWidgetTest.java 48 mAppWidgetManager = (AppWidgetManager) mContext.getSystemService(Context.APPWIDGET_SERVICE);
  /frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
AppWidget.java 150 IBinder binder = ServiceManager.getService(Context.APPWIDGET_SERVICE);
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 146 mAppWidgetManager = (AppWidgetManager) getSystemService(Context.APPWIDGET_SERVICE);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 170 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE);
AppWidgetManager.java 434 return (AppWidgetManager) context.getSystemService(Context.APPWIDGET_SERVICE);
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 709 registerService(Context.APPWIDGET_SERVICE, AppWidgetManager.class
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 7255 milliseconds