Home | History | Annotate | Download | only in compat

Lines Matching defs:mMethod

171         private final Method mMethod;
174 mMethod = method;
179 return (T) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args);
184 private final Method mMethod;
187 mMethod = method;
191 return (int) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args);
196 private final Method mMethod;
199 mMethod = method;
203 return (float) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args);
208 private final Method mMethod;
211 mMethod = method;
215 return (boolean) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args);