HomeSort by relevance Sort by last modified time
    Searched refs:mReturn (Results 1 - 3 of 3) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 27 private String mReturn;
38 mReturn = returnType;
55 newSig.append(TypeUtils.typeToDescriptor(mReturn));
82 mReturn = TypeUtils.ambiguousToBinaryName(mReturn, apiList);
  /build/tools/apicheck/src/com/android/apicheck/
MethodInfo.java 23 private String mReturn;
42 mReturn = returnType;
96 if (!mReturn.equals(mInfo.mReturn)) {
100 + mReturn + " to " + mInfo.mReturn);
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 59 private Object mReturn = null;
202 mReturn = mService.validate(protocol, host, userName, password, port, ssl,
209 if (mReturn == null) {
212 Log.v(TAG, "validate returns " + mReturn);
213 return (Integer)mReturn;
223 mReturn = mService.autoDiscover(userName, password);
229 if (mReturn == null) {
232 Bundle bundle = (Bundle) mReturn;

Completed in 56 milliseconds