Searched refs:FLAG_INSISTENT (Results 1 – 7 of 7) sorted by relevance
289 n.flags |= Notification.FLAG_INSISTENT; in getCallRecord()379 n.flags |= Notification.FLAG_INSISTENT; in getNotificationRecord()
226 builder.setFlag(Notification.FLAG_INSISTENT, true); in getInsistentNotification()
311 final boolean insistent = (notification.flags & Notification.FLAG_INSISTENT) != 0; in calculateVibration()
28 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;
625 public static final int FLAG_INSISTENT = 0x00000004; field in Notification742 FLAG_INSISTENT, FLAG_ONLY_ALERT_ONCE,
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6294 field public static final int FLAG_INSISTENT = 4; // 0x4