Searched refs:MtpClient (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowserApplication.java23 private MtpClient mClient;
27 mClient = new MtpClient(this);
36 public MtpClient getMtpClient() {
H A DCameraBrowser.java40 public class CameraBrowser extends ListActivity implements MtpClient.Listener {
44 private MtpClient mClient;
H A DStorageBrowser.java42 private MtpClient mClient;
H A DMtpClient.java46 public class MtpClient { class
48 private static final String TAG = "MtpClient";
51 "android.mtp.MtpClient.action.USB_PERMISSION";
149 * MtpClient constructor
151 * @param context the {@link android.content.Context} to use for the MtpClient
153 public MtpClient(Context context) { method in class:MtpClient
190 * Closes all resources related to the MtpClient object
197 * Registers a {@link android.mtp.MtpClient.Listener} interface to receive
211 * Unregisters a {@link android.mtp.MtpClient.Listener} interface.
H A DObjectBrowser.java47 private MtpClient mClient;
H A DObjectViewer.java49 private MtpClient mClient;

Completed in 132 milliseconds