Home | History | Annotate | Download | only in client

Lines Matching defs:resultData

731             Bundle resultData = new Bundle();
732 resultData.putString(TEST_KEY_4, TEST_VALUE_4);
734 callMediaBrowserServiceMethod(CUSTOM_ACTION_SEND_RESULT, resultData, getContext());
1057 public void onResult(String action, Bundle extras, Bundle resultData) {
1062 mData = resultData;