Searched refs:ignored (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java131 } catch (InterruptedException ignored) {
181 } catch (Exception ignored) {
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.java45 final int ignored = in.readInt();
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java108 } catch (CertificateEncodingException ignored) {
274 } catch (CertificateEncodingException ignored) {
276 } catch (NoSuchAlgorithmException ignored) {
H A DHttpResponseCache.java236 } catch (IOException ignored) {
H A DCertificateChainValidator.java139 } catch (KeyManagementException ignored) {
/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java85 } catch (NoSuchMethodException ignored) {
H A DJsonReader.java487 } catch (NumberFormatException ignored) {
518 } catch (NumberFormatException ignored) {
/frameworks/base/core/java/android/net/
H A DTrafficStats.java257 } catch (Exception ignored) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadTest.java52 } catch (InterruptedException ignored) {}
H A DUsimDataDownloadCommands.java99 } catch (InterruptedException ignored) {}
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c25 static void HandleAdd(void *self, void *ignored, int MPH) argument
281 static void HandleResume(void *self, void *ignored, int MPH) argument
H A DIObject.c25 static void HandleRealize(void *self, void *ignored, int unused) argument
168 static void HandleResume(void *self, void *ignored, int unused) argument
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java159 } catch (IOException ignored) { }
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java202 // thread and otherwise ignored by StrictMode.
365 } catch (InterruptedException ignored) {
/frameworks/base/services/java/com/android/server/
H A DWatchdog.java467 } catch (InterruptedException ignored) {}
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java566 } catch (IOException ignored) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java492 } catch (IOException ignored) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java387 // Cause code is ignored on success.
499 } catch (IOException ignored) {
/frameworks/base/services/input/
H A DInputReader.h150 // Devices with these names will be ignored.
1417 bool ignored; member in struct:android::TouchInputMapper::CurrentVirtualKeyState
1467 // Pointer follows the active finger if there is one. Other fingers are ignored.
H A DInputReader.cpp363 ALOGI("Device added: id=%d, name='%s' (ignored non-input device)", deviceId,
387 ALOGI("Device removed: id=%d, name='%s' (ignored non-input device)",
468 //ALOGD("Discarding event for ignored deviceId %d.", deviceId);
3780 if (!mCurrentVirtualKey.ignored) {
3807 if (!mCurrentVirtualKey.ignored) {
3834 mCurrentVirtualKey.ignored = mContext->shouldDropVirtualKey(
3837 if (!mCurrentVirtualKey.ignored) {
4623 // Only the active touch matters; other fingers are ignored. This policy helps
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1333 } catch (NameNotFoundException ignored) {

Completed in 1024 milliseconds