OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MtpClient
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java
46
public class
MtpClient
{
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) {
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.
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java
47
public class
MtpClient
{
49
private static final String TAG = "
MtpClient
";
52
"android.mtp.
MtpClient
.action.USB_PERMISSION";
163
*
MtpClient
constructor
165
* @param context the {@link android.content.Context} to use for the
MtpClient
167
public
MtpClient
(Context context) {
216
* Closes all resources related to the
MtpClient
object
223
* Registers a {@link com.android.gallery3d.data.
MtpClient
.Listener} interface to receive
237
* Unregisters a {@link com.android.gallery3d.data.
MtpClient
.Listener} interface.
Completed in 281 milliseconds