Searched refs:ACTION_CARRIER_SIGNAL_PCO_VALUE (Results 1 – 4 of 4) sorted by relevance
36 import static com.android.internal.telephony.TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE;73 Intent intent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in testNotifyManifestReceivers()76 new String[]{PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyManifestReceivers()77 DC_ERROR_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE in testNotifyManifestReceivers()104 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, capturedIntent.getAction()); in testNotifyManifestReceivers()108 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, capturedIntent.getAction()); in testNotifyManifestReceivers()117 Intent intent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in testNotifyRuntimeReceivers()120 new String[]{PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE}); in testNotifyRuntimeReceivers()135 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyRuntimeReceivers()154 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
91 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE,
3090 new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE); in onDataSetupComplete()4665 final Intent intent = new Intent(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE); in handlePcoData()