Home
last modified time | relevance | path

Searched refs:mMethod (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DSipDetails.java70 private int mMethod; field in SipDetails.Builder
85 this.mMethod = method; in Builder()
157 private final int mMethod; field in SipDetails
166 mMethod = builder.mMethod; in SipDetails()
180 return mMethod; in getMethod()
247 dest.writeInt(mMethod); in writeToParcel()
273 mMethod = in.readInt(); in SipDetails()
287 return mMethod == that.mMethod in equals()
298 return Objects.hash(mMethod, mCseq, mResponseCode, mResponsePhrase, mReasonHeaderCause, in hashCode()
304 return "SipDetails { methodType= " + mMethod + ", cSeq=" + mCseq in toString()
/frameworks/base/libs/hwui/renderthread/
DRenderTask.h78 explicit MethodInvokeRenderTask(RunnableMethod method) : mMethod(method), mReturnPtr(nullptr) {} in MethodInvokeRenderTask()
84 void* retval = mMethod(mData); in run()
93 RunnableMethod mMethod;
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DAnnotatedElementPerfTest.java42 private Method mMethod; field in AnnotatedElementPerfTest
48 mMethod = Type.class.getMethod("method", String.class); in setUp()
73 mMethod.getAnnotations(); in timeGetMethodAnnotations()
81 mMethod.getParameterAnnotations(); in timeGetParameterAnnotations()
105 mMethod.getAnnotation(Marker.class); in timeGetMethodAnnotation()
129 mMethod.isAnnotationPresent(Marker.class); in timeIsMethodAnnotationPresent()
/frameworks/base/core/java/android/content/
DContentProviderOperation.java60 private final String mMethod; field in ContentProviderOperation
80 mMethod = builder.mMethod; in ContentProviderOperation()
94 mMethod = source.readInt() != 0 ? source.readString8() : null; in ContentProviderOperation()
121 mMethod = cpo.mMethod; in ContentProviderOperation()
136 if (mMethod != null) { in writeToParcel()
138 dest.writeString8(mMethod); in writeToParcel()
383 final Bundle res = provider.call(mUri.getAuthority(), mMethod, mArg, extras); in applyInternal()
661 private final String mMethod; field in ContentProviderOperation.Builder
678 mMethod = method; in Builder()
/frameworks/base/core/java/android/view/
DMenuInflater.java237 private Method mMethod; field in MenuInflater.InflatedOnMenuItemClickListener
243 mMethod = c.getMethod(methodName, PARAM_TYPES); in InflatedOnMenuItemClickListener()
255 if (mMethod.getReturnType() == Boolean.TYPE) { in onMenuItemClick()
256 return (Boolean) mMethod.invoke(mRealOwner, item); in onMenuItemClick()
258 mMethod.invoke(mRealOwner, item); in onMenuItemClick()
/frameworks/base/telephony/common/android/telephony/
DLocationAccessPolicy.java93 private String mMethod; field in LocationAccessPolicy.LocationPermissionQuery.Builder
176 mMethod = method; in setMethod()
212 mLogAsInfo, mMethod); in build()
/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java568 private final Method mMethod; field in RuntimeInit.MethodAndArgsCaller
574 mMethod = method; in MethodAndArgsCaller()
580 mMethod.invoke(null, new Object[] { mArgs }); in run()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java587 final String mMethod, mArg; field in Content.CallCommand
592 mMethod = method; in CallCommand()
600 resolveCallingPackage(), null), mUri.getAuthority(), mMethod, mArg, mExtras); in onExecute()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java733 private String mMethod; field in RcsStats.SipMessageArray
738 this.mMethod = method; in SipMessageArray()
763 private String mMethod; field in RcsStats.SipTransportSessionArray
769 this.mMethod = method; in SipTransportSessionArray()
1047 mSipMessage.addSipMessageStat(subId, match.mMethod, sipMessageResponse, in onSipMessageResponse()
1080 mSipTransportSession.addSipTransportSessionStat(subId, match.mMethod, match.mDirection, in onSipTransportSessionClosed()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java421 final IInputMethodInvoker mMethod; field in InputMethodManagerService.SessionState
430 IInputMethodInvoker.getBinderIdentityHashCode(mMethod)) in toString()
440 mMethod = method; in SessionState()
2039 session.mMethod.startInput(startInputToken, mCurInputConnection, mCurEditorInfo, restarting, in attachNewInputLocked()
4848 mEnabledSession.mMethod.setSessionEnabled(mEnabledSession.mSession, false); in setEnabledSessionLocked()
4853 mEnabledSession.mMethod.setSessionEnabled(mEnabledSession.mSession, true); in setEnabledSessionLocked()
/frameworks/base/core/java/android/text/
DDynamicLayout.java577 e.mMethod = b.mEllipsize; in generate()
DStaticLayout.java721 e.mMethod = b.mEllipsize; in StaticLayout()
DLayout.java3549 /* package */ TextUtils.TruncateAt mMethod; field in Layout.Ellipsizer
3571 mLayout.ellipsize(start, end, i, dest, destoff, mMethod); in getChars()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55495 Landroid/text/Layout$Ellipsizer;->mMethod:Landroid/text/TextUtils$TruncateAt;
60700 Landroid/view/MenuInflater$InflatedOnMenuItemClickListener;->mMethod:Ljava/lang/reflect/Method;