Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
DWorkManagerImpl.java76 private static WorkManagerImpl sDelegatedInstance = null; field in WorkManagerImpl
89 sDelegatedInstance = delegate; in setDelegate()
102 if (sDelegatedInstance != null) { in getInstance()
103 return sDelegatedInstance; in getInstance()
123 if (sDelegatedInstance == null) { in initialize()
128 sDelegatedInstance = sDefaultInstance; in initialize()