Searched defs:vibration (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/proto/android/app/ |
| D | notification_channel.proto | 45 repeated int64 vibration = 10; field
|
| /frameworks/base/services/core/jni/ |
| D | com_android_server_VibratorService.cpp | 88 VibratorCallback(JNIEnv *env, jobject vibration) : in VibratorCallback() 107 AidlVibratorCallback(JNIEnv *env, jobject vibration) : in AidlVibratorCallback() 358 jobject vibration, jboolean withCallback) { in vibratorPerformEffect() 433 jobject vibration) { in vibratorPerformComposedEffect()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | VibratorService.java | 186 static native long vibratorPerformEffect(long effect, long strength, Vibration vibration, in vibratorPerformEffect() 189 VibrationEffect.Composition.PrimitiveEffect[] effect, Vibration vibration); in vibratorPerformComposedEffect()
|
| /frameworks/base/core/java/android/app/ |
| D | NotificationChannel.java | 507 public void enableVibration(boolean vibration) { in enableVibration()
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | NotificationRecord.java | 290 long[] vibration; in calculateVibration() local
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | PreferencesHelperTest.java | 1521 long[] vibration = new long[]{100, 67, 145, 156}; in testCreateDeletedChannel() local 1562 long[] vibration = new long[]{100, 67, 145, 156}; in testCreateChannel_alreadyExists() local
|