Searched refs:KEY_ICON (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java95 public static final String KEY_ICON = "android.support.customtabs.customaction.ICON"; field in class:CustomTabsIntent
250 bundle.putParcelable(KEY_ICON, icon);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java46 private static final String KEY_ICON = "icon"; field in class:NotificationCompatJellybean
359 bundle.getInt(KEY_ICON),
382 bundle.putInt(KEY_ICON, action.getIcon());

Completed in 60 milliseconds