Searched refs:allocateAppWidgetId (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetService.aidl36 int allocateAppWidgetId(String packageName, int hostId);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHost.java194 public int allocateAppWidgetId() { method in class:AppWidgetHost
199 return sService.allocateAppWidgetId(mPackageName, mHostId);
221 return sService.allocateAppWidgetId(packageName, hostId);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java137 public int allocateAppWidgetId(String packageName, int hostId) throws RemoteException { method in class:AppWidgetService
138 return getImplForUser(getCallingOrCurrentUserId()).allocateAppWidgetId(
H A DAppWidgetServiceImpl.java419 public int allocateAppWidgetId(String packageName, int hostId) { method in class:AppWidgetServiceImpl
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java85 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mHost.allocateAppWidgetId());
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java1164 appWidgetId = mAppWidgetHost.allocateAppWidgetId();

Completed in 850 milliseconds