HomeSort by relevance Sort by last modified time
    Searched refs:NotFoundException (Results 26 - 50 of 329) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/testables/tests/src/android/testing/
TestableResourcesTest.java 54 fail("Should throw NotFoundException");
55 } catch (Resources.NotFoundException e) {
71 fail("Should throw NotFoundException");
72 } catch (Resources.NotFoundException e) {
86 @Test(expected = Resources.NotFoundException.class)
  /external/javassist/sample/
Test.java 33 catch (NotFoundException e) {
  /external/javassist/src/main/javassist/
ClassPool.java 386 throws NotFoundException
390 throw new NotFoundException(orgName);
431 public CtClass get(String classname) throws NotFoundException {
439 throw new NotFoundException(classname);
472 catch (NotFoundException e){}
500 public CtClass getCtClass(String classname) throws NotFoundException {
513 throws NotFoundException
597 catch (NotFoundException e) {}
622 catch (NotFoundException e) {}
630 InputStream openClassfile(String classname) throws NotFoundException {
    [all...]
CannotCompileException.java 92 * <code>NotFoundException</code>.
94 public CannotCompileException(NotFoundException e) {
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
JavassistHelper.java 31 import javassist.NotFoundException;
50 * @throws NotFoundException
52 public static String returnValue(CtBehavior method) throws NotFoundException {
67 * @throws NotFoundException
69 private static boolean methodReturnsValue(CtBehavior method) throws NotFoundException {
91 * @throws NotFoundException
93 public static String getSignature(CtBehavior method) throws NotFoundException {
  /frameworks/support/compat/java/android/support/v4/content/res/
ResourcesCompat.java 25 import android.content.res.Resources.NotFoundException;
68 * @throws NotFoundException Throws NotFoundException if the given ID does
74 @Nullable Theme theme) throws NotFoundException {
101 * @throws NotFoundException Throws NotFoundException if the given ID does
107 int density, @Nullable Theme theme) throws NotFoundException {
131 * @throws NotFoundException Throws NotFoundException if the given ID does
137 throws NotFoundException {
    [all...]
  /frameworks/base/core/java/android/content/res/
ResourcesImpl.java 31 import android.content.res.Resources.NotFoundException;
210 throws NotFoundException {
215 throw new NotFoundException("Resource ID #0x" + Integer.toHexString(id));
219 boolean resolveRefs) throws NotFoundException {
224 throw new NotFoundException("Resource ID #0x" + Integer.toHexString(id));
228 throws NotFoundException {
234 throw new NotFoundException("String resource name " + name);
250 String getResourceName(@AnyRes int resid) throws NotFoundException {
253 throw new NotFoundException("Unable to find resource ID #0x"
258 String getResourcePackageName(@AnyRes int resid) throws NotFoundException {
    [all...]
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 103 public void start(ClassPool pool) throws NotFoundException {
116 catch (NotFoundException e) {
126 throws CannotCompileException, NotFoundException
147 throws CannotCompileException, NotFoundException
173 throws CannotCompileException, NotFoundException
200 NotFoundException
239 throws CannotCompileException, NotFoundException
276 throws CannotCompileException, NotFoundException
289 throws CannotCompileException, NotFoundException
336 throws NotFoundException
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java 70 public void start(ClassPool pool) throws NotFoundException {
113 throws CannotCompileException, NotFoundException
128 throws CannotCompileException, NotFoundException
168 private CtClass toCtClass(Class rtclass) throws NotFoundException {
185 private CtClass[] toCtClass(Class[] rtclasses) throws NotFoundException {
198 throws CannotCompileException, NotFoundException
236 throws CannotCompileException, NotFoundException
248 catch (NotFoundException e) {
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AndroidPackageInfoFetcher.java 24 import android.content.res.Resources.NotFoundException;
89 } catch (NotFoundException e) {
  /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.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractHtmlTemplates.java 65 protected String readTemplate(int id) throws Resources.NotFoundException {
87 throw new Resources.NotFoundException("Unable to open template id="
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 59 public void start(ClassPool classPool) throws NotFoundException, CannotCompileException {
63 private void injectClassHandlerToInstrumentedClasses(ClassPool classPool) throws NotFoundException, CannotCompileException {
79 public void onLoad(ClassPool classPool, String className) throws NotFoundException, CannotCompileException {
92 } catch (NotFoundException e) {
139 private void replaceClassWithFromAndroidEquivalent(ClassPool classPool, String className) throws NotFoundException {
193 } catch (NotFoundException e) {
203 private void fixConstructors(CtClass ctClass) throws CannotCompileException, NotFoundException {
230 private boolean fixConstructor(CtClass ctClass, boolean needsDefault, CtConstructor ctConstructor) throws NotFoundException, CannotCompileException {
236 private String generateConstructorBody(CtClass ctClass, CtClass[] parameterTypes) throws NotFoundException {
245 private void fixMethods(CtClass ctClass) throws NotFoundException, CannotCompileException
    [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...]
  /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 {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowResources.java 12 import android.content.res.Resources.NotFoundException;
64 throw new Resources.NotFoundException("Cannot override \"" + name + "\"");
74 public int getDimensionPixelSize(@DimenRes int id) throws NotFoundException {
84 public int getColor(@ColorRes int id, @Nullable Theme theme) throws NotFoundException {
93 throws NotFoundException {
102 throws NotFoundException {
121 public int[] getIntArray(@ArrayRes int id) throws NotFoundException {
  /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();
  /external/javassist/sample/vector/
VectorAssistant.java 70 catch (NotFoundException e) {
85 throws CannotCompileException, NotFoundException, IOException
110 throws CannotCompileException, NotFoundException, IOException
  /external/javassist/src/main/javassist/convert/
TransformCall.java 22 import javassist.NotFoundException;
95 catch (NotFoundException e) {
100 catch (NotFoundException e) {
TransformReadField.java 22 import javassist.NotFoundException;
52 catch (NotFoundException e) {}
64 catch (NotFoundException e) {}
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestResources.java 79 public final boolean getBoolean(@BoolRes int id) throws NotFoundException {
84 public final @Nullable String getString(@StringRes int id) throws NotFoundException {
90 @StringRes int id, Object... formatArgs) throws NotFoundException {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Util.java 51 } catch (Resources.NotFoundException e) {
64 } catch (Resources.NotFoundException e) {
71 throws Resources.NotFoundException {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintResources.java 44 public Drawable getDrawable(int id) throws NotFoundException {
  /packages/apps/Settings/src/com/android/settings/
HelpTrampoline.java 55 } catch (Resources.NotFoundException | ActivityNotFoundException e) {
  /packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/
FirstIdViewMatcher.java 41 } catch (Resources.NotFoundException e) {

Completed in 457 milliseconds

12 3 4 5 6 7 8 91011>>