Searched defs:unmount (Results 1 – 6 of 6) sorted by relevance
65 public static void unmount(Context context, String volumeId) { in unmount() method in SettingsStorageService183 private void unmount(String volumeId) { in unmount() method in SettingsStorageService.Impl
131 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); in onBindViewHolder() local
390 final MenuItem unmount = menu.findItem(R.id.storage_unmount); in onPrepareOptionsMenu() local
66 protected void unmount(String volId) { in unmount() method in ShadowStorageManager