OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOT_READY
(Results
1 - 5
of
5
) sorted by null
/external/guava/src/com/google/common/collect/
AbstractIterator.java
62
private State state = State.
NOT_READY
;
69
NOT_READY
,
148
state = State.
NOT_READY
;
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
154
NOT_READY
, READY, DONE
172
private State state = State.
NOT_READY
;
210
if (state == State.
NOT_READY
) {
231
state = State.
NOT_READY
;
/frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java
67
/*
NOT_READY
means the ICC interface is not ready (eg, radio is off or powering on) */
68
static public final String INTENT_VALUE_ICC_NOT_READY = "
NOT_READY
";
118
NOT_READY
,
711
return IccCard.State.
NOT_READY
;
774
return IccCard.State.
NOT_READY
;
776
return IccCard.State.
NOT_READY
;
790
if (((right == IccCard.State.
NOT_READY
) && (left == IccCard.State.READY)) ||
791
((left == IccCard.State.
NOT_READY
) && (right == IccCard.State.READY))) {
792
return IccCard.State.
NOT_READY
;
796
if (right == IccCard.State.
NOT_READY
) return left
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h
126
#define
NOT_READY
0x02
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 241 milliseconds