OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRelativePath
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListPreloaderThread.java
42
private String
mRelativePath
;
53
mRelativePath
= path;
60
if (FileFilter.isTestFile(
mRelativePath
)) {
61
mTestsList.add(
mRelativePath
);
63
loadTestsFromUrl(
mRelativePath
);
CrashedDummyResult.java
29
String
mRelativePath
;
32
mRelativePath
= relativePath;
59
return
mRelativePath
;
TextResult.java
41
private String
mRelativePath
;
59
mRelativePath
= relativePath;
77
mRelativePath
= bundle.getString("relativePath");
246
bundle.putString("relativePath",
mRelativePath
);
254
return
mRelativePath
;
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java
91
private String
mRelativePath
;
94
mRelativePath
= relativePath;
101
msg.obj = getDirList(
mRelativePath
);
110
private String
mRelativePath
;
115
mRelativePath
= relativePath;
125
return
mRelativePath
;
134
return
mRelativePath
.compareTo(another.getRelativePath());
143
return
mRelativePath
.equals(((ListItem)o).getRelativePath());
148
return
mRelativePath
.hashCode();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java
68
private String
mRelativePath
;
73
mRelativePath
= relativePath;
98
mRelativePath
= relativePath;
114
return
mRelativePath
;
141
return
mRelativePath
.equals(objState.
mRelativePath
) &&
146
return normalizePath(
mRelativePath
).equals(normalizePath((String) obj));
154
return normalizePath(
mRelativePath
).hashCode();
Completed in 254 milliseconds