Home
last modified time | relevance | path

Searched refs:VISIBILITY_SECRET (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DVisibilityExtractorTest.java19 import static android.app.Notification.VISIBILITY_SECRET;
122 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalNoneDpmAllChannelAll()
159 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalAllDpmNoneChannelAll()
192 NotificationRecord r = getNotificationRecord(VISIBILITY_SECRET); in testGlobalAllDpmAllChannelNone()
196 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalAllDpmAllChannelNone()
229 NotificationRecord r = getNotificationRecord(VISIBILITY_SECRET); in testGlobalAllDpmSomeChannelNone()
233 assertEquals(VISIBILITY_SECRET, r.getPackageVisibilityOverride()); in testGlobalAllDpmSomeChannelNone()
DPreferencesHelperTest.java22 import static android.app.Notification.VISIBILITY_SECRET;
597 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXml()
665 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForBackup()
1130 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForNonBackup_postMigration()
1215 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForBackup_postMigration()
1302 channel2.setLockscreenVisibility(VISIBILITY_SECRET); in testChannelXmlForBackup_postMigration_noExternal()
1873 + VISIBILITY_SECRET + "\"" + " uid=\"" + UID_N_MR1 + "\" />\n" in testChannelXml_upgradeCreateDefaultChannel()
1887 assertEquals(VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()
2036 channel.setLockscreenVisibility(VISIBILITY_SECRET); in testUpdate()
2072 defaultChannel.setLockscreenVisibility(VISIBILITY_SECRET); in testUpdate_preUpgrade_updatesAppFields()
[all …]
DGroupHelperTest.java27 import static android.app.Notification.VISIBILITY_SECRET;
1301 visibility = VISIBILITY_SECRET; in testAutobundledSummaryVisibility_noPublicChildren()
DNotificationManagerServiceTest.java1209 Notification.VISIBILITY_SECRET); in getSignalExtractorSideEffects()
/frameworks/base/services/core/java/com/android/server/notification/
DVisibilityExtractor.java61 != Notification.VISIBILITY_SECRET; in process()
65 record.setPackageVisibilityOverride(Notification.VISIBILITY_SECRET); in process()
DNotificationUsageStats.java468 case Notification.VISIBILITY_SECRET: in countApiUse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt3 import android.app.Notification.VISIBILITY_SECRET
195 entry.sbn.notification.visibility == VISIBILITY_SECRET -> true in shouldHideNotification()
243 entry.ranking.channel.lockscreenVisibility == VISIBILITY_SECRET in isRankingVisibilitySecret()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java21 import static android.app.Notification.VISIBILITY_SECRET;
461 .setVisibilityOverride(VISIBILITY_SECRET).build()); in publicMode_nullChannel_allowed()
470 channel.setLockscreenVisibility(VISIBILITY_SECRET); in publicMode_notifDisallowed()
480 .setVisibilityOverride(VISIBILITY_SECRET).build()); in publicMode_notifDisallowed()
549 .setVisibilityOverride(VISIBILITY_SECRET) in notificationChannelVisibilityNoOverride()
569 channel.setLockscreenVisibility(VISIBILITY_SECRET); in notificationChannelVisibilitySecret()
606 .setVisibility(VISIBILITY_SECRET); in notificationVisibilitySecret()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinator.kt74 get() = channel?.lockscreenVisibility == Notification.VISIBILITY_SECRET || in bindCoordinator()
75 sbn.notification?.visibility == Notification.VISIBILITY_SECRET in bindCoordinator()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java95 Notification.VISIBILITY_SECRET, false); in showReEnrollmentNotification()
185 BAD_CALIBRATION_NOTIFICATION_TAG, Notification.VISIBILITY_SECRET, false); in showBadCalibrationNotification()
241 Notification.VISIBILITY_SECRET, false, Notification.FLAG_NO_CLEAR); in showBiometricReEnrollNotification()
/frameworks/base/core/proto/android/app/
Dnotification.proto42 VISIBILITY_SECRET = -1; enumerator
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java85 .setVisibility(Notification.VISIBILITY_SECRET) // Should not appear on lock screen in showNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationService.java248 .setVisibility(Notification.VISIBILITY_SECRET) in showNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt702 notification.visibility = Notification.VISIBILITY_SECRET in createNotificationEntry()
709 channel.lockscreenVisibility = Notification.VISIBILITY_SECRET in createNotificationEntry()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java264 .setVisibility(Notification.VISIBILITY_SECRET)
392 .setVisibility(Notification.VISIBILITY_SECRET)
/frameworks/base/core/java/android/app/
DNotification.java922 VISIBILITY_SECRET,
950 public static final int VISIBILITY_SECRET = -1; field in Notification
958 VISIBILITY_SECRET,
3788 if (this.visibility >= VISIBILITY_SECRET && this.visibility <= VISIBILITY_PUBLIC) { in dumpDebug()
3884 case VISIBILITY_SECRET: in visibilityToString()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4622 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
/frameworks/base/core/api/
Dcurrent.txt6510 field public static final int VISIBILITY_SECRET = -1; // 0xffffffff
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8141 Landroid/app/NotificationProto;->VISIBILITY_SECRET:I