Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsTaskScheduler.java55 private final int mShutdownTimeoutSeconds; field in ContactsTaskScheduler
64 mShutdownTimeoutSeconds = shutdownTimeoutSeconds; in ContactsTaskScheduler()
120 mHandler.postDelayed(mQuitter, mShutdownTimeoutSeconds * 1000); in scheduleTask()