Searched refs:FLAG_INSISTENT (Results 1 – 8 of 8) sorted by relevance
20 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()
339 final boolean insistent = (notification.flags & Notification.FLAG_INSISTENT) != 0; in calculateVibration()
385 n.flags |= Notification.FLAG_INSISTENT; in getCallRecord()505 n.flags |= Notification.FLAG_INSISTENT; in getNotificationRecord()
241 .setFlag(Notification.FLAG_INSISTENT, insistent); in getNotification()
645 public static final int FLAG_INSISTENT = 0x00000004; field in Notification774 FLAG_INSISTENT,3924 if ((flags & FLAG_INSISTENT) != 0) { in flagsToString()3926 flags &= ~FLAG_INSISTENT; in flagsToString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4607 field public static final int FLAG_INSISTENT = 4; // 0x4
6489 field public static final int FLAG_INSISTENT = 4; // 0x4