Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java150 public static final String ACTION_SLEEP = "sleep"; field in ContactSaveService
357 } else if (ACTION_SLEEP.equals(action)) { in onHandleIntent()
1753 return new Intent(context, ContactSaveService.class).setAction(ACTION_SLEEP) in createSleepIntent()