Searched refs:settingType (Results 1 – 3 of 3) sorted by relevance
111 public boolean supportsSetting(int settingType, int settingValue) { in supportsSetting() argument112 if (null == mSupportedValues.get(settingType)) return false; in supportsSetting()113 return mSupportedValues.valueAt(settingType).contains(settingValue); in supportsSetting()116 public boolean supportsSetting(int settingType) { in supportsSetting() argument117 return (null != mSupportedValues.get(settingType)); in supportsSetting()120 public int getSetting(int settingType) { in getSetting() argument121 if (null == mSettings.get(settingType)) return -1; in getSetting()122 return mSettings.get(settingType); in getSetting()
167 public boolean supportsSetting(int settingType, int settingValue) { in supportsSetting() argument168 return mSupportedPlayerApplicationSettings.supportsSetting(settingType, settingValue); in supportsSetting()
73 final Cursor cursor, final ParticipantData otherParticipant, final int settingType) { in bind() argument78 mItemId = settingType; in bind()82 switch (settingType) { in bind()