Home
last modified time | relevance | path

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

/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java105 private ScheduledExecutorService mGeneratorExecutor; field in MainActivity
123 mGeneratorExecutor = new ScheduledThreadPoolExecutor(1); in onCreate()
152 mDataItemGeneratorFuture = mGeneratorExecutor.scheduleWithFixedDelay( in onResume()