Searched refs:EXTRA_SPN (Results 1 – 8 of 8) sorted by relevance
267 public static final String EXTRA_SPN = "spn"; field in TelephonyIntents
417 intent.putExtra(TelephonyIntents.EXTRA_SPN, spn); in createStringsUpdatedIntent()
325 spn = i.getStringExtra(TelephonyIntents.EXTRA_SPN); in updateCarrierText()
441 intent.getStringExtra(TelephonyIntents.EXTRA_SPN), in handleBroadcast()
503 assertEquals(null, b.getString(TelephonyIntents.EXTRA_SPN)); in testSpnUpdateShowPlmnOnly()2472 assertThat(b.getString(TelephonyIntents.EXTRA_SPN)) in testUpdateSpnDisplay_spnNotEmptyAndWifiCallingEnabled_showSpnOnly()2535 assertThat(b.getString(TelephonyIntents.EXTRA_SPN)).isEqualTo(spn); in testUpdateSpnDisplay_inServiceNoWifiCalling_showSpnAndPlmn()
2611 intent.putExtra(TelephonyIntents.EXTRA_SPN, data.getSpn()); in notifySpnDisplayUpdate()
1282 public static final String EXTRA_SPN = "android.telephony.extra.SPN"; field in TelephonyManager
911 field public static final String EXTRA_SPN = "android.telephony.extra.SPN";