Searched refs:inputAction (Results 1 – 3 of 3) sorted by relevance
36 @Nullable PendingIntent inputAction, @Nullable PendingIntent disabledClickAction) { in QCSlider() argument41 mInputAction = inputAction; in QCSlider()168 public Builder setInputAction(@Nullable PendingIntent inputAction) { in setInputAction() argument169 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()