Searched refs:ACTION_SET_NEXT_CONTENT (Results 1 – 3 of 3) sorted by relevance
28 public static final String ACTION_SET_NEXT_CONTENT = "set_next_content"; field in RequestUtils
127 } else if (RequestUtils.ACTION_SET_NEXT_CONTENT.equals(action)) { in sendRequest()
130 mBinder.sendRequest(RequestUtils.ACTION_SET_NEXT_CONTENT, bob.build(), null); in setNextContent()