HomeSort by relevance Sort by last modified time
    Searched refs:unmount (Results 1 - 6 of 6) sorted by null

  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 34 * provides two buttons: one to mount an OBB and another to unmount an OBB. The
58 ((Button) findViewById(R.id.unmount)).setOnClickListener(mUnmountListener);
  /external/bluetooth/glib/gio/
gmount.h 55 * @unmount: Starts unmounting a #GMount.
89 void (* unmount) (GMount *mount, member in struct:_GMountIface
gmount.c 55 * and #GSimpleAsyncReady. To unmount a #GMount instance, first call
352 if (iface->unmount == NULL)
359 * don't implement unmount. */
360 _("mount doesn't implement unmount"));
365 (* iface->unmount) (mount, flags, cancellable, callback, user_data);
405 * @flags: flags affecting the unmount if required for eject
gwin32mount.c 345 iface->unmount = g_win32_mount_unmount;
gunixmount.c 395 g_signal_emit_by_name (unix_mount->volume_monitor, "mount-pre-unmount", mount);
463 iface->unmount = g_unix_mount_unmount;
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 158 unmount(); method
217 // unmount failed.
242 private void unmount() {
282 // There is no reason for the user to unmount it.

Completed in 1407 milliseconds