RemoteViews.java | 29 import android.content.Intent; 62 * The intent extra that contains the appWidgetId. 144 Intent fillInIntent) { 149 Intent.FLAG_ACTIVITY_NEW_TASK, 150 Intent.FLAG_ACTIVITY_NEW_TASK, 0); 152 android.util.Log.e(LOG_TAG, "Cannot send pending intent: ", e); 155 android.util.Log.e(LOG_TAG, "Cannot send pending intent due to " + 200 public SetOnClickFillInIntent(int id, Intent fillInIntent) { 207 fillInIntent = Intent.CREATOR.createFromParcel(parcel); 245 // Insure that a template pending intent has been set on an ancesto 412 Intent intent; field in class:RemoteViews.SetRemoteViewsAdapterIntent [all...] |