Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParamsFactory.java338 IconId iconId = null; in processDisplayText()
399 IconId iconId = null; in processSetUpIdleModeText()
449 IconId iconId = null; in processGetInkey()
508 IconId iconId = null; in processGetInput()
594 IconId titleIconId = null; in processSelectItem()
703 IconId iconId = null; in processEventNotify()
794 IconId iconId = null; in processLaunchBrowser()
869 IconId iconId = null; in processPlayTone()
941 IconId confirmIconId = null; in processSetupCall()
942 IconId callIconId = null; in processSetupCall()
[all …]
DValueParser.java165 static IconId retrieveIconId(ComprehensionTlv ctlv) throws ResultException { in retrieveIconId()
166 IconId id = new IconId(); in retrieveIconId()
DCommandDetails.java110 class IconId extends ValueObject { class