OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMethodName
(Results
1 - 4
of
4
) sorted by null
/dalvik/tools/dexdeps/src/com/android/dexdeps/
MethodRef.java
20
private String mDeclClass, mReturnType,
mMethodName
;
31
mMethodName
= methodName;
52
return
mMethodName
;
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
TestResult.java
33
private final String
mMethodName
;
48
return
mMethodName
;
92
mMethodName
= methodName;
108
dest.writeString(
mMethodName
);
127
mMethodName
= source.readString();
/art/tools/ahat/src/main/com/android/ahat/heapdump/
Site.java
38
private String
mMethodName
;
141
mMethodName
= method;
170
&& curr.
mMethodName
.equals(frame.method)
361
return
mMethodName
;
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java
320
private final String
mMethodName
;
328
mMethodName
= methodName;
405
addConformanceEntry(
mMethodName
, path, null, errMsg);
420
addConformanceEntry(
mMethodName
, path, decoderName, result);
Completed in 274 milliseconds