Searched refs:FLAG_NO_CREATE (Results 1 – 8 of 8) sorted by relevance
28 public static final int FLAG_NO_CREATE = 1<<29; field in PendingIntent
61 context, 0, intent, PendingIntent.FLAG_NO_CREATE | PendingIntent.FLAG_IMMUTABLE); in cancelDiscoverableAlarm()
191 FLAG_NO_CREATE,225 public static final int FLAG_NO_CREATE = 1<<29; field in PendingIntent486 boolean isFlagNoCreateSet = (flags & PendingIntent.FLAG_NO_CREATE) != 0; in isNewMutableDisallowedImplicitPendingIntent()
167 final boolean noCreate = (flags & PendingIntent.FLAG_NO_CREATE) != 0; in getIntentSender()170 flags &= ~(PendingIntent.FLAG_NO_CREATE | PendingIntent.FLAG_CANCEL_CURRENT in getIntentSender()
5348 final boolean noCreate = (flags & PendingIntent.FLAG_NO_CREATE) != 0; in getIntentSenderLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4878 field public static final int FLAG_NO_CREATE = 536870912; // 0x20000000
7163 field public static final int FLAG_NO_CREATE = 536870912; // 0x20000000