Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java140 notification.flags |= Notification.FLAG_INSISTENT; in onShowIncomingCallUi()
/aosp12/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.java222 builder.setFlag(Notification.FLAG_INSISTENT, true); in getInsistentNotification()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java411 notification.flags |= Notification.FLAG_INSISTENT; in buildAndSendNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java298 final boolean insistent = (notification.flags & Notification.FLAG_INSISTENT) != 0; in calculateVibration()
H A DNotificationManagerService.java23 import static android.app.Notification.FLAG_INSISTENT;
7342 boolean insistent = (record.getFlags() & Notification.FLAG_INSISTENT) != 0;
7384 } else if ((record.getFlags() & Notification.FLAG_INSISTENT) != 0) {
7558 && (playingRecord.getNotification().flags & FLAG_INSISTENT) != 0) {
7566 boolean looping = (record.getNotification().flags & FLAG_INSISTENT) != 0;
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java619 public static final int FLAG_INSISTENT = 0x00000004; field in Notification
704 FLAG_INSISTENT, FLAG_ONLY_ALERT_ONCE,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5734 field public static final int FLAG_INSISTENT = 4; // 0x4
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4607 field public static final int FLAG_INSISTENT = 4; // 0x4