Searched defs:hintContentIntentLaunchesActivity (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java7598 * @param hintContentIntentLaunchesActivity {@code true} if the content intent will launch
7603 boolean hintContentIntentLaunchesActivity) {
7604 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity);
7602 setHintContentIntentLaunchesActivity( boolean hintContentIntentLaunchesActivity) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3833 * @param hintContentIntentLaunchesActivity {@code true} if the content intent will launch
3838 boolean hintContentIntentLaunchesActivity) {
3839 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity);
3837 setHintContentIntentLaunchesActivity( boolean hintContentIntentLaunchesActivity) argument

Completed in 121 milliseconds