OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IconId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandDetails.java
89
class
IconId
extends ValueObject {
CommandParamsFactory.java
275
IconId
iconId
= null;
295
iconId
= ValueParser.retrieveIconId(ctlv);
296
textMsg.iconSelfExplanatory =
iconId
.selfExplanatory;
310
if (
iconId
!= null) {
312
mIconLoader.loadIcon(
iconId
.recordNumber, this
335
IconId
iconId
= null;
346
iconId
= ValueParser.retrieveIconId(ctlv);
347
textMsg.iconSelfExplanatory =
iconId
.selfExplanatory
[
all
...]
ValueParser.java
157
* @return
IconId
instance
160
static
IconId
retrieveIconId(ComprehensionTlv ctlv) throws ResultException {
161
IconId
id = new
IconId
();
Completed in 48 milliseconds