OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MtpDeviceIndex
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpPagerAdapter.java
27
import com.android.gallery3d.ingest.
MtpDeviceIndex
;
28
import com.android.gallery3d.ingest.
MtpDeviceIndex
.SortOrder;
36
private
MtpDeviceIndex
mModel;
47
public void setMtpDeviceIndex(
MtpDeviceIndex
index) {
MtpAdapter.java
29
import com.android.gallery3d.ingest.
MtpDeviceIndex
;
30
import com.android.gallery3d.ingest.
MtpDeviceIndex
.SortOrder;
40
private
MtpDeviceIndex
mModel;
51
public void setMtpDeviceIndex(
MtpDeviceIndex
index) {
56
public
MtpDeviceIndex
getMtpDeviceIndex() {
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java
65
public class
MtpDeviceIndex
{
122
private static final
MtpDeviceIndex
sInstance = new
MtpDeviceIndex
();
126
public static
MtpDeviceIndex
getInstance() {
130
private
MtpDeviceIndex
() {
487
MtpDeviceIndex
.this.mUnifiedLookupIndex = mUnifiedLookupIndex;
488
MtpDeviceIndex
.this.mMtpObjects = mMtpObjects;
489
MtpDeviceIndex
.this.mBuckets = mBuckets;
500
synchronized (
MtpDeviceIndex
.this) {
510
synchronized (
MtpDeviceIndex
.this)
[
all
...]
IngestService.java
48
MtpDeviceIndex
.ProgressListener, MtpClient.Listener {
64
private
MtpDeviceIndex
mIndex;
84
mIndex =
MtpDeviceIndex
.getInstance();
137
protected
MtpDeviceIndex
getIndex() {
IngestActivity.java
57
MtpDeviceIndex
.ProgressListener, ImportTask.Listener {
549
MtpDeviceIndex
index = mHelperService.getIndex();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java
33
import com.android.gallery3d.ingest.
MtpDeviceIndex
;
90
mShowOverlayIcon =
MtpDeviceIndex
.SUPPORTED_VIDEO_FORMATS.contains(object.getFormat());
107
&&
MtpDeviceIndex
.SUPPORTED_IMAGE_FORMATS.contains(info.getFormat())) {
Completed in 147 milliseconds