Searched defs:unmount (Results 1 – 3 of 3) sorted by relevance
62 public static void unmount(Context context, String volumeId) { in unmount() method in SettingsStorageService178 private void unmount(String volumeId) { in unmount() method in SettingsStorageService.Impl
108 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); in onBindViewHolder() local
389 final MenuItem unmount = menu.findItem(R.id.storage_unmount); in onPrepareOptionsMenu() local