Searched refs:FLAG_INSISTENT (Results 1 – 10 of 10) sorted by relevance
140 notification.flags |= Notification.FLAG_INSISTENT; in onShowIncomingCallUi()
289 n.flags |= Notification.FLAG_INSISTENT; in getCallRecord()379 n.flags |= Notification.FLAG_INSISTENT; in getNotificationRecord()
222 builder.setFlag(Notification.FLAG_INSISTENT, true); in getInsistentNotification()
411 notification.flags |= Notification.FLAG_INSISTENT; in buildAndSendNotification()
298 final boolean insistent = (notification.flags & Notification.FLAG_INSISTENT) != 0; in calculateVibration()
23 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;
619 public static final int FLAG_INSISTENT = 0x00000004; field in Notification704 FLAG_INSISTENT, FLAG_ONLY_ALERT_ONCE,
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
5734 field public static final int FLAG_INSISTENT = 4; // 0x4
4607 field public static final int FLAG_INSISTENT = 4; // 0x4