Home
last modified time | relevance | path

Searched refs:shouldVibrate (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DEnrollClient.java57 int timeoutSec, int sensorId, boolean shouldVibrate, in EnrollClient() argument
60 shouldVibrate, logger, biometricContext); in EnrollClient()
H A DAcquisitionClient.java61 @NonNull String owner, int cookie, int sensorId, boolean shouldVibrate, in AcquisitionClient() argument
66 mShouldVibrate = shouldVibrate; in AcquisitionClient()
H A DAuthenticationClient.java99 boolean shouldVibrate, int sensorStrength) { in AuthenticationClient() argument
101 options.getOpPackageName(), cookie, options.getSensorId(), shouldVibrate, in AuthenticationClient()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java758 public boolean shouldVibrate() { in shouldVibrate() method in NotificationChannel
1156 if (shouldVibrate()) { in writeXml()
1157 out.attributeBoolean(null, ATT_VIBRATION_ENABLED, shouldVibrate()); in writeXml()
1238 record.put(ATT_VIBRATION_ENABLED, Boolean.toString(shouldVibrate())); in toJson()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java387 assertEquals(expected.shouldVibrate(), actual.shouldVibrate()); in compareChannels()
406 assertEquals(parent.shouldVibrate(), actual.shouldVibrate()); in compareChannelsParentChild()
5166 false).shouldVibrate()).isFalse(); in testUpdateConversationParent_updatesConversations()
5216 assertThat(originalChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_updatesUnlockedFields()
5239 assertThat(updatedChild.shouldVibrate()).isTrue(); in testUpdateConversationParent_updatesUnlockedFields()
5283 assertThat(updatedChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_doesNotUpdateLockedFields()
5308 assertThat(originalChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_updatesDemotedConversation()
5317 assertThat(updatedChild.shouldVibrate()).isTrue(); in testUpdateConversationParent_updatesDemotedConversation()
5344 assertThat(updatedChild.shouldVibrate()).isTrue(); in testUpdateConversationParent_updatesDeletedConversation()
5361 assertThat(originalChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_flagOff_doesNotUpdateConversations()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1213 || oldParent.shouldVibrate() != updatedParent.shouldVibrate())) { in maybeUpdateChildConversationChannel()
1216 conversation.enableVibration(updatedParent.shouldVibrate()); in maybeUpdateChildConversationChannel()
1972 || original.shouldVibrate() != update.shouldVibrate()) { in lockFieldsForUpdateLocked()
H A DNotificationRecord.java314 if (getChannel().shouldVibrate()) { in calculateVibration()
/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl200 boolean shouldVibrate(int vibrateType); in shouldVibrate() method
H A DAudioManager.java1823 public boolean shouldVibrate(int vibrateType) { in shouldVibrate() method in AudioManager
1826 return service.shouldVibrate(vibrateType); in shouldVibrate()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt656 Landroid/app/NotificationChannel;->shouldVibrate()Z
H A Dboot-image-profile.txt2366 HSPLandroid/app/NotificationChannel;->shouldVibrate()Z
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java5582 public boolean shouldVibrate(int vibrateType) { in shouldVibrate() method in AudioService
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6761 method public boolean shouldVibrate();
21422 method @Deprecated public boolean shouldVibrate(int);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2366 HSPLandroid/app/NotificationChannel;->shouldVibrate()Z
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26073 Landroid/media/IAudioService$Stub$Proxy;->shouldVibrate(I)Z
26237 Landroid/media/IAudioService;->shouldVibrate(I)Z