Searched refs:mLaunchComponent (Results 1 – 2 of 2) sorted by relevance
90 private ComponentName mLaunchComponent; field in SearchDialog264 mLaunchComponent = componentName; in show()306 mLaunchComponent = null; in onStop()338 bundle.putParcelable(INSTANCE_KEY_COMPONENT, mLaunchComponent); in onSaveInstanceState()451 ActivityInfo info = pm.getActivityInfo(mLaunchComponent, 0); in updateSearchAppIcon()457 Log.w(LOG_TAG, mLaunchComponent + " not found, using generic app icon"); in updateSearchAppIcon()
9061 Landroid/app/SearchDialog;->mLaunchComponent:Landroid/content/ComponentName;