Home
last modified time | relevance | path

Searched refs:getVibrationPattern (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java766 public long[] getVibrationPattern() { in getVibrationPattern() method in NotificationChannel
1159 if (getVibrationPattern() != null) { in writeXml()
1160 out.attribute(null, ATT_VIBRATION, longArrayToString(getVibrationPattern())); in writeXml()
1241 record.put(ATT_VIBRATION, longArrayToString(getVibrationPattern())); in toJson()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationChannelTest.java217 fromParcel.getVibrationPattern().length); in testLongAlertFields()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1211 && (!Arrays.equals(oldParent.getVibrationPattern(), in maybeUpdateChildConversationChannel()
1212 updatedParent.getVibrationPattern()) in maybeUpdateChildConversationChannel()
1215 conversation.setVibrationPattern(updatedParent.getVibrationPattern()); in maybeUpdateChildConversationChannel()
1971 if (!Arrays.equals(original.getVibrationPattern(), update.getVibrationPattern()) in lockFieldsForUpdateLocked()
H A DNotificationRecord.java315 vibration = getChannel().getVibrationPattern() == null in calculateVibration()
317 : helper.createWaveformVibration(getChannel().getVibrationPattern(), insistent); in calculateVibration()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java393 assertTrue(Arrays.equals(expected.getVibrationPattern(), actual.getVibrationPattern())); in compareChannels()
412 assertTrue(Arrays.equals(parent.getVibrationPattern(), actual.getVibrationPattern())); in compareChannelsParentChild()
/aosp14/frameworks/base/config/
H A Dboot-profile.txt670 Landroid/app/NotificationChannel;->getVibrationPattern()[J
H A Dboot-image-profile.txt2350 HSPLandroid/app/NotificationChannel;->getVibrationPattern()[J
/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/boot/
H A Dboot-image-profile.txt2350 HSPLandroid/app/NotificationChannel;->getVibrationPattern()[J
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6740 method public long[] getVibrationPattern();