Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 109) sorted by relevance

12345

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerHalWatchdog.java48 try (Watchdog ignore = new Watchdog()) { in getProperties() argument
55 try (Watchdog ignore = new Watchdog()) { in registerCallback() argument
62 try (Watchdog ignore = new Watchdog()) { in loadSoundModel() argument
70 try (Watchdog ignore = new Watchdog()) { in loadPhraseSoundModel() argument
77 try (Watchdog ignore = new Watchdog()) { in unloadSoundModel() argument
84 try (Watchdog ignore = new Watchdog()) { in stopRecognition() argument
92 try (Watchdog ignore = new Watchdog()) { in startRecognition() argument
99 try (Watchdog ignore = new Watchdog()) { in forceRecognitionEvent() argument
106 try (Watchdog ignore = new Watchdog()) { in getModelParameter() argument
113 try (Watchdog ignore = new Watchdog()) { in setModelParameter() argument
[all …]
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/util/
H A DIgnoreableExpect.kt33 private var ignore = false regex
38 ignore = false
42 if (!ignore) {
50 fun ignore() { regex
51 ignore = true
/aosp14/frameworks/base/packages/SystemUI/tools/lint/
H A Drun_lint.sh46 1. Use tools:ignore or @SuppressLint annotation. This is preferred
49 2. Use tools/lint.xml to ignore a lint check which we don't care
H A DREADME13 1. Use tools:ignore or @SuppressLint annotation. This is preferred
16 2. Use tools/lint.xml to ignore a lint check which we don't care
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DLooperStatsService.java176 private void setIgnoreBatteryStatus(boolean ignore) { in setIgnoreBatteryStatus() argument
177 if (mIgnoreBatteryStatus != ignore) { in setIgnoreBatteryStatus()
178 mStats.setIgnoreBatteryStatus(ignore); in setIgnoreBatteryStatus()
179 mIgnoreBatteryStatus = ignore; in setIgnoreBatteryStatus()
H A DConsumerIrService.java117 } catch (RemoteException ignore) { in transmit()
150 } catch (RemoteException ignore) { in getCarrierFrequencies()
/aosp14/frameworks/base/omapi/java/android/se/omapi/
H A DReader.java152 } catch (RemoteException ignore) { } in closeSessions()
173 } catch (RemoteException ignore) { in reset()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppStateHelper.java84 } catch (Exception ignore) { in hasAudioFocus()
98 } catch (Exception ignore) { in hasVoiceCall()
114 } catch (Exception ignore) { in isRecordingAudio()
157 } catch (Exception ignore) { in hasActiveNetwork()
H A DInstantAppResolverConnection.java106 } catch (RemoteException ignore) { in getInstantAppResolveInfoList()
135 } catch (RemoteException ignore) { in getInstantAppIntentFilterList()
280 } catch (NoSuchElementException ignore) { } in handleBinderDiedLocked()
/aosp14/frameworks/base/core/java/android/app/
H A DVrManager.java89 } catch (Exception ignore) { in registerVrStateCallback()
109 } catch (RemoteException ignore) { in unregisterVrStateCallback()
115 } catch (RemoteException ignore) { in unregisterVrStateCallback()
/aosp14/frameworks/base/tools/aapt2/util/
H A DFiles.cpp317 bool ignore = false; in operator ()() local
324 ignore = in operator ()()
329 ignore = strncasecmp(token_str, filename.c_str(), n - 1) == 0; in operator ()()
331 ignore = strcasecmp(token_str, filename.c_str()) == 0; in operator ()()
334 if (ignore) { in operator ()()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DArtStatsLogUtils.java214 } catch (IOException ignore) { in getDexBytes()
222 } catch (IOException ignore) { in getDexBytes()
251 } catch (IOException ignore) { in getDexMetadataType()
259 } catch (IOException ignore) { in getDexMetadataType()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeServiceHost.java298 public void onIgnoreTouchWhilePulsing(boolean ignore) { in onIgnoreTouchWhilePulsing() argument
299 if (ignore != mIgnoreTouchWhilePulsing) { in onIgnoreTouchWhilePulsing()
300 mDozeLog.tracePulseTouchDisabledByProx(ignore); in onIgnoreTouchWhilePulsing()
302 mIgnoreTouchWhilePulsing = ignore; in onIgnoreTouchWhilePulsing()
303 if (mStatusBarStateController.isDozing() && ignore) { in onIgnoreTouchWhilePulsing()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationRequestsProcessor.java201 } catch (RemoteException ignore) { } in processNewAssociationRequest()
248 } catch (RemoteException ignore) { } in processAssociationRequestApproval()
344 } catch (RemoteException ignore) { in sendCallbackAndFinish()
360 } catch (RemoteException ignore) { in sendCallbackAndFinish()
/aosp14/frameworks/base/core/java/android/webkit/
H A DClientCertRequest.java78 public abstract void ignore(); in ignore() method in ClientCertRequest
/aosp14/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py154 for ignore in IGNORE:
155 if file.find(ignore) >= 0:
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackPackageHealthObserver.java298 } catch (IOException ignore) { in readBoolean()
308 } catch (IOException ignore) { in writeBoolean()
360 } catch (Exception ignore) { in readStagedRollbackIds()
383 } catch (PackageManager.NameNotFoundException ignore) { in isModule()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DF2fsUtils.java176 } catch (IOException ignore) { in isChild()
229 } catch (IOException ignore) { in isCompressionEnabledOnUserData()
/aosp14/frameworks/base/tests/utils/hostutils/src/com/android/tests/rollback/host/
H A DAbandonSessionsRule.java40 } catch (Exception ignore) { in after()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeHost.java87 void onIgnoreTouchWhilePulsing(boolean ignore); in onIgnoreTouchWhilePulsing() argument
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java258 final String ignore = parser.getAttributeValue(null, "ignore"); in readFamily() local
282 boolean skip = (ignore != null && (ignore.equals("true") || ignore.equals("1"))); in readFamily()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DParcelableCreatorInvalidTest.kt56 ignoreableExpect.ignore()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/apks/install_bad_dex/
H A DAndroid.bp30 "$(location merge_zips) -ignore-duplicates $(out) $(genDir)/classes.dex.zip " +
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/
H A DBufferFlinger.java65 } catch (InterruptedException ignore) { in addBuffer()
H A DSurfaceFlingerTestActivity.java75 } catch (InterruptedException ignore) { in getChildSurfaceControlHelper()

12345