OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:articleURL
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
289
Uri
articleURL
= Uri.parse(articleUrlString);
290
Intent i = new Intent(Intent.ACTION_VIEW,
articleURL
);
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
289
Uri
articleURL
= Uri.parse(articleUrlString);
290
Intent i = new Intent(Intent.ACTION_VIEW,
articleURL
);
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java
289
Uri
articleURL
= Uri.parse(articleUrlString);
290
Intent i = new Intent(Intent.ACTION_VIEW,
articleURL
);
Completed in 269 milliseconds