Home
last modified time | relevance | path

Searched refs:ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java35 …tatic com.android.internal.telephony.TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED;
158 + ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED }); in testNotify()
182 new Intent(ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED)); in testNotify()
185 assertEquals(ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED, in testNotify()
197 new Intent(ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED)); in testNotify()
209 new Intent(ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED)); in testNotify()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java428 public static final String ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED = field in TelephonyIntents
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCustomConfigLoader.java88 case TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED: in loadCarrierActionList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java93 TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java3118 .ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED); in onDataSetupComplete()