Searched refs:KEY_FLAGS (Results 1 – 5 of 5) sorted by relevance
117 private static final String KEY_FLAGS = "android:broadcast.flags"; field in BroadcastOptions326 mFlags = opts.getInt(KEY_FLAGS, 0); in BroadcastOptions()1096 b.putInt(KEY_FLAGS, mFlags); in toBundle()
2263 private static final String KEY_FLAGS = "flags"; field in Notification.Action.WearableExtender2297 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()2314 wearableBundle.putInt(KEY_FLAGS, mFlags); in extend()11002 private static final String KEY_FLAGS = "flags"; field in Notification.Builder.WearableExtender11061 mFlags = wearableBundle.getInt(KEY_FLAGS, DEFAULT_FLAGS); in WearableExtender()11100 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()
252 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;