Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/
H A DCallingMethodActivity.java42 private Method mMethod; field in CallingMethodActivity
56 mMethod = TelephonyManagerTestApp.sCurrentMethod; in onCreate()
62 mParameterTypes = mMethod.getParameterTypes(); in onCreate()
67 String tags = Modifier.toString(mMethod.getModifiers()) + ' ' in onCreate()
68 + TelephonyManagerTestApp.getShortTypeName(mMethod.getReturnType().toString()); in onCreate()
70 ((TextView) findViewById(R.id.method_name)).setText(mMethod.getName()); in onCreate()
95 Log.d(TelephonyManagerTestApp.TAG, "Invoking method " + mMethod.getName()); in executeCallMethod()
97 mMethod.setAccessible(true); in executeCallMethod()
98 if (!mMethod.getReturnType().equals(Void.TYPE)) { in executeCallMethod()
99 Object result = mMethod.invoke(new TelephonyManager(this, subId), mParameterValues); in executeCallMethod()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java171 private final Method mMethod; field in CompatUtils.ToObjectMethodWrapper
174 mMethod = method; in ToObjectMethodWrapper()
179 return (T) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args); in invoke()
184 private final Method mMethod; field in CompatUtils.ToIntMethodWrapper
187 mMethod = method; in ToIntMethodWrapper()
191 return (int) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args); in invoke()
196 private final Method mMethod; field in CompatUtils.ToFloatMethodWrapper
199 mMethod = method; in ToFloatMethodWrapper()
203 return (float) CompatUtils.invoke(receiver, mDefaultValue, mMethod, args); in invoke()
208 private final Method mMethod; field in CompatUtils.ToBooleanMethodWrapper
[all …]
/aosp12/packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/
H A DStreamingServiceTracker.java52 private int mMethod = StreamingService.UNICAST_METHOD; field in StreamingServiceTracker
85 return mMethod; in getMethod()
101 if (mMethod != method) { in onStreamMethodUpdated()
102 mMethod = method; in onStreamMethodUpdated()
/aosp12/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DAppActiveStreams.java32 private int mMethod; field in AppActiveStreams.StreamCallbackWithState
38 mMethod = method; in StreamCallbackWithState()
54 return mMethod; in getMethod()
58 mMethod = method; in setMethod()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderTask.h78 explicit MethodInvokeRenderTask(RunnableMethod method) : mMethod(method), mReturnPtr(nullptr) {} in MethodInvokeRenderTask()
84 void* retval = mMethod(mData); in run()
93 RunnableMethod mMethod;
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DWnmData.java52 private final int mMethod; field in WnmData
60 mMethod = method; in WnmData()
141 return mMethod; in getMethod()
/aosp12/frameworks/base/core/java/android/content/
H A 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()
/aosp12/system/tools/hidl/
H A DInterface.h171 mMethod(method) {} in InterfaceAndMethod()
172 Method *method() const { return mMethod; } in method()
178 Method *mMethod; member
/aosp12/frameworks/base/core/java/android/view/
H A 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()
/aosp12/frameworks/base/telephony/common/android/telephony/
H A DLocationAccessPolicy.java93 private String mMethod; field in LocationAccessPolicy.LocationPermissionQuery.Builder
176 mMethod = method; in setMethod()
212 mLogAsInfo, mMethod); in build()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentService.java175 final Method mMethod; field in FragmentService.FragmentInstantiationInfo
179 this.mMethod = method; in FragmentInstantiationInfo()
H A DFragmentHostManager.java317 .mMethod in instantiateWithInjections()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DExtraSettingsPreferenceController.java278 private final String mMethod; field in ExtraSettingsPreferenceController.DynamicDataObserver
285 mMethod = method; in DynamicDataObserver()
303 switch (mMethod) { in onChange()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java536 private final Method mMethod; field in RuntimeInit.MethodAndArgsCaller
542 mMethod = method; in MethodAndArgsCaller()
548 mMethod.invoke(null, new Object[] { mArgs }); in run()
/aosp12/frameworks/base/cmds/content/src/com/android/commands/content/
H A 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()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DRcsStats.java723 private String mMethod; field in RcsStats.SipMessageArray
728 this.mMethod = method; in SipMessageArray()
753 private String mMethod; field in RcsStats.SipTransportSessionArray
759 this.mMethod = method; in SipTransportSessionArray()
1034 mSipMessage.addSipMessageStat(subId, match.mMethod, sipMessageResponse, in onSipMessageResponse()
1067 mSipTransportSession.addSipTransportSessionStat(subId, match.mMethod, match.mDirection, in onSipTransportSessionClosed()
/aosp12/frameworks/base/core/java/android/text/
H A DStaticLayout.java532 e.mMethod = ellipsize; in StaticLayout()
574 e.mMethod = b.mEllipsize; in StaticLayout()
H A DDynamicLayout.java439 e.mMethod = b.mEllipsize; in generate()
H A DLayout.java2460 /* package */ TextUtils.TruncateAt mMethod; field in Layout.Ellipsizer
2482 mLayout.ellipsize(start, end, i, dest, destoff, mMethod); in getChars()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1446 private final IInputMethod mMethod; field in InputMethodManagerService.MethodCallback
1452 mMethod = method; in MethodCallback()
1461 mParentIMMS.onSessionCreated(mMethod, session, mChannel); in sessionCreated()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59461 Landroid/text/Layout$Ellipsizer;->mMethod:Landroid/text/TextUtils$TruncateAt;
64666 Landroid/view/MenuInflater$InflatedOnMenuItemClickListener;->mMethod:Ljava/lang/reflect/Method;