BaseLayerModule
public
class
BaseLayerModule
extends Object
java.lang.Object
|
↳ |
android.support.test.espresso.base.BaseLayerModule
|
Dagger module for creating the implementation classes within the base package.
Summary
Nested classes |
class |
BaseLayerModule.FailureHandlerHolder
Holder for AtomicReference which allows updating it at runtime.
|
Inherited methods |
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
BaseLayerModule
BaseLayerModule ()
Public methods
provideActiveRootLister
ActiveRootLister provideActiveRootLister (RootsOracle rootsOracle)
Parameters |
rootsOracle |
RootsOracle
|
provideCompatAsyncTaskMonitor
AsyncTaskPoolMonitor provideCompatAsyncTaskMonitor (ThreadPoolExecutorExtractor extractor)
Parameters |
extractor |
ThreadPoolExecutorExtractor
|
Returns |
AsyncTaskPoolMonitor |
|
provideEventInjector
EventInjector provideEventInjector ()
provideMainLooper
Looper provideMainLooper ()
provideMainThreadExecutor
Executor provideMainThreadExecutor (Looper mainLooper)
Parameters |
mainLooper |
Looper
|
provideRecycler
Recycler provideRecycler ()
provideSdkAsyncTaskMonitor
AsyncTaskPoolMonitor provideSdkAsyncTaskMonitor (ThreadPoolExecutorExtractor extractor)
Parameters |
extractor |
ThreadPoolExecutorExtractor
|
Returns |
AsyncTaskPoolMonitor |
|
provideTargetContext
Context provideTargetContext ()
Annotations
Interfaces
Classes
This site uses cookies to store your preferences for site-specific language and display options.
This doc is hidden because your selected API level for the
documentation is . You can change the
documentation API level with the selector above the left navigation.
For more information about specifying the API level your app requires,
read Supporting
Different Platform Versions.