Remove unneeded init & displayPreference functions
Bug: 330336498 Test: m & atest CellularSecurityNotificationsDividerControllerTest CellularSecurityNotificationsPreferenceControllerTest CellularSecurityEncryptionDividerControllerTest CellularSecurityPreferenceControllerTest Flag: EXEMPT bugfix Change-Id: I791ad88738da24916b2c48e9b24f404707fc7047
This commit is contained in:
@@ -24,7 +24,6 @@ import android.util.Log;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
import androidx.preference.PreferenceScreen;
|
||||
|
||||
import com.android.internal.telephony.flags.Flags;
|
||||
import com.android.settings.core.BasePreferenceController;
|
||||
@@ -55,18 +54,6 @@ public class CellularSecurityNotificationsDividerController extends
|
||||
mSafetyCenterManager = mContext.getSystemService(SafetyCenterManager.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialization.
|
||||
*/
|
||||
public CellularSecurityNotificationsDividerController init() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void displayPreference(@NonNull PreferenceScreen screen) {
|
||||
super.displayPreference(screen);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
if (!Flags.enableIdentifierDisclosureTransparencyUnsolEvents()
|
||||
|
||||
Reference in New Issue
Block a user