Home
last modified time | relevance | path

Searched refs:TranscodeNotificationPreferenceController (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/development/transcode/
H A DTranscodeNotificationPreferenceControllerTest.java19 import static com.android.settings.development.transcode.TranscodeNotificationPreferenceController.…
37 private TranscodeNotificationPreferenceController mUnderTest;
42 mUnderTest = new TranscodeNotificationPreferenceController(context, "notification_key"); in setUp()
/aosp12/packages/apps/Settings/src/com/android/settings/development/transcode/
H A DTranscodeNotificationPreferenceController.java30 public class TranscodeNotificationPreferenceController extends TogglePreferenceController { class
35 public TranscodeNotificationPreferenceController(Context context, String preferenceKey) { in TranscodeNotificationPreferenceController() method in TranscodeNotificationPreferenceController