Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery/tests/src/com/android/camera/
H A DBitmapManagerUnitTests.java32 BitmapManager mBitmapManager; field in BitmapManagerUnitTests
54 mBitmapManager = BitmapManager.instance(); in setUp()
67 assertNotNull(mBitmapManager); in testSingleton()
68 assertSame(manager, mBitmapManager); in testSingleton()
75 assertTrue(mBitmapManager.canThreadDecoding(t)); in testCanThreadDecoding()
79 assertFalse(mBitmapManager.canThreadDecoding(t)); in testCanThreadDecoding()
82 mBitmapManager.allowThreadDecoding(t); in testCanThreadDecoding()
83 assertTrue(mBitmapManager.canThreadDecoding(t)); in testCanThreadDecoding()
112 mBitmapManager.allowThreadDecoding(t); in testAllowDecoding()
125 mBitmapManager.allowThreadDecoding(t1); in testThreadDecoding()
[all …]