Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java553 Notification publicVersion = new Notification.Builder(mContext).setSmallIcon( in createNotification() local
562 .setPublicVersion(publicVersion) in createNotification()
DExpandableNotificationRowTest.java238 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
336 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in setHideSensitive_changeContent_shouldNotDisturbAnimation()
/frameworks/base/core/java/android/app/
DNotification.java2595 public Notification publicVersion; field in Notification
2763 publicVersion = Notification.CREATOR.createFromParcel(parcel); in readFromParcelImpl()
2896 if (this.publicVersion != null) { in cloneInto()
2897 that.publicVersion = new Notification(); in cloneInto()
2898 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
2937 if (publicVersion != null) { in visitUris()
2938 publicVersion.visitUris(visitor); in visitUris()
3463 if (publicVersion != null) { in writeToParcelImpl()
3465 publicVersion.writeToParcel(parcel, 0); in writeToParcelImpl()
3749 if (publicVersion != null) { in overrideAllowlistToken()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java7825 || (notification.publicVersion != null
7826 && (notification.publicVersion.contentView != null
7827 || notification.publicVersion.bigContentView != null
7828 || notification.publicVersion.headsUpContentView != null))) {
7835 if (notification.publicVersion != null) {
7836 notification.publicVersion.contentView = null;
7837 notification.publicVersion.bigContentView = null;
7838 notification.publicVersion.headsUpContentView = null;
7850 if (notification.publicVersion != null) {
7851 if (removeRemoteView(pkg, tag, id, notification.publicVersion.contentView)) {
[all …]
DNotificationAttentionHelper.java1044 event.setParcelableData(notification.publicVersion); in sendAccessibilityEvent()
DNotificationRecord.java514 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java6820 Notification publicVersion = new Notification.Builder(mContext, "a") in testVisitUris_publicVersion() local
6826 .setPublicVersion(publicVersion) in testVisitUris_publicVersion()
10643 assertTrue(n.publicVersion.extras.containsKey(Notification.EXTRA_CONTAINS_CUSTOM_VIEW));
10644 assertNotNull(n.publicVersion.contentView);
10645 assertNotNull(n.publicVersion.bigContentView);
10646 assertNotNull(n.publicVersion.headsUpContentView);
10653 assertNull(n.publicVersion.contentView);
10654 assertNull(n.publicVersion.bigContentView);
10655 assertNull(n.publicVersion.headsUpContentView);
10693 assertNull(n.publicVersion.contentView);
[all …]
DNotificationAttentionHelperTest.java686 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedPrivateA11yRedaction()
708 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedOverridePrivateA11yRedaction()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java331 assertThat(unparceled.publicVersion.allPendingIntents).containsExactly(publicContentIntent, in allPendingIntents_alsoInPublicVersion()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4645 field public android.app.Notification publicVersion;
/frameworks/base/core/api/
Dcurrent.txt6533 field public android.app.Notification publicVersion;