Searched refs:contentTitle (Results 1 – 2 of 2) sorted by relevance
34 contentTitle = '**Contents**' variable64 if not lines[contentLineNdx ].startswith(contentTitle):216 processed.append(contentTitle + '<br>')
62 public static void notify(Context context, String title, String contentTitle, String message) { in notify() argument63 android.util.Log.v(getTag(), String.format("%s %s", contentTitle, message)); in notify()75 .setContentTitle(contentTitle) in notify()