Home
last modified time | relevance | path

Searched refs:redact (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DSecurityEventTest.java117 assertThat(event.redact(11)).isNull(); in testSecurityEventRedaction()
124 assertThat(event.redact(11)).isNull(); in testSecurityEventRedaction()
131 assertThat(event.redact(0)).isNull(); in testSecurityEventRedaction()
138 assertThat(event.redact(0)).isNotNull(); in testSecurityEventRedaction()
139 assertThat(event.redact(10)).isNull(); in testSecurityEventRedaction()
146 assertThat(event.redact(1)).isNotNull(); in testSecurityEventRedaction()
147 assertThat(event.redact(10)).isNull(); in testSecurityEventRedaction()
154 assertThat(event.redact(2)).isNotNull(); in testSecurityEventRedaction()
155 assertThat(event.redact(10)).isNull(); in testSecurityEventRedaction()
162 assertThat(event.redact(2)).isNotNull(); in testSecurityEventRedaction()
[all …]
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkSpecifier.java67 public NetworkSpecifier redact() { in redact() method in NetworkSpecifier
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java447 void dump(ProtoOutputStream proto, long fieldId, boolean redact, int state) { in dump() argument
479 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump() argument
493 dumpNotification(pw, prefix + prefix, notification, redact); in dump()
495 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump()
554 boolean redact) { in dumpNotification() argument
570 if (redact) { in dumpNotification()
613 if (redact && (val instanceof CharSequence) && shouldRedactStringExtra(key)) { in dumpNotification()
623 if (!redact) { in dumpNotification()
H A DNotificationManagerService.java6242 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact,
6249 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact,
6257 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact,
6318 nr.dump(pw, " ", getContext(), filter.redact);
6391 nr.dump(pw, " ", getContext(), filter.redact);
6451 r.dump(pw, " ", getContext(), filter.redact);
12011 public boolean redact = true;
12024 filter.redact = false;
H A DPreferencesHelper.java2062 channel.dump(pw, " ", filter.redact); in dumpPackagePreferencesLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
H A DIconManager.kt202 redact: Boolean
205 val showPeopleAvatar = isImportantConversation(entry) && !redact
/aosp14/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java785 public SecurityEvent redact(int accessingUser) { in redact() method in SecurityLog.SecurityEvent
916 event = event.redact(accessingUser); in redactEvents()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java295 boolean redact = (!includePackage) || profileId != userId; in getEvents()
296 toRedact.put(profiles[i], redact); in getEvents()
300 Boolean redact = toRedact.get(events[i].userId); in getEvents() local
301 if (redact != null) { in getEvents()
302 if (!redact) { in getEvents()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt9511 method @Nullable public android.net.NetworkSpecifier redact();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...