OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMethodName
(Results
1 - 5
of
5
) sorted by null
/cts/tools/host/src/com/android/cts/
TestController.java
27
private String
mMethodName
;
34
mMethodName
= methodName;
70
return
mMethodName
;
79
return mPackageName + "." + mClassName + Test.METHOD_SEPARATOR +
mMethodName
;
91
|| (
mMethodName
== null) || (
mMethodName
.length() == 0)) {
/dalvik/hit/src/com/android/hit/
StackFrame.java
26
String
mMethodName
;
35
mMethodName
= method;
54
return
mMethodName
/dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java
20
private String mDeclClass, mReturnType,
mMethodName
;
31
mMethodName
= methodName;
52
return
mMethodName
;
/sdk/traceview/src/com/android/traceview/
MethodData.java
33
private String
mMethodName
;
64
mMethodName
= null;
76
mMethodName
= methodName;
256
if (
mMethodName
== null) {
264
sb.append(
mMethodName
);
279
return
mMethodName
;
TimeLineView.java
634
private String
mMethodName
= null;
670
mMethodName
= name;
767
if (
mMethodName
== null) {
777
gc.drawString(
mMethodName
, x1, y1, true);
[
all
...]
Completed in 1928 milliseconds