Searched refs:EXTRA_PLMN (Results 1 – 9 of 9) sorted by relevance
265 public static final String EXTRA_PLMN = "plmn"; field in TelephonyIntents
129 displayText = i.getStringExtra(TelephonyIntents.EXTRA_PLMN); in update()
444 intent.getStringExtra(TelephonyIntents.EXTRA_PLMN)); in handleBroadcast()
510 assertEquals(SimulatedCommands.FAKE_LONG_NAME, b.getString(TelephonyIntents.EXTRA_PLMN)); in testSpnUpdateShowPlmnOnly()2398 assertThat(b.getString(TelephonyIntents.EXTRA_PLMN)) in testUpdateSpnDisplay_noService_displayEmergencyCallOnly()2422 assertThat(b.getString(TelephonyIntents.EXTRA_PLMN)) in testUpdateSpnDisplay_noServiceAndEmergencyCallNotAvailable_displayOOS()2445 assertThat(b.getString(TelephonyIntents.EXTRA_PLMN)) in testUpdateSpnDisplay_flightMode_displayOOS()2506 assertThat(b.getString(TelephonyIntents.EXTRA_PLMN)) in testUpdateSpnDisplay_spnEmptyAndWifiCallingEnabled_showPlmnOnly()2537 assertThat(b.getString(TelephonyIntents.EXTRA_PLMN)).isEqualTo(plmn); in testUpdateSpnDisplay_inServiceNoWifiCalling_showSpnAndPlmn()
420 intent.putExtra(TelephonyIntents.EXTRA_PLMN, plmn); in createStringsUpdatedIntent()
328 plmn = i.getStringExtra(TelephonyIntents.EXTRA_PLMN); in updateCarrierText()
2614 intent.putExtra(TelephonyIntents.EXTRA_PLMN, data.getPlmn()); in notifySpnDisplayUpdate()
1268 public static final String EXTRA_PLMN = "android.telephony.extra.PLMN"; field in TelephonyManager
906 field public static final String EXTRA_PLMN = "android.telephony.extra.PLMN";