Searched refs:publicVersion (Results 1 – 12 of 12) sorted by relevance
553 Notification publicVersion = new Notification.Builder(mContext).setSmallIcon( in createNotification() local562 .setPublicVersion(publicVersion) in createNotification()
238 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()336 publicNotif.publicVersion = mNotificationTestHelper.createNotification(); in setHideSensitive_changeContent_shouldNotDisturbAnimation()
2595 public Notification publicVersion; field in Notification2763 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 …]
7825 || (notification.publicVersion != null7826 && (notification.publicVersion.contentView != null7827 || notification.publicVersion.bigContentView != null7828 || 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 …]
1044 event.setParcelableData(notification.publicVersion); in sendAccessibilityEvent()
514 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
6820 Notification publicVersion = new Notification.Builder(mContext, "a") in testVisitUris_publicVersion() local6826 .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 …]
686 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedPrivateA11yRedaction()708 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedOverridePrivateA11yRedaction()
331 assertThat(unparceled.publicVersion.allPendingIntents).containsExactly(publicContentIntent, in allPendingIntents_alsoInPublicVersion()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4645 field public android.app.Notification publicVersion;
6533 field public android.app.Notification publicVersion;