HomeSort by relevance Sort by last modified time
    Searched defs:NotFoundException (Results 1 - 25 of 28) 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/graphics/java/android/renderscript/
ScriptC.java 99 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 65 public int getColor(int id) throws Resources.NotFoundException {
82 public String getString(int id) throws Resources.NotFoundException {
87 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException {
93 public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFoundException {
99 public String getQuantityString(int id, int quantity) throws Resources.NotFoundException {
104 public InputStream openRawResource(int id) throws Resources.NotFoundException {
109 public String[] getStringArray(int id) throws Resources.NotFoundException {
112 throw new Resources.NotFoundException();
118 public CharSequence[] getTextArray(int id) throws Resources.NotFoundException {
123 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 156 public Drawable getDrawable(int id) throws NotFoundException {
163 // id was not found or not resolved. Throw a NotFoundException.
171 public int getColor(int id) throws NotFoundException {
184 // id was not found or not resolved. Throw a NotFoundException.
192 public ColorStateList getColorStateList(int id) throws NotFoundException {
203 // id was not found or not resolved. Throw a NotFoundException.
211 public CharSequence getText(int id) throws NotFoundException {
226 // id was not found or not resolved. Throw a NotFoundException.
234 public XmlResourceParser getLayout(int id) throws NotFoundException {
270 // 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;
353 public CharSequence loadDescription(PackageManager pm) throws NotFoundException {
364 throw new NotFoundException();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java 113 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
  /frameworks/base/core/java/android/content/res/
Resources.java 159 public static class NotFoundException extends RuntimeException {
160 public NotFoundException() {
163 public NotFoundException(String name) {
234 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
239 public CharSequence getText(int id) throws NotFoundException {
244 throw new NotFoundException("String resource ID #0x"
263 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
268 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 463 throws Resources.NotFoundException {
468 throw new Resources.NotFoundException();
730 throws Resources.NotFoundException {
    [all...]
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.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/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 1158 milliseconds

1 2