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

1 2 3

  /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/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestResources.java 23 public String getString(int id) throws NotFoundException {
32 throw new NotFoundException();
36 public String getString(int id, Object... formatArgs) throws NotFoundException {
  /frameworks/base/rs/java/android/renderscript/
ScriptC.java 113 throw new Resources.NotFoundException();
Program.java 274 throw new Resources.NotFoundException();
  /frameworks/base/tests/testables/src/android/testing/
TestableResources.java 62 * @param value The value of the resource, null to cause a {@link Resources.NotFoundException}
73 * cause a {@link Resources.NotFoundException} whereas removing the override will actually
88 if (value == null) throw new Resources.NotFoundException();
91 } catch (Resources.NotFoundException e) {
92 // Let through NotFoundException.
  /frameworks/rs/support/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/v1/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...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassPathResolver.java 128 } catch (NotFoundException ex2) {
134 } catch (NotFoundException ex) {
141 } catch (NotFoundException ex2) {
189 throws IOException, NoDexException, NotFoundException {
216 throw new NotFoundException("Could not find classpath entry %s", entry);
249 } catch (NotFoundException ex) {
264 throws IOException, NoDexException, NotFoundException {
270 throw new NotFoundException("Cannot find dependency %s in %s", oatDependencyName, directory);
288 private static class NotFoundException extends Exception {
289 public NotFoundException(String message, Object... formatArgs)
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 29 import android.content.res.Resources.NotFoundException;
244 public CharSequence loadAuthor(PackageManager pm) throws NotFoundException {
245 if (mAuthorResource <= 0) throw new NotFoundException();
258 public CharSequence loadDescription(PackageManager pm) throws NotFoundException {
270 if (mDescriptionResource <= 0) throw new NotFoundException();
281 public Uri loadContextUri(PackageManager pm) throws NotFoundException {
282 if (mContextUriResource <= 0) throw new NotFoundException();
303 public CharSequence loadContextDescription(PackageManager pm) throws NotFoundException {
304 if (mContextDescriptionResource <= 0) throw new NotFoundException();
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 34 import android.content.res.Resources.NotFoundException;
399 public CharSequence loadDescription(PackageManager pm) throws NotFoundException {
404 throw new NotFoundException();
  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 46 import android.content.res.Resources.NotFoundException;
208 // id was not found or not resolved. Throw a NotFoundException.
221 static int getColor(Resources resources, int id, Theme theme) throws NotFoundException {
251 static ColorStateList getColorStateList(Resources resources, int id) throws NotFoundException {
257 throws NotFoundException {
269 // id was not found or not resolved. Throw a NotFoundException.
296 static CharSequence getText(Resources resources, int id) throws NotFoundException {
311 // id was not found or not resolved. Throw a NotFoundException.
319 static CharSequence[] getTextArray(Resources resources, int id) throws NotFoundException {
333 static String[] getStringArray(Resources resources, int id) throws NotFoundException {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 32 import android.content.res.Resources.NotFoundException;
224 throw new NotFoundException();
227 } catch (NotFoundException e) {
234 throw new NotFoundException();
237 } catch (NotFoundException e) {
245 throw new NotFoundException();
257 } catch (NotFoundException e) {
  /frameworks/base/core/java/android/content/res/
Resources.java 191 public static class NotFoundException extends RuntimeException {
192 public NotFoundException() {
195 public NotFoundException(String name) {
199 public NotFoundException(String name, Exception cause) {
329 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
334 @NonNull public CharSequence getText(@StringRes int id) throws NotFoundException {
339 throw new NotFoundException("String resource ID #0x"
351 * @throws NotFoundException Throws NotFoundException if the given ID does not exist
    [all...]
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-kms/1.11.18/
aws-java-sdk-kms-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sns/1.11.18/
aws-java-sdk-sns-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/
aws-java-sdk-devicefarm-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-gamelift/1.11.18/
aws-java-sdk-gamelift-1.11.18.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/zxing/core/
core.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 379 milliseconds

1 2 3