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

  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoDatabase.java 48 public static final String KEY_ICON = SearchManager.SUGGEST_COLUMN_RESULT_CARD_IMAGE;
90 map.put(KEY_ICON, KEY_ICON);
207 KEY_ICON + "," +
293 initialValues.put(KEY_ICON, movie.getCardImageUrl());
318 initialValues.put(KEY_ICON, icon);
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
CustomTabsIntent.java 133 public static final String KEY_ICON = "android.support.customtabs.customaction.ICON";
386 bundle.putParcelable(KEY_ICON, icon);
435 bundle.putParcelable(KEY_ICON, icon);
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatJellybean.java 44 private static final String KEY_ICON = "icon";
237 bundle.getInt(KEY_ICON),
250 bundle.putInt(KEY_ICON, action.getIcon());

Completed in 111 milliseconds