Searched refs:unmount (Results 1 – 5 of 5) sorted by relevance
108 final ImageView unmount = (ImageView) view.findViewById(R.id.unmount); in onBindViewHolder() local109 if (unmount != null) { in onBindViewHolder()110 unmount.setImageTintList(ColorStateList.valueOf(Color.parseColor("#8a000000"))); in onBindViewHolder()111 unmount.setOnClickListener(mUnmountListener); in onBindViewHolder()
389 final MenuItem unmount = menu.findItem(R.id.storage_unmount); in onPrepareOptionsMenu() local399 unmount.setVisible(false); in onPrepareOptionsMenu()406 unmount.setVisible(mVolume.isMountedReadable()); in onPrepareOptionsMenu()
377 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()