Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DSecurityEventTest.java102 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/
DNetworkSpecifier.java67 public NetworkSpecifier redact() { in redact() method in NetworkSpecifier
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt207 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/
DNotificationRecord.java466 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()
DNotificationManagerService.java6802 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;
DPreferencesHelper.java2126 channel.dump(pw, " ", filter.redact); in dumpPackagePreferencesLocked()
/frameworks/base/core/java/android/app/admin/
DSecurityLog.java801 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/
DBrightnessTracker.java298 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/
Dframework_extension_atoms.proto520 optional bool redact = 2; field
/frameworks/base/core/api/
Dsystem-current.txt9702 method @Nullable public android.net.NetworkSpecifier redact();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...