Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DWatchlistLoggingHandler.java86 private interface WatchlistEventKeys { interface in WatchlistLoggingHandler
111 data.getString(WatchlistEventKeys.HOST), in handleMessage()
112 data.getStringArray(WatchlistEventKeys.IP_ADDRESSES), in handleMessage()
113 data.getInt(WatchlistEventKeys.UID), in handleMessage()
114 data.getLong(WatchlistEventKeys.TIMESTAMP) in handleMessage()
188 bundle.putString(WatchlistEventKeys.HOST, host); in asyncNetworkEvent()
189 bundle.putStringArray(WatchlistEventKeys.IP_ADDRESSES, ipAddresses); in asyncNetworkEvent()
190 bundle.putInt(WatchlistEventKeys.UID, uid); in asyncNetworkEvent()
191 bundle.putLong(WatchlistEventKeys.TIMESTAMP, System.currentTimeMillis()); in asyncNetworkEvent()