Searched defs:hintLaunchesActivity (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3160 * @param hintLaunchesActivity {@code true} if the content intent will launch
3165 boolean hintLaunchesActivity) {
3166 setFlag(FLAG_HINT_LAUNCHES_ACTIVITY, hintLaunchesActivity);
3164 setHintLaunchesActivity( boolean hintLaunchesActivity) argument
/frameworks/base/core/java/android/app/
H A DNotification.java1747 * @param hintLaunchesActivity {@code true} if the content intent will launch
1752 boolean hintLaunchesActivity) {
1753 setFlag(FLAG_HINT_LAUNCHES_ACTIVITY, hintLaunchesActivity);
1751 setHintLaunchesActivity( boolean hintLaunchesActivity) argument

Completed in 55 milliseconds