Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/development/transcode/
DTranscodeNotificationPreferenceControllerTest.java19 import static com.android.settings.development.transcode.TranscodeNotificationPreferenceController.…
38 private TranscodeNotificationPreferenceController mUnderTest;
45 mUnderTest = new TranscodeNotificationPreferenceController(mContext, "notification_key"); in setUp()
/packages/apps/Settings/src/com/android/settings/development/transcode/
DTranscodeNotificationPreferenceController.java31 public class TranscodeNotificationPreferenceController extends TogglePreferenceController { class
36 public TranscodeNotificationPreferenceController(Context context, String preferenceKey) { in TranscodeNotificationPreferenceController() method in TranscodeNotificationPreferenceController