Home
last modified time | relevance | path

Searched refs:ACTION_ANY_DATA_CONNECTION_STATE_CHANGED (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DTelephonyIntents.java147 public static final String ACTION_ANY_DATA_CONNECTION_STATE_CHANGED field in TelephonyIntents
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java3494 private static final String ACTION_ANY_DATA_CONNECTION_STATE_CHANGED = field in TelephonyRegistry
3754 Intent intent = new Intent(ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); in broadcastDataConnectionStateChanged()