OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uriIndex
(Results
1 - 5
of
5
) sorted by null
/libcore/ojluni/src/main/java/java/net/
InMemoryCookieStore.java
48
private Map<URI, List<HttpCookie>>
uriIndex
= null;
63
uriIndex
= new HashMap<>();
80
addIndex(
uriIndex
, getEffectiveURI(uri), cookie);
105
getInternal1(cookies,
uriIndex
, uri.getHost());
106
// check
uriIndex
then
107
getInternal2(cookies,
uriIndex
, getEffectiveURI(uri));
123
for (List<HttpCookie> list :
uriIndex
.values()) {
151
List<URI> result = new ArrayList<URI>(
uriIndex
.keySet());
155
uris.addAll(
uriIndex
.keySet());
173
if (
uriIndex
.get(uri) == null)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
[
all
...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java
600
final int
uriIndex
= data.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
612
final String uriString = data.getString(
uriIndex
);
809
int
uriIndex
= cursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
810
mCurrentPhotoUri = cursor.getString(
uriIndex
);
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java
453
final int
uriIndex
= c.getColumnIndexOrThrow(LauncherSettings.Favorites.URI);
473
values.put(LauncherSettings.Favorites.URI, c.getString(
uriIndex
));
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java
[
all
...]
Completed in 5523 milliseconds