Home
last modified time | relevance | path

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

/external/catch2/scripts/
DupdateDocumentToC.py34 contentTitle = '**Contents**' variable
64 if not lines[contentLineNdx ].startswith(contentTitle):
216 processed.append(contentTitle + '<br>')
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DLog.java62 public static void notify(Context context, String title, String contentTitle, String message) { in notify() argument
63 android.util.Log.v(getTag(), String.format("%s %s", contentTitle, message)); in notify()
75 .setContentTitle(contentTitle) in notify()