Home
last modified time | relevance | path

Searched refs:NETWORK_UNAVAILABLE_KEY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java86 public static final String NETWORK_UNAVAILABLE_KEY = "networkUnvailable"; field in PhoneConstants
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java268 intent.getBooleanExtra(PhoneConstants.NETWORK_UNAVAILABLE_KEY,false)); in onReceive()
271 PhoneConstants.NETWORK_UNAVAILABLE_KEY, false)); in onReceive()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1365 intent.putExtra(PhoneConstants.NETWORK_UNAVAILABLE_KEY, true); in broadcastDataConnectionStateChanged()