OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothAudioBitsPerSamplePreferenceController
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/development/
BluetoothAudioBitsPerSamplePreferenceController.java
25
public class
BluetoothAudioBitsPerSamplePreferenceController
extends
32
public
BluetoothAudioBitsPerSamplePreferenceController
(Context context, Lifecycle lifecycle,
DevelopmentSettingsDashboardFragment.java
420
controllers.add(new
BluetoothAudioBitsPerSamplePreferenceController
(context, lifecycle,
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
BluetoothAudioBitsPerSamplePreferenceControllerTest.java
60
private
BluetoothAudioBitsPerSamplePreferenceController
mController;
70
mController = spy(new
BluetoothAudioBitsPerSamplePreferenceController
(mContext,
Completed in 188 milliseconds