Searched defs:localOnly (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java53 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
83 .setLocalOnly(localOnly)
48 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, int groupAlertBehavior) argument
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java52 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
84 .setLocalOnly(localOnly)
47 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/support/compat/api26/android/support/v4/app/
H A DNotificationCompatApi26.java41 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
74 .setLocalOnly(localOnly)
36 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, String channelId, int badgeIcon, String shortcutId, long timeoutMs, boolean colorized, boolean colorizedSet, int groupAlertBehavior) argument
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java46 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
83 if (localOnly) {
41 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java78 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
109 .setLocalOnly(localOnly)
73 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java39 static final String EXTRA_LOCAL_ONLY = "android.support.localOnly";
82 boolean useChronometer, int priority, CharSequence subText, boolean localOnly,
114 if (localOnly) {
77 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/base/core/java/android/app/
H A DNotification.java3439 public Builder setLocalOnly(boolean localOnly) { argument
3440 setFlag(FLAG_LOCAL_ONLY, localOnly);

Completed in 291 milliseconds