Searched refs:EXTRA_SHOW_SPN (Results 1 – 6 of 6) sorted by relevance
317 public static final String EXTRA_SHOW_SPN = "showSpn"; field in TelephonyIntents
164 if (i.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false)) { in updateCarrierText()
405 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in createStringsUpdatedIntent()
264 assertTrue(b.containsKey(TelephonyIntents.EXTRA_SHOW_SPN)); in testSpnUpdateShowPlmnOnly()265 assertFalse(b.getBoolean(TelephonyIntents.EXTRA_SHOW_SPN)); in testSpnUpdateShowPlmnOnly()
358 updateNetworkName(intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false), in handleBroadcast()
2247 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in updateSpnDisplay()2312 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, false); in updateSpnDisplay()