OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:helpAvailable
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
Input.java
38
public boolean
helpAvailable
;
52
helpAvailable
= false;
67
helpAvailable
= in.readInt() == 1 ? true : false;
86
dest.writeInt(
helpAvailable
? 1 : 0);
Menu.java
38
public boolean
helpAvailable
;
49
helpAvailable
= false;
69
helpAvailable
= in.readInt() == 1 ? true : false;
90
dest.writeInt(
helpAvailable
? 1 : 0);
CommandParamsFactory.java
405
input.
helpAvailable
= (cmdDet.commandQualifier & 0x80) != 0;
473
input.
helpAvailable
= (cmdDet.commandQualifier & 0x80) != 0;
582
menu.
helpAvailable
= (cmdDet.commandQualifier & 0x80) != 0;
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java
201
helpVisible = mStkMenu.
helpAvailable
;
StkInputActivity.java
213
menu.findItem(StkApp.MENU_ID_HELP).setVisible(mStkInput.
helpAvailable
);
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 56 milliseconds