Home
last modified time | relevance | path

Searched refs:strong (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DBiometricTestExtensions.kt34 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/
DBiometricModalitiesTest.kt110 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/
DPrebakedSegmentTest.java90 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/
DPromptViewModelTest.kt1705 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/
DbinderLibTest.cpp913 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/
Dreadme.md21 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/
DREADME120 /* Server side implementation of IEventQueue holds a strong reference to
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthSession.java639 void onAuthenticationSucceeded(int sensorId, boolean strong, byte[] token) { in onAuthenticationSucceeded() argument
646 if (strong) { in onAuthenticationSucceeded()
/frameworks/base/mime/java-res/
Dandroid.mime.types136 # Special cases where Android has a strong opinion about mappings, so we
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DREADME.md65 This is the only layer that makes strong assumptions about the environment instead of relying on
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md88 3. If the `HistoryTracker` reports strong belief in recent falsing, the tap is
/frameworks/base/core/java/android/app/
DLoadedApk.java1688 boolean strong) { in InnerReceiver() argument
1691 mStrongRef = strong ? rd : null; in InnerReceiver()
/frameworks/av/services/audioflinger/
DThreads.cpp7866 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/
Datoms.proto6522 // Whether a Class 3 (strong) biometric was previously enrolled on this device.