Searched refs:contentTitle (Results 1 – 2 of 2) sorted by relevance
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNotification.java | 30 public void setLatestEventInfo(Context context, CharSequence contentTitle, in setLatestEventInfo() argument 32 latestEventInfo = new LatestEventInfo(contentTitle, contentText, contentIntent); in setLatestEventInfo() 41 private final CharSequence contentTitle; field in ShadowNotification.LatestEventInfo 45 …private LatestEventInfo(CharSequence contentTitle, CharSequence contentText, PendingIntent content… in LatestEventInfo() argument 46 this.contentTitle = contentTitle; in LatestEventInfo() 52 return contentTitle; in getContentTitle()
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | Log.java | 62 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()
|