Searched refs:SPN_STRINGS_UPDATED_ACTION (Results 1 – 8 of 8) sorted by relevance
312 public static final String SPN_STRINGS_UPDATED_ACTION = field in TelephonyIntents
127 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in update()
365 if (action.equals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)) { in handleBroadcast()
311 filter.addAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in registerListeners()
413 intent.setAction(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in createStringsUpdatedIntent()
377 new IntentFilter(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION)); in updateCarrierText()
428 assertEquals(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION, intent.getAction()); in testSpnUpdateShowPlmnOnly()
2499 Intent intent = new Intent(TelephonyIntents.SPN_STRINGS_UPDATED_ACTION); in notifySpnDisplayUpdate()