Searched refs:PLAYER_PREFIX (Results 1 – 3 of 3) sorted by relevance
50 public static final String PLAYER_PREFIX = "PLAYER"; field in BrowseTree186 String playerKey = PLAYER_PREFIX + device.getAddress().toString(); in BrowseNode()325 return Integer.parseInt(getID().replace(PLAYER_PREFIX, "")); in getPlayerID()
161 .isEqualTo(Integer.parseInt((TEST_UUID).replace(BrowseTree.PLAYER_PREFIX, ""))); in getters()
196 String testDeviceId = BrowseTree.PLAYER_PREFIX + mTestDevice.getAddress(); in notifyImageDownload()