Searched refs:EXTRA_PCO_VALUE (Results 1 – 7 of 7) sorted by relevance
402 public static final String EXTRA_PCO_VALUE = "pcoValue"; field in TelephonyIntents
418 case TelephonyManager.EXTRA_PCO_VALUE: in createCompatIntent()419 compatIntent.putExtra(TelephonyIntents.EXTRA_PCO_VALUE, in createCompatIntent()420 original.getByteArrayExtra(TelephonyManager.EXTRA_PCO_VALUE)); in createCompatIntent()
92 FAKE_PCO_INTENT.putExtra(TelephonyManager.EXTRA_PCO_VALUE, new byte[]{1, 2, 3}); in FAKE_PCO_INTENT.putExtra() argument250 TelephonyManager.EXTRA_PCO_VALUE), in testLegacyConversionSupport()251 intent.getByteArrayExtra(TelephonyIntents.EXTRA_PCO_VALUE)); in testLegacyConversionSupport()
3719 intent.putExtra(TelephonyManager.EXTRA_PCO_VALUE, pcoData.contents);
2019 public static final String EXTRA_PCO_VALUE = "android.telephony.extra.PCO_VALUE"; field in TelephonyManager
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
46245 field public static final String EXTRA_PCO_VALUE = "android.telephony.extra.PCO_VALUE";