Home
last modified time | relevance | path

Searched defs:noop (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
DNotificationGenerator.java56 PendingIntent noop = PendingIntent.getActivity(context, 0, new Intent(), 0); in build() local
80 builder.addAction(ACTION1_ICON.getValueInt(), ACTION1_TEXT.getValueString(), noop); in build() local
82 builder.addAction(ACTION2_ICON.getValueInt(), ACTION2_TEXT.getValueString(), noop); in build() local
84 builder.addAction(ACTION3_ICON.getValueInt(), ACTION3_TEXT.getValueString(), noop); in build() local