Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3223 private static final int FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY = 1 << 6; field in NotificationCompat.WearableExtender
3839 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity); in setHintContentIntentLaunchesActivity()
3850 return (mFlags & FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY) != 0; in getHintContentIntentLaunchesActivity()