HomeSort by relevance Sort by last modified time
    Searched refs:resolveText (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java 85 CharSequence contentText = resolveText(notification);
90 private CharSequence resolveText(Notification notification) {
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 528 b.resolveTitle(), b.resolveText(), b.mContentIntent, b.mFullScreenIntent);
607 b.resolveTitle(), b.resolveText(), b.mContentInfo, b.mTickerView,
621 b.resolveTitle(), b.resolveText(), b.mContentInfo, b.mTickerView,
632 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
703 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
755 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
813 b.mContext, b.mNotification, b.resolveTitle(), b.resolveText(), b.mContentInfo,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 386 protected CharSequence resolveText() {
396 return super.resolveText();

Completed in 172 milliseconds