Searched refs:publicVersion (Results 1 – 10 of 10) sorted by relevance
496 Notification publicVersion = new Notification.Builder(mContext).setSmallIcon( in createNotification() local505 .setPublicVersion(publicVersion) in createNotification()
261 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
2529 public Notification publicVersion; field in Notification2808 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 …]
532 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedPrivateA11yRedaction()554 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedOverridePrivateA11yRedaction()
6009 Notification publicVersion = new Notification.Builder(mContext, "a") in testVisitUris_publicVersion() local6015 .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);
495 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
7148 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);
317 assertThat(unparceled.publicVersion.allPendingIntents).containsExactly(publicContentIntent, in allPendingIntents_alsoInPublicVersion()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6338 field public android.app.Notification publicVersion;