OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleIconSelfExplanatory
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java
39
public boolean
titleIconSelfExplanatory
;
50
titleIconSelfExplanatory
= false;
70
titleIconSelfExplanatory
= in.readInt() == 1 ? true : false;
93
dest.writeInt(
titleIconSelfExplanatory
? 1 : 0);
CommandParamsFactory.java
579
menu.
titleIconSelfExplanatory
= titleIconId.selfExplanatory;
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java
273
if (!mStkMenu.
titleIconSelfExplanatory
) {
Completed in 2113 milliseconds