Searched refs:sDefaultInstance (Results 1 – 1 of 1) sorted by relevance
77 private static WorkManagerImpl sDefaultInstance = null; field in WorkManagerImpl106 return sDefaultInstance; in getInstance()125 if (sDefaultInstance == null) { in initialize()126 sDefaultInstance = new WorkManagerImpl(context, configuration); in initialize()128 sDelegatedInstance = sDefaultInstance; in initialize()