Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/
DQCSlider.java36 @Nullable PendingIntent inputAction, @Nullable PendingIntent disabledClickAction) { in QCSlider() argument
41 mInputAction = inputAction; in QCSlider()
168 public Builder setInputAction(@Nullable PendingIntent inputAction) { in setInputAction() argument
169 mInputAction = inputAction; in setInputAction()
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java384 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure() argument
385 SsEntry entry = ssEntryHashMap.get(inputAction); in getCommandStructure()
396 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand() argument
398 SsEntry entry = ssEntryHashMap.get(inputAction); in makeCommand()
409 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet() argument
411 SsEntry entry = ssEntryHashMap.get(inputAction); in getResponseSet()
DCallForwardEditPreference.java537 CarrierXmlParser.SsEntry.SSAction inputAction, in sendUssdCommand() argument
541 .makeCommand(inputAction, inputCfInfo); in sendUssdCommand()