Searched refs:FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
11899 private static final int FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY = 1 << 6; field in Notification.Builder.WearableExtender12563 setFlag(FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY, hintContentIntentLaunchesActivity); in setHintContentIntentLaunchesActivity()12574 return (mFlags & FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY) != 0; in getHintContentIntentLaunchesActivity()
7879 Landroid/app/Notification$WearableExtender;->FLAG_HINT_CONTENT_INTENT_LAUNCHES_ACTIVITY:I