Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3024 private static final int FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY = 1 << 6; field in NotificationCompat.WearableExtender
3640 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity); in setHintContentIntentLaunchesActivity()
3651 return (mFlags & FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY) != 0; in getHintContentIntentLaunchesActivity()
/frameworks/base/core/java/android/app/
DNotification.java5845 private static final int FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY = 1 << 6; field in Notification.WearableExtender
6450 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity); in setHintContentIntentLaunchesActivity()
6461 return (mFlags & FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY) != 0; in getHintContentIntentLaunchesActivity()