Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java18 import static android.telephony.TelephonyManager.ACTION_CARRIER_SIGNAL_PCO_VALUE;
81 Intent intent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in testNotifyManifestReceivers()
84 new String[]{PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyManifestReceivers()
85 DC_ERROR_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE in testNotifyManifestReceivers()
112 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, capturedIntent.getAction()); in testNotifyManifestReceivers()
116 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, capturedIntent.getAction()); in testNotifyManifestReceivers()
125 Intent intent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in testNotifyRuntimeReceivers()
128 new String[]{PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE}); in testNotifyRuntimeReceivers()
143 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyRuntimeReceivers()
162 new String[]{ PCO_RECEIVER + ":" + ACTION_CARRIER_SIGNAL_PCO_VALUE }); in testNotify()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java102 TelephonyManager.ACTION_CARRIER_SIGNAL_PCO_VALUE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2900 new Intent(TelephonyManager.ACTION_CARRIER_SIGNAL_PCO_VALUE); in onDataSetupComplete()
4579 final Intent intent = new Intent(TelephonyManager.ACTION_CARRIER_SIGNAL_PCO_VALUE); in handlePcoData()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1593 public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = field in TelephonyManager
/frameworks/base/telephony/api/
Dsystem-current.txt871 …field public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = "com.android.internal.telephony…
/frameworks/base/api/
Dsystem-current.txt9112 …field public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = "com.android.internal.telephony…
/frameworks/base/non-updatable-api/
Dsystem-current.txt9010 …field public static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = "com.android.internal.telephony…