Messaging: Remove VisibleForTesting
Since we removed all tests, no need to keep those flags around either Change-Id: Icaf71832c459cecbcbddc75f552c60e48ae95189
This commit is contained in:
@@ -30,16 +30,13 @@ import com.android.messaging.util.Assert;
|
||||
import com.android.messaging.util.BuglePrefs;
|
||||
import com.android.messaging.util.MediaUtil;
|
||||
import com.android.messaging.util.PhoneUtils;
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
|
||||
public abstract class Factory {
|
||||
|
||||
// Making this volatile because on the unit tests, setInstance is called from a unit test
|
||||
// thread, and then it's read on the UI thread.
|
||||
private static volatile Factory sInstance;
|
||||
@VisibleForTesting
|
||||
protected static boolean sRegistered;
|
||||
@VisibleForTesting
|
||||
protected static boolean sInitialized;
|
||||
|
||||
public static Factory get() {
|
||||
|
||||
Reference in New Issue
Block a user