OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORKING
(Results
1 - 3
of
3
) sorted by null
/dalvik/tests/031-class-attributes/src/
ClassAttrs.java
121
final boolean
WORKING
= false;
137
if (
WORKING
) System.out.println(" genericSuperclass: "
176
if (
WORKING
) System.out.println(" genericInterfaces: "
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java
49
* The user interface for the "Speak now" and "
working
" states.
73
private enum State {LISTENING,
WORKING
, READY}
146
if (mState == State.
WORKING
) {
194
mState = State.
WORKING
;
VoiceInput.java
94
public static final int
WORKING
= 2;
375
* "
working
" dialogs.
475
case
WORKING
:
554
mState =
WORKING
;
Completed in 627 milliseconds