OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NETWORK_LOCKED
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java
116
NETWORK_LOCKED
,
127
|| (this ==
NETWORK_LOCKED
) || (this == READY)
196
* Notifies handler of any transition into State.
NETWORK_LOCKED
203
if (getState() == State.
NETWORK_LOCKED
) {
438
transitionedIntoNetworkLocked = (oldState != State.
NETWORK_LOCKED
439
&& newState == State.
NETWORK_LOCKED
);
768
return IccCard.State.
NETWORK_LOCKED
;
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardStatusViewManager.java
431
// Assume we're
NETWORK_LOCKED
if not provisioned
432
simState = missingAndNotProvisioned ? State.
NETWORK_LOCKED
: simState;
436
case
NETWORK_LOCKED
:
KeyguardUpdateMonitor.java
148
state = IccCard.State.
NETWORK_LOCKED
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java
226
mSimState = IccCard.State.
NETWORK_LOCKED
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java
417
mSimState = IccCard.State.
NETWORK_LOCKED
;
[
all
...]
Completed in 54 milliseconds