Searched refs:mainLooper (Results 1 – 2 of 2) sorted by relevance
34 ContentResolver resolver, Looper mainLooper) { in GalleryAppMock() argument37 mMainLooper = mainLooper; in GalleryAppMock()
390 static GalleryAppStub newGalleryContext(SQLiteDatabase db, Looper mainLooper) { in newGalleryContext() argument394 return new GalleryAppMock(null, cr, mainLooper); in newGalleryContext()