Searched refs:mBlobInfo (Results 1 – 1 of 1) sorted by relevance
55 private BlobInfo mBlobInfo; field in LeaseInfoListView66 mBlobInfo = getIntent().getParcelableExtra(SharedDataUtils.BLOB_KEY); in onCreate()71 Log.e(TAG, "Error fetching leases for shared data: " + mBlobInfo.toString()); in onCreate()101 blobLabel.setText(mBlobInfo.getLabel()); in getHeaderView()103 blobId.setText(getString(com.android.settingslib.R.string.blob_id_text, mBlobInfo.getId())); in getHeaderView()105 blobSize.setText(SharedDataUtils.formatSize(mBlobInfo.getSizeBytes())); in getHeaderView()132 mBlobStoreManager.deleteBlob(mBlobInfo); in getDialogOnClickListener()149 final List<LeaseInfo> leases = mBlobInfo.getLeases();