Home
last modified time | relevance | path

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

/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java84 private int mSelectedNotification = 0; field in MainActivity
120 mSelectedNotification = position; in onItemSelected()
123 NOTIFICATION_STYLES_DESCRIPTION[mSelectedNotification]); in onItemSelected()
155 String notificationStyle = NOTIFICATION_STYLES[mSelectedNotification]; in onClick()