/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | NotificationEntry.java | 230 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 D | NotificationTestHelper.java | 395 Notification publicVersion = new Notification.Builder(mContext).setSmallIcon( in createNotification() local 404 .setPublicVersion(publicVersion) in createNotification()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 2446 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 D | NotificationStation.java | 546 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 D | BuzzBeepBlinkTest.java | 531 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedPrivateA11yRedaction() 553 assertEquals(r.getNotification().publicVersion, event.getParcelableData()); in testLockedOverridePrivateA11yRedaction()
|
H A D | NotificationManagerServiceTest.java | 7178 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 D | NotificationRecord.java | 480 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
|
H A D | NotificationManagerService.java | 6316 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 D | VtsHalCameraProviderV2_4TargetTest.cpp | 2763 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5778 field public android.app.Notification publicVersion;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 4645 field public android.app.Notification publicVersion;
|