HomeSort by relevance Sort by last modified time
    Searched refs:vibration (Results 1 - 14 of 14) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/ui/
NotificationChannelManager.java 74 boolean vibration = false;
82 vibration = false;
90 vibration = true;
98 vibration = false;
112 channel.enableVibration(vibration);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastChannelManager.java 77 private static final String KEY_VIBRATION = "vibration";
142 String[] vibration = value.split("\\|"); local
143 if (!ArrayUtils.isEmpty(vibration)) {
144 mVibrationPattern = new int[vibration.length];
145 for (int i = 0; i < vibration.length; i++) {
146 mVibrationPattern[i] = Integer.parseInt(vibration[i]);
171 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration="
  /frameworks/base/core/proto/android/app/
notification_channel.proto 43 repeated int64 vibration = 10;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 260 long[] vibration; local
267 vibration = getChannel().getVibrationPattern() == null
270 vibration = null;
279 vibration = defaultVibration;
281 vibration = notification.vibrate;
284 return vibration;
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
NotificationCompatTest.java 351 // and vibration from the notification itself
499 long[] vibration = new long[]{100}; local
505 .setVibrate(vibration)
519 .setVibrate(vibration)
525 assertEquals(vibration, n.vibrate);
    [all...]
  /frameworks/base/core/java/android/app/
NotificationChannel.java 71 private static final String ATT_VIBRATION = "vibration";
401 * Sets whether notification posted to this channel should vibrate. The vibration pattern can
407 public void enableVibration(boolean vibration) {
408 this.mVibrationEnabled = vibration;
412 * Sets the vibration pattern for notifications posted to this channel. If the provided
414 * vibration} as well. Otherwise, vibration will be disabled.
537 * Returns the vibration pattern for notifications posted to this channel. Will be ignored if
538 * vibration is not enabled ({@link #shouldVibrate()}.
    [all...]
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 1232 long[] vibration = new long[]{100, 67, 145, 156}; local
1273 long[] vibration = new long[]{100, 67, 145, 156}; local
    [all...]
  /compatibility/cdd/3_software/
3_8_user-interface-compatibility.md 110 attract users' attention using the hardware components (e.g. sound, vibration
122 correctly implement the vibration APIs. If a device implementation lacks
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 639 milliseconds