Home
last modified time | relevance | path

Searched refs:publicVersion (Results 1 – 14 of 14) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java66 int visibility, Notification publicVersion, String groupKey, boolean groupSummary, in Builder() argument
102 .setPublicVersion(publicVersion); in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java1280 Log.v(TAG, "publicNotification: " + sbn.getNotification().publicVersion);
1283 Notification publicNotification = sbn.getNotification().publicVersion;
1930 + " publicView=" + oldNotification.getNotification().publicVersion
1936 + " publicView=" + n.publicVersion);
1953 final Notification oldPublicNotification = oldNotification.getNotification().publicVersion;
1956 final Notification publicNotification = n.publicVersion;
1994 final Notification publicVersion = notification.getNotification().publicVersion;
1995 final RemoteViews publicContentView = publicVersion != null ? publicVersion.contentView
/frameworks/base/core/java/android/app/
DNotification.java1359 public Notification publicVersion; field in Notification
1483 publicVersion = Notification.CREATOR.createFromParcel(parcel); in Notification()
1580 if (this.publicVersion != null) { in cloneInto()
1581 that.publicVersion = new Notification(); in cloneInto()
1582 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
1751 if (publicVersion != null) { in writeToParcel()
1753 publicVersion.writeToParcel(parcel, 0); in writeToParcel()
1891 if (this.publicVersion != null) { in toString()
1893 sb.append(publicVersion.toString()); in toString()
3361 n.publicVersion = new Notification(); in buildUnstyled()
[all …]
/frameworks/base/docs/html-intl/intl/ru/design/patterns/
Dnotifications.jd809 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>.
814 …олжно иметь атрибут <code>VISIBILITY_PRIVATE</code>, но его версия <code>publicVersion</code> может
/frameworks/base/docs/html-intl/intl/zh-cn/design/patterns/
Dnotifications.jd807 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>…
812 …知包括短信的文本以及发信者的姓名和联系人图标。该通知应为 <code>VISIBILITY_PRIVATE</code>,但是 <code>publicVersion</code> 仍然可以包含“…
/frameworks/base/docs/html-intl/intl/ko/design/patterns/
Dnotifications.jd808 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>
814 이 알림은 <code>VISIBILITY_PRIVATE</code>여야 하지만, <code>publicVersion</code>은 다른 식별
/frameworks/base/docs/html-intl/intl/zh-tw/design/patterns/
Dnotifications.jd809 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>
814 此通知應該是 <code>VISIBILITY_PRIVATE</code>,但 <code>publicVersion</code> 仍包含像「3 個新訊息」等實用資訊,
/frameworks/base/docs/html-intl/intl/ja/design/patterns/
Dnotifications.jd807 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>…
812 …、連絡先アイコンが含まれています。この通知は <code>VISIBILITY_PRIVATE</code> であるべきですが、<code>publicVersion</code> にも "3 件…
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd828 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>
833 This notification should be <code>VISIBILITY_PRIVATE</code>, but <code>publicVersion</code> could s…
/frameworks/base/docs/html-intl/intl/es/design/patterns/
Dnotifications.jd809 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>
814 Esta notificación debe ser <code>VISIBILITY_PRIVATE</code>, pero <code>publicVersion</code> podría
/frameworks/base/docs/html-intl/intl/pt-br/design/patterns/
Dnotifications.jd809 href="/reference/android/app/Notification.html#publicVersion">Notification.publicVersion</a></code>.
814 Essa notificação deve ser <code>VISIBILITY_PRIVATE</code>, mas <code>publicVersion</code> ainda pode
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1755 NO DOC BLOCK: android.app.Notification Field publicVersion
/frameworks/base/api/
Dcurrent.txt4791 field public android.app.Notification publicVersion;
Dsystem-current.txt4908 field public android.app.Notification publicVersion;