OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NETWORK_UNAVAILABLE_KEY
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java
86
public static final String
NETWORK_UNAVAILABLE_KEY
= "networkUnvailable";
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java
82
intent.getBooleanExtra(Phone.
NETWORK_UNAVAILABLE_KEY
, false));
/frameworks/base/core/java/android/net/
MobileDataStateTracker.java
268
intent.getBooleanExtra(PhoneConstants.
NETWORK_UNAVAILABLE_KEY
,false));
271
PhoneConstants.
NETWORK_UNAVAILABLE_KEY
, false));
[
all
...]
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
[
all
...]
Completed in 54 milliseconds