* Returns true if this file has a dynamic content provider. * @returns {boolean}
()
| 165 | * @returns {boolean} |
| 166 | */ |
| 167 | isDynamic() { |
| 168 | return this.contentProvider !== null; |
| 169 | } |
| 170 | |
| 171 | isFile() { |
| 172 | return this.type === TYPE_FILE; |
no outgoing calls
no test coverage detected