Home | History | Annotate | Download | only in development

Lines Matching defs:Settings

17 package com.android.settings.development;
24 import android.provider.Settings;
28 import com.android.settings.testutils.SettingsRobolectricTestRunner;
60 Settings.Secure.putInt(mContext.getContentResolver(),
61 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED,
71 Settings.Secure.putInt(mContext.getContentResolver(),
72 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED,
84 final int usbAudioRoutingMode = Settings.Secure.getInt(mContext.getContentResolver(),
85 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED, -1 /* default */);
95 final int usbAudioRoutingMode = Settings.Secure.getInt(mContext.getContentResolver(),
96 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED, -1 /* default */);
106 final int usbAudioRoutingMode = Settings.Secure.getInt(mContext.getContentResolver(),
107 Settings.Secure.USB_AUDIO_AUTOMATIC_ROUTING_DISABLED, -1 /* default */);