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

  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 17 package com.android.mms.widget;
32 import android.widget.RemoteViews;
33 import android.widget.RemoteViewsService;
53 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
60 * Remote Views Factory for Mms Widget.
83 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
84 Log.v(TAG, "MmsFactory intent: " + intent + "widget id: " + mAppWidgetId);
96 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
104 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
118 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE))
    [all...]
MmsWidgetProvider.java 17 package com.android.mms.widget;
28 import android.widget.RemoteViews;
55 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
60 // The base class AppWidgetProvider's onReceive handles the normal widget intents. Here
62 // been sent or received (or a conversation has been read) and is telling the widget it
78 * Update the widget appWidgetId
81 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
84 RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.widget);
121 * notifyDatasetChanged call when the conversation list changes so the mms widget will
125 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE))
    [all...]
  /packages/apps/Launcher3/protos/
backup.proto 27 WIDGET = 4;
103 message Widget {
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 38 public static final String WIDGET = TAG;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 49 import com.android.launcher3.backup.BackupProtos.Widget;
324 case Key.WIDGET:
586 * Write all the static widget resources we need to render placeholders
593 // persist static widget info that hasn't been persisted yet
622 key = getKey(Key.WIDGET, providerName);
628 if (DEBUG) Log.d(TAG, "already saved widget " + backupKey);
635 if (DEBUG) Log.d(TAG, "saving widget " + backupKey);
642 if (VERBOSE) Log.v(TAG, "deferring widget backup " + backupKey);
654 * Read a widget from the stream.
663 if (VERBOSE) Log.v(TAG, "unpacking widget " + key.id)
666 Widget widget = unpackProto(new Widget(), buffer, dataSize); local
903 Widget widget = new Widget(); local
    [all...]

Completed in 248 milliseconds