Searched refs:unmount (Results 1 – 10 of 10) sorted by relevance
131 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); in onBindViewHolder() local132 if (unmount != null) { in onBindViewHolder()133 unmount.setImageTintList(ColorStateList.valueOf(Color.parseColor("#8a000000"))); in onBindViewHolder()134 unmount.setOnClickListener(mUnmountListener); in onBindViewHolder()
390 final MenuItem unmount = menu.findItem(R.id.storage_unmount); in onPrepareOptionsMenu() local400 unmount.setVisible(false); in onPrepareOptionsMenu()407 unmount.setVisible(mVolume.isMountedReadable()); in onPrepareOptionsMenu()
404 mStorageManager.unmount(mVolumeId); in doInBackground()
131 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); in onBindViewHolder() local132 if (unmount != null) { in onBindViewHolder()133 unmount.setOnClickListener(mUnmountListener); in onBindViewHolder()
65 public static void unmount(Context context, String volumeId) { in unmount() method in SettingsStorageService110 unmount(volumeId); in onHandleIntent()183 private void unmount(String volumeId) { in unmount() method in SettingsStorageService.Impl191 storageManager.unmount(volumeId); in unmount()
112 SettingsStorageService.unmount(UnmountActivity.this, mUnmountVolumeId); in onRequestUnmount()
66 protected void unmount(String volId) { in unmount() method in ShadowStorageManager
50 mStorageManager.unmount(mVolumeId); in doInBackground()