Searched refs:mLogoBitmap (Results 1 – 1 of 1) sorted by relevance
37 @Nullable private Bitmap mLogoBitmap; field in PromptInfo68 mLogoBitmap = in.readTypedObject(Bitmap.CREATOR); in PromptInfo()116 dest.writeTypedObject(mLogoBitmap, 0); in writeToParcel()192 } else if (mLogoBitmap != null) { in requiresAdvancedPermission()230 mLogoBitmap = logoBitmap; in setLogo()337 return mLogoBitmap; in getLogo()354 return mLogoRes == 0 ? mLogoBitmap : null; in getLogoBitmap()