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