/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | SecurityEventTest.java | 102 assertThat(TextUtils.isEmpty(event.redact(0).getStringData(1))).isTrue(); in testSecurityEventRedaction() 109 assertThat(TextUtils.isEmpty(event.redact(0).getStringData(1))).isTrue(); in testSecurityEventRedaction() 116 assertThat(event.redact(10)).isNotNull(); in testSecurityEventRedaction() 117 assertThat(event.redact(11)).isNull(); in testSecurityEventRedaction() 123 assertThat(event.redact(10)).isNotNull(); in testSecurityEventRedaction() 124 assertThat(event.redact(11)).isNull(); in testSecurityEventRedaction() 130 assertThat(event.redact(20)).isNotNull(); 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() [all …]
|
/frameworks/base/core/java/android/net/ |
D | NetworkSpecifier.java | 67 public NetworkSpecifier redact() { in redact() method in NetworkSpecifier
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManager.kt | 207 val iconDescriptor = getIconDescriptor(entry, redact = false) in <lambda>() 210 getIconDescriptor(entry, redact = true) in <lambda>() 218 private fun getIconDescriptor(entry: NotificationEntry, redact: Boolean): StatusBarIcon { in <lambda>() 219 val showPeopleAvatar = !redact && isImportantConversation(entry) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 466 void dump(ProtoOutputStream proto, long fieldId, boolean redact, int state) { in dump() argument 498 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump() argument 512 dumpNotification(pw, prefix + prefix, notification, redact); in dump() 514 dumpNotification(pw, prefix + prefix, notification.publicVersion, redact); in dump() 572 boolean redact) { in dumpNotification() argument 588 if (redact) { in dumpNotification() 630 if (redact && (val instanceof CharSequence) && shouldRedactStringExtra(key)) { in dumpNotification() 640 if (!redact) { in dumpNotification()
|
D | NotificationManagerService.java | 6802 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact, 6809 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact, 6817 nr.dump(proto, NotificationServiceDumpProto.RECORDS, filter.redact, 6878 nr.dump(pw, " ", getContext(), filter.redact); 6931 nr.dump(pw, " ", getContext(), filter.redact); 6991 r.dump(pw, " ", getContext(), filter.redact); 12718 public boolean redact = true; 12731 filter.redact = false;
|
D | PreferencesHelper.java | 2126 channel.dump(pw, " ", filter.redact); in dumpPackagePreferencesLocked()
|
/frameworks/base/core/java/android/app/admin/ |
D | SecurityLog.java | 801 public SecurityEvent redact(int accessingUser) { in redact() method in SecurityLog.SecurityEvent 932 event = event.redact(accessingUser); in redactEvents()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessTracker.java | 298 boolean redact = (!includePackage) || profileId != userId; in getEvents() 299 toRedact.put(profiles[i], redact); in getEvents() 303 Boolean redact = toRedact.get(events[i].userId); in getEvents() local 304 if (redact != null) { in getEvents() 305 if (!redact) { in getEvents()
|
/frameworks/proto_logging/stats/atoms/framework/ |
D | framework_extension_atoms.proto | 520 optional bool redact = 2; field
|
/frameworks/base/core/api/ |
D | system-current.txt | 9702 method @Nullable public android.net.NetworkSpecifier redact();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |