Searched refs:parentPath (Results 1 – 2 of 2) sorted by relevance
1166 private static boolean isParentPath(int parentPath, int childPath) { in isParentPath() argument1172 int parentNibble = (parentPath >> i) & 0xF; in isParentPath()1173 return parentNibble == 0 && (childPath >> i+4) == (parentPath >> i+4); in isParentPath()
1033 String parentPath = path.substring(0, path.lastIndexOf("/")); in deleteFile() local1034 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, parentPath, null); in deleteFile()