Searched refs:EXTRA_DATA_ONLY_INPUTS (Results 1 – 2 of 2) sorted by relevance
1391 private static final String EXTRA_DATA_ONLY_INPUTS = "android.extra.DATA_ONLY_INPUTS"; field in Notification.Action1588 return (RemoteInput[]) mExtras.getParcelableArray(EXTRA_DATA_ONLY_INPUTS); in getDataOnlyRemoteInputs()1771 (RemoteInput[]) mExtras.getParcelableArray(EXTRA_DATA_ONLY_INPUTS); in build()1790 mExtras.putParcelableArray(EXTRA_DATA_ONLY_INPUTS, dataInputsArr); in build()
7562 Landroid/app/Notification$Action;->EXTRA_DATA_ONLY_INPUTS:Ljava/lang/String;