Searched refs:inputAction (Results 1 – 4 of 4) sorted by relevance
104 public SelectionBuilder setInputAction(@NonNull PendingIntent inputAction) { in setInputAction() argument105 mInputAction = inputAction; in setInputAction()119 public SelectionBuilder setInputAction(@NonNull RemoteCallback inputAction) { in setInputAction() argument120 mInputAction = inputAction.toPendingIntent(); in setInputAction()
35 @Nullable PendingIntent inputAction, @Nullable PendingIntent disabledClickAction) { in QCSlider() argument40 mInputAction = inputAction; in QCSlider()167 public Builder setInputAction(@Nullable PendingIntent inputAction) { in setInputAction() argument168 mInputAction = inputAction; in setInputAction()
384 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure() argument385 SsEntry entry = ssEntryHashMap.get(inputAction); in getCommandStructure()396 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand() argument398 SsEntry entry = ssEntryHashMap.get(inputAction); in makeCommand()409 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet() argument411 SsEntry entry = ssEntryHashMap.get(inputAction); in getResponseSet()
537 CarrierXmlParser.SsEntry.SSAction inputAction, in sendUssdCommand() argument541 .makeCommand(inputAction, inputCfInfo); in sendUssdCommand()