OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATH_ENTRIES
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java
44
private static final String
PATH_ENTRIES
= "entries";
65
BASE_CONTENT_URI.buildUpon().appendPath(
PATH_ENTRIES
).build();
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java
44
private static final String
PATH_ENTRIES
= "entries";
65
BASE_CONTENT_URI.buildUpon().appendPath(
PATH_ENTRIES
).build();
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedContract.java
44
private static final String
PATH_ENTRIES
= "entries";
65
BASE_CONTENT_URI.buildUpon().appendPath(
PATH_ENTRIES
).build();
Completed in 228 milliseconds