Home | History | Annotate | Download | only in banners

Lines Matching refs:mAppData

122     private AppData mAppData;
197 mAppData = data;
243 mTitleView.setText(mAppData.title());
244 mIconView.setImageDrawable(mAppData.icon());
245 mRatingView.initialize(mAppData.rating());
260 R.string.app_banner_view_accessibility, mAppData.title(), mAppData.rating());
292 if (mObserver.onFireIntent(this, mAppData.installIntent())) {
305 Log.e(TAG, "Failed to find app package: " + mAppData.packageName());
312 mObserver.onBannerBlocked(this, mAppData.siteUrl(), mAppData.packageName());
323 mObserver.onBannerBlocked(this, mAppData.siteUrl(), mAppData.packageName());
330 IntentSender sender = mAppData.detailsIntent().getIntentSender();
360 new InstallerDelegate(Looper.getMainLooper(), pm, this, mAppData.packageName());
459 text = mAppData.installButtonText();
567 String packageName = mAppData.packageName();