Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2336 private static final int FLAG_HINT_LAUNCHES_ACTIVITY = 1 << 1; field in Notification.Action.WearableExtender
2516 setFlag(FLAG_HINT_LAUNCHES_ACTIVITY, hintLaunchesActivity); in setHintLaunchesActivity()
2528 return (mFlags & FLAG_HINT_LAUNCHES_ACTIVITY) != 0; in getHintLaunchesActivity()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7547 Landroid/app/Notification$Action$WearableExtender;->FLAG_HINT_LAUNCHES_ACTIVITY:I