Home
last modified time | relevance | path

Searched refs:detect (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/tools/sdkparcelables/tests/com/android/sdkparcelables/
H A DParcelableDetectorTest.kt24 fun `detect implements`() {
35 fun `detect implements in reverse order`() {
46 fun `detect super implements`() {
58 fun `detect super interface`() {
/aosp14/frameworks/base/core/proto/android/view/inputmethod/
H A Dinputmethodeditortrace.proto49 /* Must be the first field to allow winscope to auto-detect the dump type. Set to value
99 /* Must be the first field to allow winscope to auto-detect the dump type. Set to value
136 /* Must be the first field to allow winscope to auto-detect the dump type. Set to value
/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp248 bool disk_stats_monitor::detect(struct disk_perf* perf) in detect() function in disk_stats_monitor
277 if (UNLIKELY(detect(&perf))) { in update()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dsos_gesture.md12 2. Even though PWMgr has a lot of logic to detect all manner of power button multipresses and gestu…
H A Dcamera.md6 2. Even though `PhoneWindowManager` has a lot of logic to detect all manner of power button multi-p…
/aosp14/system/core/storaged/include/
H A Dstoraged_diskstats.h171 bool detect(struct disk_perf* perf);
/aosp14/frameworks/base/tests/FlickerTests/
H A DREADME.md4 …_testing/libraries/flicker` to execute a set of common UI transitions to detect discontinuous or u…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt555 detect()
564 suspend fun detect() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt390 underTest.detect()
410 underTest.detect()
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dtsconfig.json25 …// "moduleDetection": "auto", /* Control what method is used to detect modu…
/aosp14/system/core/storaged/tests/
H A Dstoraged_test.cpp300 EXPECT_EQ((i > dsm_detect.mSigma), dsm_detect.detect(&test_perf)); in TEST()