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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4015 * @param hintContentIntentLaunchesActivity {@code true} if the content intent will launch
4020 boolean hintContentIntentLaunchesActivity) {
4021 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity);
4019 setHintContentIntentLaunchesActivity( boolean hintContentIntentLaunchesActivity) argument
/frameworks/base/core/java/android/app/
H A DNotification.java7802 * @param hintContentIntentLaunchesActivity {@code true} if the content intent will launch
7807 boolean hintContentIntentLaunchesActivity) {
7808 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity);
7806 setHintContentIntentLaunchesActivity( boolean hintContentIntentLaunchesActivity) argument

Completed in 77 milliseconds