Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java289 n.flags |= Notification.FLAG_INSISTENT; in getCallRecord()
379 n.flags |= Notification.FLAG_INSISTENT; in getNotificationRecord()
H A DNotificationRecordTest.java226 builder.setFlag(Notification.FLAG_INSISTENT, true); in getInsistentNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java311 final boolean insistent = (notification.flags & Notification.FLAG_INSISTENT) != 0; in calculateVibration()
H A DNotificationManagerService.java28 import static android.app.Notification.FLAG_INSISTENT;
8362 boolean insistent = (record.getFlags() & Notification.FLAG_INSISTENT) != 0;
8411 } else if ((record.getFlags() & Notification.FLAG_INSISTENT) != 0) {
8585 && (playingRecord.getNotification().flags & FLAG_INSISTENT) != 0) {
8593 boolean looping = (record.getNotification().flags & FLAG_INSISTENT) != 0;
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java625 public static final int FLAG_INSISTENT = 0x00000004; field in Notification
742 FLAG_INSISTENT, FLAG_ONLY_ALERT_ONCE,
/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/core/api/
H A Dcurrent.txt6294 field public static final int FLAG_INSISTENT = 4; // 0x4