Searched refs:EXTRA_SHOW_SPN (Results 1 – 6 of 6) sorted by relevance
318 public static final String EXTRA_SHOW_SPN = "showSpn"; field in TelephonyIntents
414 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in createStringsUpdatedIntent()
225 if (i.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false)) { in updateCarrierText()
374 updateNetworkName(intent.getBooleanExtra(TelephonyIntents.EXTRA_SHOW_SPN, false), in handleBroadcast()
314 assertTrue(b.containsKey(TelephonyIntents.EXTRA_SHOW_SPN)); in testSpnUpdateShowPlmnOnly()315 assertFalse(b.getBoolean(TelephonyIntents.EXTRA_SHOW_SPN)); in testSpnUpdateShowPlmnOnly()
2382 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, showSpn); in updateSpnDisplay()2447 intent.putExtra(TelephonyIntents.EXTRA_SHOW_SPN, false); in updateSpnDisplay()