Searched defs:MountListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DMountListener.java35 * and the MountService instance calls MountListener to send commands to the daemon.
37 final class MountListener implements Runnable { class in inherits:Runnable
39 private static final String TAG = "MountListener";
92 * Constructor for MountListener
94 * @param service The MountListener we are handling communication with USB
97 MountListener(MountService service) { method in class:MountListener
259 * Main loop for MountListener thread.
278 Log.e(TAG, "Fatal error " + t + " in MountListener thread!");

Completed in 4 milliseconds