Lines Matching refs:depth
286 MtpPropertyList getPropertyList(int handle, int format, int depth) {
287 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth);
288 if (depth > 1) {
289 // we only support depth 0 and 1
290 // depth 0: single object, depth 1: immediate children
303 if (depth == 1) {
316 if (depth == 1) {
327 if (depth > 0 || handle == 0xFFFFFFFF || mColumns.length > 1) {