Searched refs:FLAG_REMOVABLE_USB (Results 1 – 3 of 3) sorted by relevance
318 return (flags & Root.FLAG_REMOVABLE_USB) != 0; in isUsb()
595 public static final int FLAG_REMOVABLE_USB = 1 << 20; field in DocumentsContract.Root
193 root.flags |= Root.FLAG_REMOVABLE_USB; in updateVolumesLocked()