Searched refs:SPN_STRINGS_UPDATED_ACTION (Results 1 – 8 of 8) sorted by relevance
261 public static final String SPN_STRINGS_UPDATED_ACTION = field in TelephonyIntents
127 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in update()
439 if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { in handleBroadcast()
344 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in registerListeners()
414 intent.setAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in createStringsUpdatedIntent()
320 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in updateCarrierText()
495 assertEquals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION, intent.getAction()); in testSpnUpdateShowPlmnOnly()
2609 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in notifySpnDisplayUpdate()