HomeSort by relevance Sort by last modified time
    Searched refs:NotFoundException (Results 126 - 150 of 299) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 70 int resid, int[] attrs) throws Resources.NotFoundException {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ResourcesTest.java 42 @Test(expected = Resources.NotFoundException.class)
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 156 } catch (Resources.NotFoundException e) {
  /frameworks/base/services/core/java/com/android/server/policy/
GlobalKeyManager.java 116 } catch (Resources.NotFoundException e) {
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
BrowserService.java 24 import android.content.res.Resources.NotFoundException;
244 } catch (NotFoundException e) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleCarrierConfigValuesLoader.java 143 } catch (final Resources.NotFoundException e) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 66 } catch (Resources.NotFoundException | PackageManager.NameNotFoundException e) {
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 166 } catch (Resources.NotFoundException e) {
ChooseAccountActivity.java 243 } catch (Resources.NotFoundException e) {
269 } catch (Resources.NotFoundException e) {
  /packages/services/Car/service/src/com/android/car/pm/
CarAppMetadataReader.java 69 } catch (Resources.NotFoundException e) {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
ls.py 22 from gslib.cloud_api import NotFoundException
479 raise NotFoundException('One or more bucket URLs matched no buckets.')
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 20 import javassist.NotFoundException;
281 catch (NotFoundException e) {
  /frameworks/base/media/java/android/media/
Ringtone.java 22 import android.content.res.Resources.NotFoundException;
445 } catch (NotFoundException nfe) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccUtils.java 20 import android.content.res.Resources.NotFoundException;
279 } catch (NotFoundException e) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 28 import android.content.res.Resources.NotFoundException;
158 OperationApplicationException, NotFoundException, IOException {
183 OperationApplicationException, NotFoundException, IOException {
210 RemoteException, OperationApplicationException, NotFoundException, IOException {
235 RemoteException, OperationApplicationException, NotFoundException, IOException {
    [all...]
  /external/llvm/utils/
llvm-compilers-check 187 class NotFoundException(Exception): pass
209 raise NotFoundException()
240 raise NotFoundException()
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 23 import android.content.res.Resources.NotFoundException;
339 } catch (NotFoundException e) {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
wildcard_iterator.py 31 from gslib.cloud_api import NotFoundException
171 except (NotFoundException, AccessDeniedException):
translation_helper.py 40 from gslib.cloud_api import NotFoundException
327 """Creates a NotFoundException for an object upload or copy.
341 NotFoundException with appropriate message.
349 return NotFoundException(
353 return NotFoundException(
369 return NotFoundException('%s does not exist.' % uri_string, status=code)
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java 31 import android.content.res.Resources.NotFoundException;
421 } catch (NotFoundException e) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 30 import android.content.res.Resources.NotFoundException;
426 } catch (NameNotFoundException | NotFoundException e) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapWorkerTask.java 25 import android.content.res.Resources.NotFoundException;
145 } catch (NotFoundException e) {
DrawableLoader.java 25 import android.content.res.Resources.NotFoundException;
174 } catch (NotFoundException e) {
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 507 Resources.NotFoundException rnf = new Resources.NotFoundException(
513 Resources.NotFoundException rnf = new Resources.NotFoundException(
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
ViewElement.java 119 } catch (Resources.NotFoundException nfe) {

Completed in 2523 milliseconds

1 2 3 4 56 7 8 91011>>