From 444c284293d4fb824615391b4307527d8b3b4928 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Tue, 28 Jun 2022 19:33:32 +0000 Subject: [PATCH] Update comments for Wifi-related SecurityLog events to indicate that the events are only generated for managed networks. Bug: 165342942 Test: m Change-Id: Ibdeed90a87523215906e457830543cc0de5ec004 --- core/java/android/app/admin/SecurityLog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/admin/SecurityLog.java b/core/java/android/app/admin/SecurityLog.java index b90408d4395e6..904db5f86c029 100644 --- a/core/java/android/app/admin/SecurityLog.java +++ b/core/java/android/app/admin/SecurityLog.java @@ -518,7 +518,7 @@ public class SecurityLog { /** * Indicates that an event occurred as the device attempted to connect to - * a WiFi network. The log entry contains the following information about the + * a managed WiFi network. The log entry contains the following information about the * event, encapsulated in an {@link Object} array and accessible via * {@link SecurityEvent#getData()}: *
  • [0] Last 2 octets of the network BSSID ({@code String}, in the form "xx:xx:xx:xx:AA:BB") @@ -530,7 +530,7 @@ public class SecurityLog { public static final int TAG_WIFI_CONNECTION = SecurityLogTags.SECURITY_WIFI_CONNECTION; /** - * Indicates that the device disconnects from a connected WiFi network. + * Indicates that the device disconnects from a managed WiFi network. * The log entry contains the following information about the * event, encapsulated in an {@link Object} array and accessible via * {@link SecurityEvent#getData()}: