OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveTitle
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java
84
CharSequence titleText =
resolveTitle
(notification);
98
private CharSequence
resolveTitle
(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
405
protected CharSequence
resolveTitle
() {
414
return super.
resolveTitle
();
Completed in 3873 milliseconds