Searched refs:tuneParams (Results 1 – 2 of 2) sorted by relevance
1058 MySessionCallback(String inputId, Uri channelUri, Bundle tuneParams) { in MySessionCallback() argument1061 mTuneParams = tuneParams; in MySessionCallback()
2774 Bundle tuneParams = (Bundle) args.arg4; in handleMessage() local2782 if (tuneParams != null) { in handleMessage()2784 encodeTuneParams(tuneParams)); in handleMessage()2819 private String encodeTuneParams(Bundle tuneParams) { in encodeTuneParams() argument2821 Set<String> keySet = tuneParams.keySet(); in encodeTuneParams()2825 Object value = tuneParams.get(key); in encodeTuneParams()