Searched defs:isAttachedTo (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/
H A DLiveData.java173 if (existing != null && !existing.isAttachedTo(owner)) {
238 if (entry.getValue().isAttachedTo(owner)) {
374 boolean isAttachedTo(LifecycleOwner owner) { method in class:LiveData.LifecycleBoundObserver
395 boolean isAttachedTo(LifecycleOwner owner) { method in class:LiveData.ObserverWrapper

Completed in 325 milliseconds