Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java496 Notification publicVersion = new Notification.Builder(mContext).setSmallIcon( in createNotification() local
505 .setPublicVersion(publicVersion) in createNotification()
H A DExpandableNotificationRowTest.java261 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java2529 public Notification publicVersion; field in Notification
2808 if (this.publicVersion != null) { in cloneInto()
2810 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
2849 if (publicVersion != null) { in visitUris()
2850 publicVersion.visitUris(visitor); in visitUris()
3195 if (publicVersion != null) { in writeToParcelImpl()
3481 if (publicVersion != null) { in clearAllowlistToken()
3518 if (publicVersion != null) { in dumpDebug()
3590 if (this.publicVersion != null) { in toString()
5143 mN.publicVersion = null; in setPublicVersion()
[all …]
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java532 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedPrivateA11yRedaction()
554 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedOverridePrivateA11yRedaction()
H A DNotificationManagerServiceTest.java6009 Notification publicVersion = new Notification.Builder(mContext, "a") in testVisitUris_publicVersion() local
6015 .setPublicVersion(publicVersion) in testVisitUris_publicVersion()
9436 assertTrue(n.publicVersion.extras.containsKey(Notification.EXTRA_CONTAINS_CUSTOM_VIEW));
9437 assertNotNull(n.publicVersion.contentView);
9438 assertNotNull(n.publicVersion.bigContentView);
9439 assertNotNull(n.publicVersion.headsUpContentView);
9446 assertNull(n.publicVersion.contentView);
9447 assertNull(n.publicVersion.bigContentView);
9448 assertNull(n.publicVersion.headsUpContentView);
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java495 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
H A DNotificationManagerService.java7148 if (notification.publicVersion != null) {
7149 if (removeRemoteView(pkg, tag, id, notification.publicVersion.contentView)) {
7150 notification.publicVersion.contentView = null;
7152 if (removeRemoteView(pkg, tag, id, notification.publicVersion.bigContentView)) {
7153 notification.publicVersion.bigContentView = null;
7155 if (removeRemoteView(pkg, tag, id, notification.publicVersion.headsUpContentView)) {
7156 notification.publicVersion.headsUpContentView = null;
9254 event.setParcelableData(notification.publicVersion);
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java317 assertThat(unparceled.publicVersion.allPendingIntents).containsExactly(publicContentIntent, in allPendingIntents_alsoInPublicVersion()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6338 field public android.app.Notification publicVersion;