Home
last modified time | relevance | path

Searched refs:ACTION_SET_RINGTONE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java142 public static final String ACTION_SET_RINGTONE = "setRingtone"; field in ContactSaveService
353 } else if (ACTION_SET_RINGTONE.equals(action)) { in onHandleIntent()
1104 serviceIntent.setAction(ContactSaveService.ACTION_SET_RINGTONE); in createSetRingtone()