/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | SecurityEventTest.java | 117 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 D | NetworkSpecifier.java | 67 public NetworkSpecifier redact() { in redact() method in NetworkSpecifier
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 447 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 D | NotificationManagerService.java | 6242 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 D | PreferencesHelper.java | 2062 channel.dump(pw, " ", filter.redact); in dumpPackagePreferencesLocked()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 202 redact: Boolean 205 val showPeopleAvatar = isImportantConversation(entry) && !redact
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | SecurityLog.java | 785 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 D | BrightnessTracker.java | 295 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 D | system-current.txt | 9511 method @Nullable public android.net.NetworkSpecifier redact();
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |