Searched refs:unmount (Results 1 – 6 of 6) sorted by relevance
104 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); in onBindViewHolder() local105 if (unmount != null) { in onBindViewHolder()106 unmount.setImageTintList(ColorStateList.valueOf(Color.parseColor("#8a000000"))); in onBindViewHolder()107 unmount.setOnClickListener(mUnmountListener); in onBindViewHolder()
355 final MenuItem unmount = menu.findItem(R.id.storage_unmount); in onPrepareOptionsMenu() local364 unmount.setVisible(false); in onPrepareOptionsMenu()369 unmount.setVisible(mVolume.isMountedReadable()); in onPrepareOptionsMenu()
357 mStorageManager.unmount(mVolumeId); in doInBackground()
62 public static void unmount(Context context, String volumeId) { in unmount() method in SettingsStorageService107 unmount(volumeId); in onHandleIntent()178 private void unmount(String volumeId) { in unmount() method in SettingsStorageService.Impl186 storageManager.unmount(volumeId); in unmount()
111 SettingsStorageService.unmount(UnmountActivity.this, mUnmountVolumeId); in onRequestUnmount()
13600 <6>[ 2.646179] fs_mgr: check_fs(): unmount(/data) succeeded