HomeSort by relevance Sort by last modified time
    Searched full:extrasfield (Results 1 - 1 of 1) sorted by null

  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 218 Field extrasField = Notification.class.getDeclaredField("extras");
219 if (!Bundle.class.isAssignableFrom(extrasField.getType())) {
224 extrasField.setAccessible(true);
225 sExtrasField = extrasField;

Completed in 343 milliseconds