Searched refs:FLAG_ADOPTABLE (Results 1 – 2 of 2) sorted by relevance
46 public static final int FLAG_ADOPTABLE = 1 << 0; field in DiskInfo116 return (flags & FLAG_ADOPTABLE) != 0; in isAdoptable()
1057 flags |= DiskInfo.FLAG_ADOPTABLE; in onEventLocked()