Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java160 final Button v = (Button) view.findViewById(R.id.action2); in bindView()
193 case R.id.action2: in onClick()
DShortcutListFragment.java225 return R.id.action2; in getAction2Id()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder( in buildNotifications() local
332 .addAction(action2) in buildNotifications()
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java377 return R.id.action2; in getAction2Id()