Searched refs:KEY_FLAGS (Results 1 – 5 of 5) sorted by relevance
120 private static final String KEY_FLAGS = "android:broadcast.flags"; field in BroadcastOptions329 mFlags = opts.getInt(KEY_FLAGS, 0); in BroadcastOptions()1100 b.putInt(KEY_FLAGS, mFlags); in toBundle()
2329 private static final String KEY_FLAGS = "flags"; field in Notification.Action.WearableExtender2363 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()2380 wearableBundle.putInt(KEY_FLAGS, mFlags); in extend()11878 private static final String KEY_FLAGS = "flags"; field in Notification.Builder.WearableExtender11937 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()11976 wearableBundle.putInt(KEY_FLAGS, mFlags); in extend()
131 public static final String KEY_FLAGS = "flags"; field in AppSearchShortcutInfo222 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_FLAGS)412 final int flags = parseFlags(getPropertyStringArray(KEY_FLAGS)); in toShortcutInfo()679 setPropertyString(KEY_FLAGS, mFlags.toArray(new String[0])); in build()
253 AppSearchShortcutInfo.KEY_FLAGS, ShortcutInfo.FLAG_SHADOW, in onRestored()
7550 Landroid/app/Notification$Action$WearableExtender;->KEY_FLAGS:Ljava/lang/String;7893 Landroid/app/Notification$WearableExtender;->KEY_FLAGS:Ljava/lang/String;