Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-qc-lib/src/com/android/car/qc/
H A DQCSlider.java36 @Nullable PendingIntent inputAction, @Nullable PendingIntent disabledClickAction) { in QCSlider()
168 public Builder setInputAction(@Nullable PendingIntent inputAction) { in setInputAction()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierXmlParser.java384 public String getCommandStructure(SsEntry.SSAction inputAction) { in getCommandStructure()
396 public String makeCommand(SsEntry.SSAction inputAction, in makeCommand()
409 public HashMap<String, String> getResponseSet(SsEntry.SSAction inputAction, in getResponseSet()
H A DCallForwardEditPreference.java522 CarrierXmlParser.SsEntry.SSAction inputAction, in sendUssdCommand()