OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:localsource
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java
33
class
LocalSource
extends MediaSource {
52
private static final String TAG = "
LocalSource
";
56
public
LocalSource
(GalleryApp context) {
LocalMergeAlbum.java
98
.appendQueryParameter(
LocalSource
.KEY_BUCKET_ID, bucketId)
104
.appendQueryParameter(
LocalSource
.KEY_BUCKET_ID, bucketId)
LocalAlbum.java
105
.appendQueryParameter(
LocalSource
.KEY_BUCKET_ID,
109
.appendQueryParameter(
LocalSource
.KEY_BUCKET_ID,
DataManager.java
120
addSource(new
LocalSource
(mApplication));
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java
34
public class
LocalSource
extends CursorPhotoSource {
35
private static final String TAG = "PhotoTable.
LocalSource
";
42
public
LocalSource
(Context context, SharedPreferences settings) {
PhotoDreamSettingsReceiver.java
56
albumId =
LocalSource
.constructId(INTERNAL.equals(path.get(0)), path.get(3));
PhotoSourcePlexor.java
38
mLocalSource = new
LocalSource
(context, settings);
AlbumDataAdapter.java
122
if (typeAString.equals(
LocalSource
.class.getName())) {
125
if (typeBString.equals(
LocalSource
.class.getName())) {
/external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java
655
Local<?>
localSource
= code.getParameter(0, sourceType);
657
code.cast(localCasted,
localSource
);
685
Local<T>
localSource
= code.getParameter(0, valueType);
686
code.op(UnaryOp.NOT,
localSource
,
localSource
);
687
code.returnValue(
localSource
);
726
Local<T>
localSource
= code.getParameter(0, valueType);
727
code.op(UnaryOp.NEGATE,
localSource
,
localSource
);
728
code.returnValue(
localSource
);
[
all
...]
Completed in 142 milliseconds