Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
DGalleryAppMock.java34 ContentResolver resolver, Looper mainLooper) { in GalleryAppMock() argument
37 mMainLooper = mainLooper; in GalleryAppMock()
DLocalDataTest.java390 static GalleryAppStub newGalleryContext(SQLiteDatabase db, Looper mainLooper) { in newGalleryContext() argument
394 return new GalleryAppMock(null, cr, mainLooper); in newGalleryContext()