Searched refs:mResolvedType (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartInterceptor.java | 108 String mResolvedType; field in ActivityStartInterceptor 156 new Intent[] { mIntent }, new String[] { mResolvedType }, in createIntentSenderForOriginalIntent() 198 mResolvedType = resolvedType; in intercept() 293 mResolvedType = null; in interceptQuietProfileIfNeeded() 313 mResolvedType = null; in interceptSuspendedByAdminPackage() 352 mResolvedType = null; in interceptSuspendedPackageIfNeeded() 353 mRInfo = mSupervisor.resolveIntent(mIntent, mResolvedType, mUserId, 0, in interceptSuspendedPackageIfNeeded() 372 mResolvedType = null; in interceptLockTaskModeViolationPackageIfNeeded() 387 mResolvedType = null; in interceptLockedManagedProfileIfNeeded() 465 mResolvedType = null; in interceptHarmfulAppIfNeeded() [all …]
|
H A D | ActivityInterceptorCallback.java | 191 private final String mResolvedType; field in ActivityInterceptorCallback.ActivityInterceptorInfo 213 this.mResolvedType = builder.mResolvedType; in ActivityInterceptorInfo() 235 private String mResolvedType; field in ActivityInterceptorCallback.ActivityInterceptorInfo.Builder 278 mResolvedType = resolvedType; in setResolvedType() 371 return mResolvedType; in getResolvedType()
|
H A D | ActivityRecord.java | 10794 private String mResolvedType; 10843 mResolvedType = resolvedType; 10913 mResolvedType, mActivityInfo, mConfiguration, mResultTo, mResultWho,
|
H A D | ActivityStarter.java | 1163 resolvedType = mInterceptor.mResolvedType; in executeRequest()
|