Home
last modified time | relevance | path

Searched refs:NETWORK_UNAVAILABLE_KEY (Results 1 – 2 of 2) 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/services/core/java/com/android/server/
DTelephonyRegistry.java1477 intent.putExtra(PhoneConstants.NETWORK_UNAVAILABLE_KEY, true); in broadcastDataConnectionStateChanged()