This fixes some small niggles: 1. `inferContentType(String)` is documented to take a path, but in the tests we're passing full URIs. 2. A `String` parameter is usually a path, but also a MIME type or an extension. In the new methods, the meaning of a `String` parameter is always clear from the name of the method. 3. `inferContentType(String)` is always passed an extension in 'production' code (which has to be manually prefixed with a dot). 4. `inferContentType(Uri, @Nullable String)` always ignores the Uri if the String is non-null. IMO this logic is clearer to a reader if it's just in-lined at the call-site. These methods are used from the demo apps, so will be part of the stable API. PiperOrigin-RevId: 444826053
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| AtomicFileTest.java | Loading commit data... | |
| BundleUtilTest.java | Loading commit data... | |
| CodecSpecificDataUtilTest.java | Loading commit data... | |
| ColorParserTest.java | Loading commit data... | |
| ConditionVariableTest.java | Loading commit data... | |
| CopyOnWriteMultisetTest.java | Loading commit data... | |
| FileTypesTest.java | Loading commit data... | |
| FlagSetTest.java | Loading commit data... | |
| ListenerSetTest.java | Loading commit data... | |
| MediaFormatUtilTest.java | Loading commit data... | |
| MimeTypesTest.java | Loading commit data... | |
| ParsableBitArrayTest.java | Loading commit data... | |
| ParsableByteArrayTest.java | Loading commit data... | |
| RunnableFutureTaskTest.java | Loading commit data... | |
| TimedValueQueueTest.java | Loading commit data... | |
| TimestampAdjusterTest.java | Loading commit data... | |
| UriUtilTest.java | Loading commit data... | |
| UtilTest.java | Loading commit data... |