Searched refs:WatchlistEventKeys (Results 1 – 1 of 1) sorted by relevance
88 private interface WatchlistEventKeys { interface in WatchlistLoggingHandler120 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()