Home
last modified time | relevance | path

Searched refs:NotificationCompatJellybean (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompatExtras.java28 public static final String EXTRA_LOCAL_ONLY = NotificationCompatJellybean.EXTRA_LOCAL_ONLY;
35 public static final String EXTRA_GROUP_KEY = NotificationCompatJellybean.EXTRA_GROUP_KEY;
43 NotificationCompatJellybean.EXTRA_GROUP_SUMMARY;
50 public static final String EXTRA_SORT_KEY = NotificationCompatJellybean.EXTRA_SORT_KEY;
58 NotificationCompatJellybean.EXTRA_ACTION_EXTRAS;
67 NotificationCompatJellybean.EXTRA_REMOTE_INPUTS;
DNotificationCompat.java698 NotificationCompatJellybean.Builder builder = new NotificationCompatJellybean.Builder( in build()
718 return (Action) NotificationCompatJellybean.getAction(n, actionIndex, Action.FACTORY, in getAction()
725 return (Action[]) NotificationCompatJellybean.getActionsFromParcelableArrayList( in getActionsFromParcelableArrayList()
732 return NotificationCompatJellybean.getParcelableArrayListForActions(actions); in getParcelableArrayListForActions()
895 NotificationCompatJellybean.addBigTextStyle(builder, in addStyleToBuilderJellybean()
902 NotificationCompatJellybean.addInboxStyle(builder, in addStyleToBuilderJellybean()
909 NotificationCompatJellybean.addBigPictureStyle(builder, in addStyleToBuilderJellybean()
4286 return NotificationCompatJellybean.getExtras(notification); in getExtras()
4300 return NotificationCompatJellybean.getActionCount(notification); in getActionCount()
4339 return notification.extras.getBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY); in getLocalOnly()
[all …]
DNotificationManagerCompat.java70 NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL;
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java84 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY, true); in Builder()
87 mExtras.putString(NotificationCompatJellybean.EXTRA_GROUP_KEY, groupKey); in Builder()
89 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_GROUP_SUMMARY, true); in Builder()
91 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL, true); in Builder()
95 mExtras.putString(NotificationCompatJellybean.EXTRA_SORT_KEY, sortKey); in Builder()
103 mActionExtrasList.add(NotificationCompatJellybean.writeActionAndGetExtras(b, action)); in addAction()
113 SparseArray<Bundle> actionExtrasMap = NotificationCompatJellybean.buildActionExtrasMap( in build()
118 NotificationCompatJellybean.EXTRA_ACTION_EXTRAS, actionExtrasMap); in build()
138 NotificationCompatJellybean.EXTRA_ACTION_EXTRAS); in getAction()
142 return NotificationCompatJellybean.readAction(factory, remoteInputFactory, in getAction()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java162 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in addAction()
180 NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES); in getActionCompatFromAction()
195 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in getActionFromActionCompat()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java35 class NotificationCompatJellybean { class
434 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in getBundleForAction()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java182 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in addAction()