Home
last modified time | relevance | path

Searched refs:FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java9084 private static final int FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY = 1 << 6; field in Notification.Builder.WearableExtender
9725 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity); in setHintContentIntentLaunchesActivity()
9736 return (mFlags & FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY) != 0; in getHintContentIntentLaunchesActivity()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7882 Landroid/app/Notification$WearableExtender;->FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY:I