Searched refs:mBoundApplication (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java215 AppBindData mBoundApplication; field in class:ActivityThread
1055 (mBoundApplication != null) ? mBoundApplication.processName : "unknown",
1146 boolean showContents = ((mBoundApplication != null)
1147 && ((mBoundApplication.appInfo.flags&ApplicationInfo.FLAG_DEBUGGABLE) != 0))
1709 if (mBoundApplication != null && SamplingProfilerIntegration.isEnabled()) {
1712 String packageName = mBoundApplication.info.mPackageName;
1730 SamplingProfilerIntegration.writeSnapshot(mBoundApplication.processName, packageInfo);
1740 if (mBoundApplication != null && mProfiler.profileFd != null
1798 return (am != null && am.mBoundApplication !
[all...]

Completed in 45 milliseconds