Home | History | Annotate | Download | only in mock

Lines Matching refs:NotFoundException

51     public CharSequence getText(int id) throws NotFoundException {
56 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
61 public String getString(int id) throws NotFoundException {
66 public String getString(int id, Object... formatArgs) throws NotFoundException {
72 throws NotFoundException {
77 public String getQuantityString(int id, int quantity) throws NotFoundException {
87 public CharSequence[] getTextArray(int id) throws NotFoundException {
92 public String[] getStringArray(int id) throws NotFoundException {
97 public int[] getIntArray(int id) throws NotFoundException {
102 public TypedArray obtainTypedArray(int id) throws NotFoundException {
107 public float getDimension(int id) throws NotFoundException {
112 public int getDimensionPixelOffset(int id) throws NotFoundException {
117 public int getDimensionPixelSize(int id) throws NotFoundException {
122 public Drawable getDrawable(int id) throws NotFoundException {
127 public Movie getMovie(int id) throws NotFoundException {
132 public int getColor(int id) throws NotFoundException {
137 public ColorStateList getColorStateList(int id) throws NotFoundException {
142 public int getInteger(int id) throws NotFoundException {
147 public XmlResourceParser getLayout(int id) throws NotFoundException {
152 public XmlResourceParser getAnimation(int id) throws NotFoundException {
157 public XmlResourceParser getXml(int id) throws NotFoundException {
162 public InputStream openRawResource(int id) throws NotFoundException {
167 public AssetFileDescriptor openRawResourceFd(int id) throws NotFoundException {
173 throws NotFoundException {
179 throws NotFoundException {
204 public String getResourceName(int resid) throws NotFoundException {
209 public String getResourcePackageName(int resid) throws NotFoundException {
214 public String getResourceTypeName(int resid) throws NotFoundException {
219 public String getResourceEntryName(int resid) throws NotFoundException {