Home
last modified time | relevance | path

Searched refs:ACTION_CARRIER_SIGNAL_RESET (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java457 public static final String ACTION_CARRIER_SIGNAL_RESET = field in TelephonyIntents
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java94 TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET));
107 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET));
DCarrierActionAgent.java142 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET)); in handleMessage()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCustomConfigLoader.java94 case TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET: in loadCarrierActionList()