Searched refs:ACTION_CARRIER_SIGNAL_PCO_VALUE (Results 1 – 4 of 4) sorted by relevance
18 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 …]
445 public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = field in TelephonyIntents
101 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE,
2826 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE); in onDataSetupComplete()4375 final Intent intent = new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE); in handlePcoData()