Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java18 import static com.android.internal.telephony.TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE;
95 Intent intent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in testNotifyManifestReceivers()
98 new String[]{PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyManifestReceivers()
99 DC_ERROR_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE in testNotifyManifestReceivers()
126 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, capturedIntent.getAction()); in testNotifyManifestReceivers()
130 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, capturedIntent.getAction()); in testNotifyManifestReceivers()
139 Intent intent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in testNotifyRuntimeReceivers()
142 new String[]{PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE}); in testNotifyRuntimeReceivers()
157 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyRuntimeReceivers()
176 new String[]{ PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE }); in testNotify()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java445 public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = field in TelephonyIntents
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java101 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2826 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE); in onDataSetupComplete()
4375 final Intent intent = new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE); in handlePcoData()