Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DRefcountObject.java21 public class RefcountObject<T> { class
24 void onRefcountZero(RefcountObject<?> object); in onRefcountZero()
27 private RefcountObject.RefcountListener mRefcountListener;
31 public RefcountObject(T object) { in RefcountObject() method in RefcountObject
35 public void setRefcountListener(RefcountObject.RefcountListener listener) { in setRefcountListener()