/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | SipDetails.java | 70 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()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderTask.h | 78 explicit MethodInvokeRenderTask(RunnableMethod method) : mMethod(method), mReturnPtr(nullptr) {} in MethodInvokeRenderTask() 84 void* retval = mMethod(mData); in run() 93 RunnableMethod mMethod;
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | AnnotatedElementPerfTest.java | 42 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()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentProviderOperation.java | 60 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()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | MenuInflater.java | 237 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()
|
/aosp14/frameworks/base/telephony/common/android/telephony/ |
H A D | LocationAccessPolicy.java | 93 private String mMethod; field in LocationAccessPolicy.LocationPermissionQuery.Builder 176 mMethod = method; in setMethod() 212 mLogAsInfo, mMethod); in build()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | RuntimeInit.java | 540 private final Method mMethod; field in RuntimeInit.MethodAndArgsCaller 546 mMethod = method; in MethodAndArgsCaller() 552 mMethod.invoke(null, new Object[] { mArgs }); in run()
|
/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/ |
H A D | Content.java | 587 final String mMethod, mArg; field in Content.CallCommand 592 mMethod = method; in CallCommand() 600 resolveCallingPackage(), null), mUri.getAuthority(), mMethod, mArg, mExtras); in onExecute()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | StaticLayout.java | 551 e.mMethod = ellipsize; in StaticLayout() 593 e.mMethod = b.mEllipsize; in StaticLayout()
|
H A D | DynamicLayout.java | 440 e.mMethod = b.mEllipsize; in generate()
|
H A D | Layout.java | 3160 /* package */ TextUtils.TruncateAt mMethod; field in Layout.Ellipsizer 3182 mLayout.ellipsize(start, end, i, dest, destoff, mMethod); in getChars()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 356 final IInputMethodInvoker mMethod; field in InputMethodManagerService.SessionState 365 IInputMethodInvoker.getBinderIdentityHashCode(mMethod)) in toString() 375 mMethod = method; in SessionState() 2462 session.mMethod.startInput(startInputToken, mCurInputConnection, mCurEditorInfo, restarting, in attachNewInputLocked() 4938 mEnabledSession.mMethod.setSessionEnabled(mEnabledSession.mSession, false); in setEnabledSessionLocked() 4943 mEnabledSession.mMethod.setSessionEnabled(mEnabledSession.mSession, true); in setEnabledSessionLocked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56138 Landroid/text/Layout$Ellipsizer;->mMethod:Landroid/text/TextUtils$TruncateAt; 61343 Landroid/view/MenuInflater$InflatedOnMenuItemClickListener;->mMethod:Ljava/lang/reflect/Method;
|