HomeSort by relevance Sort by last modified time
    Searched refs:userAttributes (Results 1 - 6 of 6) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 69 final Map<String, String> userAttributes = overlay.getUserAttributes();
70 mTitle = userAttributes.get(KEY_TITLE);
71 mSubtitle = userAttributes.get(KEY_SUBTITLE);
72 mType = Integer.parseInt(userAttributes.get(KEY_TYPE));
221 final Bundle userAttributes = new Bundle(4);
222 userAttributes.putInt(KEY_TYPE, mType);
223 userAttributes.putString(KEY_TITLE, mTitle);
224 userAttributes.putString(KEY_SUBTITLE, mSubtitle);
225 return userAttributes;
238 final Bundle userAttributes = new Bundle(4);
    [all...]
ApiService.java     [all...]