/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | BiometricTestExtensions.kt | 34 strong: Boolean = true, in <lambda>() 57 if (strong) SensorProperties.STRENGTH_STRONG else SensorProperties.STRENGTH_WEAK, in <lambda>() 69 strong: Boolean = true, in faceSensorPropertiesInternal() 91 if (strong) SensorProperties.STRENGTH_STRONG else SensorProperties.STRENGTH_WEAK, in faceSensorPropertiesInternal()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/shared/model/ |
D | BiometricModalitiesTest.kt | 110 fingerprintProperties = fingerprintSensorPropertiesInternal(strong = false).first(), in faceStrength() 111 faceProperties = faceSensorPropertiesInternal(strong = true).first() in faceStrength() 119 fingerprintProperties = fingerprintSensorPropertiesInternal(strong = false).first(), in faceStrength() 120 faceProperties = faceSensorPropertiesInternal(strong = false).first() in faceStrength()
|
/frameworks/base/core/tests/vibrator/src/android/os/vibrator/ |
D | PrebakedSegmentTest.java | 90 PrebakedSegment strong = medium.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_STRONG); in testApplyEffectStrength() local 91 assertNotEquals(medium, strong); in testApplyEffectStrength() 92 assertEquals(medium.getEffectId(), strong.getEffectId()); in testApplyEffectStrength() 93 assertEquals(medium.shouldFallback(), strong.shouldFallback()); in testApplyEffectStrength() 94 assertEquals(VibrationEffect.EFFECT_STRENGTH_STRONG, strong.getEffectStrength()); in testApplyEffectStrength()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
D | PromptViewModelTest.kt | 1705 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>() 1711 strong = true, in <lambda>() 1720 strong = true, in <lambda>() 1727 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>() 1732 fingerprint = fingerprintSensorPropertiesInternal(strong = true).first(), in <lambda>() 1739 strong = true, in <lambda>() 1751 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>() 1752 fingerprint = fingerprintSensorPropertiesInternal(strong = true).first(), in <lambda>() 1756 face = faceSensorPropertiesInternal(strong = true).first(), in <lambda>() 1757 fingerprint = fingerprintSensorPropertiesInternal(strong = true).first(), in <lambda>() [all …]
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 913 sp<IBinder> strong = new BBinder(); in TEST_F() local 914 wp<IBinder> weak = strong; in TEST_F() 916 EXPECT_TRUE(strong != nullptr); in TEST_F() 917 EXPECT_EQ(strong, strong_from_weak); in TEST_F() 918 strong = nullptr; in TEST_F() 981 struct flat_binder_object *strong = (struct flat_binder_object *)(data.data()); in TEST_F() local 982 __u32 oldHandle = strong->handle; in TEST_F() 983 strong->handle = freedHandle; in TEST_F() 993 strong->handle = oldHandle; in TEST_F()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | readme.md | 21 Layer is created by a client. The client receives a strong binder reference to the layer 24 strong reference to the children. If the layer is not reachable but its handle is alive,
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 120 /* Server side implementation of IEventQueue holds a strong reference to
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthSession.java | 639 void onAuthenticationSucceeded(int sensorId, boolean strong, byte[] token) { in onAuthenticationSucceeded() argument 646 if (strong) { in onAuthenticationSucceeded()
|
/frameworks/base/mime/java-res/ |
D | android.mime.types | 136 # Special cases where Android has a strong opinion about mappings, so we
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 65 This is the only layer that makes strong assumptions about the environment instead of relying on
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 88 3. If the `HistoryTracker` reports strong belief in recent falsing, the tap is
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 1688 boolean strong) { in InnerReceiver() argument 1691 mStrongRef = strong ? rd : null; in InnerReceiver()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 7866 const auto strong = mOutputTracks[i]->thread().promote(); in updateWaitTime_l() local 7867 if (strong != 0) { in updateWaitTime_l() 7868 uint32_t waitTimeMs = (strong->frameCount() * 2 * 1000) / strong->sampleRate(); in updateWaitTime_l()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6522 // Whether a Class 3 (strong) biometric was previously enrolled on this device.
|