OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:not_ready
(Results
1 - 7
of
7
) 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
;
/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
...]
/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
;
/external/guava/src/com/google/common/base/
Splitter.java
406
State state = State.
NOT_READY
;
409
READY,
NOT_READY
, DONE, FAILED,
447
state = State.
NOT_READY
;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h
126
#define
NOT_READY
0x02
/frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardStatusViewManager.java
429
case
NOT_READY
:
/external/llvm/include/llvm/Support/
system_error.h
859
not_ready
= 21, // ERROR_NOT_READY,
enumerator in enum:llvm::windows_error::_
Completed in 173 milliseconds