Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompatJellybean.java141 toBundleArray(action.getRemoteInputs())); in writeActionAndGetExtras()
145 toBundleArray(action.getDataOnlyRemoteInputs())); in writeActionAndGetExtras()
256 bundle.putParcelableArray(KEY_REMOTE_INPUTS, toBundleArray(action.getRemoteInputs())); in getBundleForAction()
307 private static Bundle[] toBundleArray(RemoteInput[] remoteInputs) { in toBundleArray() method in NotificationCompatJellybean