Messaging: Remove VisibleForTesting
Since we removed all tests, no need to keep those flags around either Change-Id: Icaf71832c459cecbcbddc75f552c60e48ae95189
This commit is contained in:
@@ -29,7 +29,6 @@ import com.android.messaging.R;
|
||||
import com.android.messaging.datamodel.data.MessagePartData;
|
||||
import com.android.messaging.ui.AttachmentPreviewFactory;
|
||||
import com.android.messaging.util.Assert;
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
|
||||
/**
|
||||
* Shows an item in the attachment picker grid.
|
||||
@@ -41,7 +40,6 @@ public class AttachmentGridItemView extends FrameLayout {
|
||||
void onItemClicked(AttachmentGridItemView view, MessagePartData attachment);
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
MessagePartData mAttachmentData;
|
||||
private FrameLayout mAttachmentViewContainer;
|
||||
private CheckBox mCheckBox;
|
||||
@@ -89,11 +87,6 @@ public class AttachmentGridItemView extends FrameLayout {
|
||||
}
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
HostInterface testGetHostInterface() {
|
||||
return mHostInterface;
|
||||
}
|
||||
|
||||
public void updateSelectedState() {
|
||||
mCheckBox.setChecked(mHostInterface.isItemSelected(mAttachmentData));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user