Home
last modified time | relevance | path

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

/aosp12/art/test/079-phantom/src/
H A DBitmap.java29 private static ReferenceQueue<PhantomWrapper> sPhantomQueue = field in Bitmap
31 private static BitmapWatcher sWatcher = new BitmapWatcher(sPhantomQueue);
77 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue, in allocNativeStorage()