Searched refs:nonNullableEq (Results 1 – 4 of 4) sorted by relevance
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/ |
D | DataServiceImplTest.kt | 38 import com.android.photopicker.tests.utils.mockito.nonNullableEq 361 nonNullableEq(testContentResolver), in <lambda>() 362 nonNullableEq(availableProvidersUpdateUri), in <lambda>() 369 nonNullableEq(testContentResolver), in <lambda>() 370 nonNullableEq(mediaUpdateUri), in <lambda>() 377 nonNullableEq(testContentResolver), in <lambda>() 378 nonNullableEq(albumMediaUpdateUri), in <lambda>() 403 nonNullableEq(testContentResolver), in <lambda>() 409 nonNullableEq(updatedContentResolver), in <lambda>() 410 nonNullableEq(availableProvidersUpdateUri), in <lambda>() [all …]
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/ |
D | PreviewViewModelTest.kt | 63 import com.android.photopicker.tests.utils.mockito.nonNullableEq 206 /*authority= */ nonNullableEq(MockContentProviderWrapper.AUTHORITY), in setup() 207 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in setup() 343 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in testRemotePreviewControllerCreation() 407 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in testRemotePreviewControllersAreCached() 451 /*authority= */ nonNullableEq(MockContentProviderWrapper.AUTHORITY), in testRemotePreviewControllersAreDestroyed() 452 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in testRemotePreviewControllersAreDestroyed()
|
D | PreviewFeatureTest.kt | 78 import com.android.photopicker.tests.utils.mockito.nonNullableEq 306 /*authority= */ nonNullableEq(MockContentProviderWrapper.AUTHORITY), in setup() 307 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in setup() 606 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in testVideoUiCreatesRemoteSurfaceController() 653 /*method=*/ nonNullableEq(METHOD_CREATE_SURFACE_CONTROLLER), in testVideoUiNotifySurfaceCreated()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/utils/ |
D | MockitoUtils.kt | 71 fun <Type> nonNullableEq(value: Type): Type { in nonNullableEq() method
|