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
82
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
269
intent.getBooleanExtra(PhoneConstants.
NETWORK_UNAVAILABLE_KEY
,false));
272
PhoneConstants.
NETWORK_UNAVAILABLE_KEY
, false));
[
all
...]
/frameworks/base/services/java/com/android/server/
TelephonyRegistry.java
712
intent.putExtra(PhoneConstants.
NETWORK_UNAVAILABLE_KEY
, true);
Completed in 482 milliseconds