Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanBroadcastReceiverTest.java48 private static final String ACTION_CARRIER_SIGNAL_PCO_VALUE = field in IwlanBroadcastReceiverTest
49 TelephonyManager.ACTION_CARRIER_SIGNAL_PCO_VALUE;
172 final Intent mIntent = new Intent(ACTION_CARRIER_SIGNAL_PCO_VALUE); in onReceiveMethodWithArgs()
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanBroadcastReceiver.java76 case TelephonyManager.ACTION_CARRIER_SIGNAL_PCO_VALUE: in onReceive()