android.os.storage
Class OnObbStateChangeListener

java.lang.Object
  extended by android.os.storage.OnObbStateChangeListener

public abstract class OnObbStateChangeListener
extends Object


Field Summary
static int ERROR_ALREADY_MOUNTED
           
static int ERROR_COULD_NOT_MOUNT
           
static int ERROR_COULD_NOT_UNMOUNT
           
static int ERROR_INTERNAL
           
static int ERROR_NOT_MOUNTED
           
static int ERROR_PERMISSION_DENIED
           
static int MOUNTED
           
static int UNMOUNTED
           
 
Constructor Summary
OnObbStateChangeListener()
           
 
Method Summary
 void onObbStateChange(String path, int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUNTED

public static final int MOUNTED
See Also:
Constant Field Values

UNMOUNTED

public static final int UNMOUNTED
See Also:
Constant Field Values

ERROR_INTERNAL

public static final int ERROR_INTERNAL
See Also:
Constant Field Values

ERROR_COULD_NOT_MOUNT

public static final int ERROR_COULD_NOT_MOUNT
See Also:
Constant Field Values

ERROR_COULD_NOT_UNMOUNT

public static final int ERROR_COULD_NOT_UNMOUNT
See Also:
Constant Field Values

ERROR_NOT_MOUNTED

public static final int ERROR_NOT_MOUNTED
See Also:
Constant Field Values

ERROR_ALREADY_MOUNTED

public static final int ERROR_ALREADY_MOUNTED
See Also:
Constant Field Values

ERROR_PERMISSION_DENIED

public static final int ERROR_PERMISSION_DENIED
See Also:
Constant Field Values
Constructor Detail

OnObbStateChangeListener

public OnObbStateChangeListener()
Method Detail

onObbStateChange

public void onObbStateChange(String path,
                             int state)


Copyright © 2008-2012. All Rights Reserved.