OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MtpClient
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowserApplication.java
23
private
MtpClient
mClient;
27
mClient = new
MtpClient
(this);
36
public
MtpClient
getMtpClient() {
CameraBrowser.java
40
public class CameraBrowser extends ListActivity implements
MtpClient
.Listener {
44
private
MtpClient
mClient;
StorageBrowser.java
42
private
MtpClient
mClient;
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.
ObjectBrowser.java
47
private
MtpClient
mClient;
ObjectViewer.java
49
private
MtpClient
mClient;
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java
22
import com.android.gallery3d.ingest.data.
MtpClient
;
53
MtpDeviceIndex.ProgressListener,
MtpClient
.Listener {
66
private
MtpClient
mClient;
96
mClient = new
MtpClient
(getApplicationContext());
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpClient.java
44
public class
MtpClient
{
46
private static final String TAG = "
MtpClient
";
160
*
MtpClient
constructor
162
* @param context the {@link android.content.Context} to use for the
MtpClient
164
public
MtpClient
(Context context) {
214
* Closes all resources related to the
MtpClient
object
221
* Registers a {@link com.android.gallery3d.data.
MtpClient
.Listener} interface to receive
235
* Unregisters a {@link com.android.gallery3d.data.
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 305 milliseconds