OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_LOCAL
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DataSourceType.java
23
public static final int
TYPE_LOCAL
= 1;
41
if (prefix == LOCAL_ROOT) return
TYPE_LOCAL
;
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactInfoRequest.java
47
TYPE_LOCAL
,
55
public static final int
TYPE_LOCAL
= 0;
102
return type ==
TYPE_LOCAL
|| type == TYPE_LOCAL_AND_REMOTE;
ContactInfoCache.java
109
: ContactInfoRequest.
TYPE_LOCAL
;
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
RootInfo.java
67
TYPE_LOCAL
,
80
public static final int
TYPE_LOCAL
= 6;
204
derivedType =
TYPE_LOCAL
;
216
derivedType =
TYPE_LOCAL
;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java
70
case DataSourceType.
TYPE_LOCAL
:
Completed in 1642 milliseconds