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 114 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/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
PartnerTest.java 149 public int getInteger(int id) throws NotFoundException {
153 throw new NotFoundException();
158 public int getColor(int id) throws NotFoundException {
162 throw new NotFoundException();
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 169 // id was not found or not resolved. Throw a NotFoundException.
177 public int getColor(int id, Theme theme) throws NotFoundException {
207 public ColorStateList getColorStateList(int id, Theme theme) throws NotFoundException {
218 // id was not found or not resolved. Throw a NotFoundException.
226 public CharSequence getText(int id) throws NotFoundException {
241 // id was not found or not resolved. Throw a NotFoundException.
249 public CharSequence[] getTextArray(int id) throws NotFoundException {
263 public String[] getStringArray(int id) throws NotFoundException {
292 public int[] getIntArray(int id) throws NotFoundException {
333 * @throws NotFoundException if no resource if foun
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 33 import android.content.res.Resources.NotFoundException;
384 public CharSequence loadDescription(PackageManager pm) throws NotFoundException {
395 throw new NotFoundException();
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 605 throws Resources.NotFoundException {
620 throw new Resources.NotFoundException();
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 229 public static class NotFoundException extends RuntimeException {
230 public NotFoundException() {
233 public NotFoundException(String name) {
302 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
307 public CharSequence getText(@StringRes int id) throws NotFoundException {
312 throw new NotFoundException("String resource ID #0x"
331 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
337 throws NotFoundException {
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/zxing/core/
core.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
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 

Completed in 251 milliseconds

1 2