Searched refs:createIsNullLog (Results 1 – 2 of 2) sorted by relevance
21 import static android.provider.VerificationLogsHelper.createIsNullLog;198 errors.add(createIsNullLog( in verifyOnGetMediaCollectionInfo()215 errors.add(createIsNullLog( in verifyOnGetMediaCollectionInfo()223 errors.add(createIsNullLog("Received output bundle")); in verifyOnGetMediaCollectionInfo()255 errors.add(createIsNullLog("Received cursor")); in verifyOnQueryMedia()331 errors.add(createIsNullLog("Received AssetFileDescriptor")); in verifyOnOpenPreview()360 errors.add(createIsNullLog("Received FileDescriptor")); in verifyOnOpenMedia()
82 errors.add(createIsNullLog("Received cursor")); in verifyCursorNotNullAndMediaCollectionIdPresent()101 static String createIsNullLog(String value) { in createIsNullLog() method in VerificationLogsHelper