OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uripath
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
SharedImageProvider.java
87
String
uriPath
= uri.getLastPathSegment();
88
if (
uriPath
== null) {
103
File path = new File(
uriPath
);
126
String
uriPath
= uri.getLastPathSegment();
127
if (
uriPath
== null) {
132
File path = new File(
uriPath
);
/frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java
219
final String
uriPath
= uri.getPath();
220
final String name =
uriPath
.substring(
uriPath
.lastIndexOf('/') + 1);
/libcore/luni/src/main/java/java/net/
HttpCookie.java
136
String
uriPath
= matchablePath(uri.getPath());
138
return
uriPath
.startsWith(cookiePath);
Completed in 143 milliseconds