Searched refs:FLAG_ACTIVITY_NO_HISTORY (Results 1 – 10 of 10) sorted by relevance
49 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_HISTORY | in getIntentForStatusPanel()
206 | Intent.FLAG_ACTIVITY_NO_HISTORY); in showLowBatteryWarning()
669 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in postNotification()
237 intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in makeIntent()
437 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in showTetheredNotification()
1308 intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY); in showNotification()
2616 public static final int FLAG_ACTIVITY_NO_HISTORY = 0x40000000; field in Intent
3072 if ((r.intent.getFlags()&Intent.FLAG_ACTIVITY_NO_HISTORY) != 0 in stopActivityLocked()
5573 field public static final int FLAG_ACTIVITY_NO_HISTORY = 1073741824; // 0x40000000