Home
last modified time | relevance | path

Searched refs:FLAG_INSISTENT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java20 import static android.app.Notification.FLAG_INSISTENT;
418 boolean insistent = (record.getFlags() & Notification.FLAG_INSISTENT) != 0; in buzzBeepBlinkLocked()
470 } else if ((record.getFlags() & Notification.FLAG_INSISTENT) != 0) { in buzzBeepBlinkLocked()
635 && (playingRecord.getNotification().flags & FLAG_INSISTENT) != 0) { in isLoopingRingtoneNotification()
661 boolean looping = (record.getNotification().flags & FLAG_INSISTENT) != 0; in playSound()
DNotificationRecord.java339 final boolean insistent = (notification.flags & Notification.FLAG_INSISTENT) != 0; in calculateVibration()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java385 n.flags |= Notification.FLAG_INSISTENT; in getCallRecord()
505 n.flags |= Notification.FLAG_INSISTENT; in getNotificationRecord()
DNotificationRecordTest.java241 .setFlag(Notification.FLAG_INSISTENT, insistent); in getNotification()
/frameworks/base/core/java/android/app/
DNotification.java645 public static final int FLAG_INSISTENT = 0x00000004; field in Notification
774 FLAG_INSISTENT,
3924 if ((flags & FLAG_INSISTENT) != 0) { in flagsToString()
3926 flags &= ~FLAG_INSISTENT; in flagsToString()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4607 field public static final int FLAG_INSISTENT = 4; // 0x4
/frameworks/base/core/api/
Dcurrent.txt6489 field public static final int FLAG_INSISTENT = 4; // 0x4