Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java185 public static final String ACTION_DATA_CONNECTION_FAILED field in TelephonyIntents
/frameworks/base/core/java/android/net/
DMobileDataStateTracker.java115 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED); in startMonitoring()
346 equals(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1390 Intent intent = new Intent(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED); in broadcastDataConnectionFailed()