HomeSort by relevance Sort by last modified time
    Searched defs:NotFoundException (Results 1 - 25 of 35) sorted by null

1 2

  /external/javassist/src/main/javassist/
NotFoundException.java 21 public class NotFoundException extends Exception {
22 public NotFoundException(String msg) {
26 public NotFoundException(String msg, Exception e) {
  /frameworks/base/rs/java/android/renderscript/
ScriptC.java 120 throw new Resources.NotFoundException();
Program.java 273 throw new Resources.NotFoundException();
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptC.java 101 throw new Resources.NotFoundException();
  /external/javassist/sample/evolve/
Evolution.java 37 public void start(ClassPool _pool) throws NotFoundException {
46 throws NotFoundException, CannotCompileException {
60 private void onLoadUpdatable(String classname) throws NotFoundException,
78 throw new NotFoundException(classname, e);
88 public void makeUpdatable(String classname) throws NotFoundException,
103 throws CannotCompileException, NotFoundException {
170 int version) throws CannotCompileException, NotFoundException {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResources.java 67 public int getColor(int id) throws Resources.NotFoundException {
84 public String getString(int id) throws Resources.NotFoundException {
89 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException {
95 public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFoundException {
101 public String getQuantityString(int id, int quantity) throws Resources.NotFoundException {
106 public InputStream openRawResource(int id) throws Resources.NotFoundException {
111 public String[] getStringArray(int id) throws Resources.NotFoundException {
114 throw new Resources.NotFoundException();
120 public CharSequence[] getTextArray(int id) throws Resources.NotFoundException {
125 public CharSequence getText(int id) throws Resources.NotFoundException {
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 29 import android.content.res.Resources.NotFoundException;
221 public CharSequence loadAuthor(PackageManager pm) throws NotFoundException {
222 if (mAuthorResource <= 0) throw new NotFoundException();
235 public CharSequence loadDescription(PackageManager pm) throws NotFoundException {
247 if (mDescriptionResource <= 0) throw new NotFoundException();
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 157 public Drawable getDrawable(int id) throws NotFoundException {
169 // id was not found or not resolved. Throw a NotFoundException.
177 public int getColor(int id) throws NotFoundException {
190 // id was not found or not resolved. Throw a NotFoundException.
198 public ColorStateList getColorStateList(int id) throws NotFoundException {
209 // id was not found or not resolved. Throw a NotFoundException.
217 public CharSequence getText(int id) throws NotFoundException {
232 // id was not found or not resolved. Throw a NotFoundException.
240 public XmlResourceParser getLayout(int id) throws NotFoundException {
276 // id was not found or not resolved. Throw a NotFoundException
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 33 import android.content.res.Resources.NotFoundException;
369 public CharSequence loadDescription(PackageManager pm) throws NotFoundException {
380 throw new NotFoundException();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
  /frameworks/base/core/java/android/content/res/
Resources.java 189 public static class NotFoundException extends RuntimeException {
190 public NotFoundException() {
193 public NotFoundException(String name) {
264 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
269 public CharSequence getText(int id) throws NotFoundException {
274 throw new NotFoundException("String resource ID #0x"
293 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
298 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 479 throws Resources.NotFoundException {
484 throw new Resources.NotFoundException();
745 int[] attrs) throws Resources.NotFoundException {
    [all...]
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
android.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 5920 milliseconds

1 2