/aosp12/packages/services/Telephony/testapps/TelephonyManagerTestApp/src/com/android/phone/testapps/telephonymanagertestapp/ |
H A D | CallingMethodActivity.java | 42 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 D | CompatUtils.java | 171 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 D | StreamingServiceTracker.java | 52 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 D | AppActiveStreams.java | 32 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 D | RenderTask.h | 78 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 D | WnmData.java | 52 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 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()
|
/aosp12/system/tools/hidl/ |
H A D | Interface.h | 171 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 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()
|
/aosp12/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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
H A D | FragmentService.java | 175 final Method mMethod; field in FragmentService.FragmentInstantiationInfo 179 this.mMethod = method; in FragmentInstantiationInfo()
|
H A D | FragmentHostManager.java | 317 .mMethod in instantiateWithInjections()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | ExtraSettingsPreferenceController.java | 278 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 D | RuntimeInit.java | 536 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 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()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | RcsStats.java | 723 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 D | StaticLayout.java | 532 e.mMethod = ellipsize; in StaticLayout() 574 e.mMethod = b.mEllipsize; in StaticLayout()
|
H A D | DynamicLayout.java | 439 e.mMethod = b.mEllipsize; in generate()
|
H A D | Layout.java | 2460 /* 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 D | InputMethodManagerService.java | 1446 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 D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59461 Landroid/text/Layout$Ellipsizer;->mMethod:Landroid/text/TextUtils$TruncateAt; 64666 Landroid/view/MenuInflater$InflatedOnMenuItemClickListener;->mMethod:Ljava/lang/reflect/Method;
|