/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | EnrollClient.java | 57 int timeoutSec, int sensorId, boolean shouldVibrate, in EnrollClient() argument 60 shouldVibrate, logger, biometricContext); in EnrollClient()
|
H A D | AcquisitionClient.java | 61 @NonNull String owner, int cookie, int sensorId, boolean shouldVibrate, in AcquisitionClient() argument 66 mShouldVibrate = shouldVibrate; in AcquisitionClient()
|
H A D | AuthenticationClient.java | 99 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 D | NotificationChannel.java | 758 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 D | PreferencesHelperTest.java | 387 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 D | PreferencesHelper.java | 1213 || oldParent.shouldVibrate() != updatedParent.shouldVibrate())) { in maybeUpdateChildConversationChannel() 1216 conversation.enableVibration(updatedParent.shouldVibrate()); in maybeUpdateChildConversationChannel() 1972 || original.shouldVibrate() != update.shouldVibrate()) { in lockFieldsForUpdateLocked()
|
H A D | NotificationRecord.java | 314 if (getChannel().shouldVibrate()) { in calculateVibration()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | IAudioService.aidl | 200 boolean shouldVibrate(int vibrateType); in shouldVibrate() method
|
H A D | AudioManager.java | 1823 public boolean shouldVibrate(int vibrateType) { in shouldVibrate() method in AudioManager 1826 return service.shouldVibrate(vibrateType); in shouldVibrate()
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 656 Landroid/app/NotificationChannel;->shouldVibrate()Z
|
H A D | boot-image-profile.txt | 2366 HSPLandroid/app/NotificationChannel;->shouldVibrate()Z
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 5582 public boolean shouldVibrate(int vibrateType) { in shouldVibrate() method in AudioService
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6761 method public boolean shouldVibrate(); 21422 method @Deprecated public boolean shouldVibrate(int);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2366 HSPLandroid/app/NotificationChannel;->shouldVibrate()Z
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 26073 Landroid/media/IAudioService$Stub$Proxy;->shouldVibrate(I)Z 26237 Landroid/media/IAudioService;->shouldVibrate(I)Z
|