Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java230 Notification publicVersion = getNotification().publicVersion; in isPublicVersionCategory() local
231 if (publicVersion == null) { in isPublicVersionCategory()
234 return Objects.equals(publicVersion.category, category); in isPublicVersionCategory()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java395 Notification publicVersion = new Notification.Builder(mContext).setSmallIcon( in createNotification() local
404 .setPublicVersion(publicVersion) in createNotification()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java2446 public Notification publicVersion; field in Notification
2725 if (this.publicVersion != null) { in cloneInto()
2726 that.publicVersion = new Notification(); in cloneInto()
2727 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
3088 if (publicVersion != null) { in writeToParcelImpl()
3090 publicVersion.writeToParcel(parcel, 0); in writeToParcelImpl()
3371 if (publicVersion != null) { in dumpDebug()
3443 if (this.publicVersion != null) { in toString()
3445 sb.append(publicVersion.toString()); in toString()
4986 mN.publicVersion = null; in setPublicVersion()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationStation.java546 if (n.publicVersion != null) { in generateExtraText()
551 .append(getTitleString(n.publicVersion)); in generateExtraText()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java531 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedPrivateA11yRedaction()
553 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedOverridePrivateA11yRedaction()
H A DNotificationManagerServiceTest.java7178 assertTrue(n.publicVersion.extras.containsKey(Notification.EXTRA_CONTAINS_CUSTOM_VIEW)); in testRemoveLargeRemoteViews()
7179 assertNotNull(n.publicVersion.contentView); in testRemoveLargeRemoteViews()
7180 assertNotNull(n.publicVersion.bigContentView); in testRemoveLargeRemoteViews()
7181 assertNotNull(n.publicVersion.headsUpContentView); in testRemoveLargeRemoteViews()
7188 assertNull(n.publicVersion.contentView); in testRemoveLargeRemoteViews()
7189 assertNull(n.publicVersion.bigContentView); in testRemoveLargeRemoteViews()
7190 assertNull(n.publicVersion.headsUpContentView); in testRemoveLargeRemoteViews()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java480 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
H A DNotificationManagerService.java6316 if (notification.publicVersion != null) {
6317 if (removeRemoteView(pkg, tag, id, notification.publicVersion.contentView)) {
6318 notification.publicVersion.contentView = null;
6320 if (removeRemoteView(pkg, tag, id, notification.publicVersion.bigContentView)) {
6321 notification.publicVersion.bigContentView = null;
6323 if (removeRemoteView(pkg, tag, id, notification.publicVersion.headsUpContentView)) {
6324 notification.publicVersion.headsUpContentView = null;
8317 event.setParcelableData(notification.publicVersion);
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2763 std::string publicVersion, publicId; in TEST_P() local
2764 ASSERT_TRUE(::matchDeviceName(deviceName, mProviderType, &publicVersion, in TEST_P()
7706 std::string publicVersion, publicId; in verifyLogicalOrUltraHighResCameraMetadata() local
7707 ASSERT_TRUE(::matchDeviceName(deviceName, mProviderType, &publicVersion, &publicId)); in verifyLogicalOrUltraHighResCameraMetadata()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5778 field public android.app.Notification publicVersion;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4645 field public android.app.Notification publicVersion;