HomeSort by relevance Sort by last modified time
    Searched defs:widgetId (Results 1 - 13 of 13) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AppWidgetManagerTest.java 41 int widgetId = shadowAppWidgetManager.createWidget(SpanishTestAppWidgetProvider.class, R.layout.main);
42 View widgetView = shadowAppWidgetManager.getViewFor(widgetId);
49 int widgetId = shadowAppWidgetManager.createWidget(SpanishTestAppWidgetProvider.class, R.layout.main);
50 View widgetView = shadowAppWidgetManager.getViewFor(widgetId);
53 assertSame(widgetView, shadowAppWidgetManager.getViewFor(widgetId));
58 int widgetId = shadowAppWidgetManager.createWidget(SpanishTestAppWidgetProvider.class, R.layout.main);
59 View widgetView = shadowAppWidgetManager.getViewFor(widgetId);
61 assertNotSame(widgetId,
69 int widgetId = shadowAppWidgetManager.createWidget(SpanishTestAppWidgetProvider.class, R.layout.main);
70 View originalWidgetView = shadowAppWidgetManager.getViewFor(widgetId);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java 69 public int widgetId;
79 widgetId = id;
120 entry.widgetId = cursor.getInt(0);
136 entry.widgetId = cursor.getInt(0);
152 values.put(FIELD_APPWIDGET_ID, entry.widgetId);
282 deleteEntry(entry.widgetId);
285 values.put(FIELD_APPWIDGET_ID, entry.widgetId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 80 int widgetId = (Integer) intent.getExtras().getInt(AppWidgetManager.EXTRA_APPWIDGET_ID,
83 if (sStateMap.get(widgetId) != STATE_BEGIN && sStateMap.get(widgetId)
85 if (!sTestCount.containsKey(widgetId)) {
86 sTestCount.put(widgetId, 0);
88 if (!sPassCount.containsKey(widgetId)) {
89 sPassCount.put(widgetId, 0);
92 sPassCount.put(widgetId, sPassCount.get(widgetId) + (pass ? 1 : 0));
93 sTestCount.put(widgetId, sTestCount.get(widgetId) + 1)
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 77 int widgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1);
78 if (widgetId < 0) {
82 return new BookmarkFactory(getApplicationContext(), widgetId);
85 static SharedPreferences getWidgetState(Context context, int widgetId) {
87 String.format("widgetState-%d", widgetId),
91 static void deleteWidgetState(Context context, int widgetId) {
93 String.format("widgetState-%d", widgetId));
112 static void setupWidgetState(Context context, int widgetId, long rootFolder) {
113 SharedPreferences pref = getWidgetState(context, widgetId);
170 public BookmarkFactory(Context context, int widgetId) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
BaseWidgetProvider.java 65 protected static final String EXTRA_WIDGET_ID = "widgetId";
130 final int widgetId = intent.getIntExtra(EXTRA_WIDGET_ID, -1);
139 if (widgetId != -1 && account != null && folderUri != null) {
140 updateWidgetInternal(context, widgetId, account, folderType, folderCapabilities,
400 for (int widgetId : widgetIds) {
403 if (!MailPrefs.get(context).isWidgetConfigured(widgetId)) {
404 migrateLegacyWidgetInformation(context, widgetId);
411 for (int widgetId : widgetIds) {
412 final String accountFolder = MailPrefs.get(context).getWidgetConfiguration(widgetId);
434 updateWidgetInternal(context, widgetId, null, FolderType.DEFAULT, 0, null, null
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 651 int widgetId = data != null ? data.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1)
653 if (widgetId < 0) {
656 appWidgetId = widgetId;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 781 int widgetId = data != null ? data.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, -1)
783 if (widgetId < 0) {
786 appWidgetId = widgetId;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1298 milliseconds