Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/watchlist/
DWatchlistLoggingHandler.java88 private interface WatchlistEventKeys { interface in WatchlistLoggingHandler
120 data.getString(WatchlistEventKeys.HOST), in handleMessage()
121 data.getStringArray(WatchlistEventKeys.IP_ADDRESSES), in handleMessage()
122 data.getInt(WatchlistEventKeys.UID), in handleMessage()
123 data.getLong(WatchlistEventKeys.TIMESTAMP) in handleMessage()
197 bundle.putString(WatchlistEventKeys.HOST, host); in asyncNetworkEvent()
198 bundle.putStringArray(WatchlistEventKeys.IP_ADDRESSES, ipAddresses); in asyncNetworkEvent()
199 bundle.putInt(WatchlistEventKeys.UID, uid); in asyncNetworkEvent()
200 bundle.putLong(WatchlistEventKeys.TIMESTAMP, System.currentTimeMillis()); in asyncNetworkEvent()