Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DAsyncTask.java189 private static final int KEEP_ALIVE_SECONDS = 30; field in AsyncTask
209 CORE_POOL_SIZE, MAXIMUM_POOL_SIZE, KEEP_ALIVE_SECONDS, TimeUnit.SECONDS,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java730 private static final int KEEP_ALIVE_SECONDS = 30; field in NotificationInflater.InflationExecutor
744 CORE_POOL_SIZE, MAXIMUM_POOL_SIZE, KEEP_ALIVE_SECONDS, TimeUnit.SECONDS, in InflationExecutor()