Searched refs:mResolvedType (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartInterceptor.java | 103 String mResolvedType; field in ActivityStartInterceptor 140 new Intent[] { mIntent }, new String[] { mResolvedType }, in createIntentSenderForOriginalIntent() 160 mResolvedType = resolvedType; in intercept() 191 mRInfo, mAInfo, mResolvedType, mCallingPid, mCallingUid, in intercept() 242 mResolvedType = null; in interceptQuietProfileIfNeeded() 261 mResolvedType = null; in interceptSuspendedByAdminPackage() 268 mRInfo = mSupervisor.resolveIntent(mIntent, mResolvedType, mUserId, 0, in interceptSuspendedByAdminPackage() 301 mResolvedType = null; in interceptSuspendedPackageIfNeeded() 320 mResolvedType = null; in interceptLockTaskModeViolationPackageIfNeeded() 334 mResolvedType = null; in interceptLockedManagedProfileIfNeeded() [all …]
|
H A D | ActivityRecord.java | 9385 private String mResolvedType; field in ActivityRecord.Builder 9434 mResolvedType = resolvedType; in setResolvedType() 9504 mResolvedType, mActivityInfo, mConfiguration, mResultTo, mResultWho, in build()
|
H A D | ActivityStarter.java | 1035 resolvedType = mInterceptor.mResolvedType; in executeRequest()
|