Home | History | Annotate | Download | only in launcher3

Lines Matching refs:INTENT

28 import android.content.Intent;
95 Favorites.INTENT, // 2
516 Intent intent = Intent.parseUri(intentDescription, 0);
517 ComponentName cn = intent.getComponent();
524 Log.w(TAG, "empty intent on application favorite: " + id);
535 Bitmap icon = mIconCache.getIcon(intent, myUserHandle);
625 Log.w(TAG, "empty intent on appwidget: " + id);
775 Intent intent = Intent.parseUri(intentDescription, 0);
776 intent.removeExtra(ItemInfo.EXTRA_PROFILE);
777 favorite.intent = intent.toUri(0);
779 Log.e(TAG, "Invalid intent", e);
819 if (!TextUtils.isEmpty(favorite.intent)) {
820 values.put(Favorites.INTENT, favorite.intent);