Searched refs:rawLocation (Results 1 – 2 of 2) sorted by relevance
137 public Builder rawLocation(int x, int y) { in rawLocation() method in TestEvents.Builder
2179 final byte[] rawLocation = nInd.getContentLocation(); in getDupNotifications()2180 if (rawLocation != null) { in getDupNotifications()2181 final String location = new String(rawLocation); in getDupNotifications()