Searched refs:noop (Results 1 – 2 of 2) sorted by relevance
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/ |
D | NotificationGenerator.java | 56 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 90 builder.setContentIntent(noop); in build()
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …noop:function(){},globalEval:function(b){b&&r.test(b)&&(a.execScript||function(b){a.eval.call(a,b)…
|