Searched refs:TEST_SETTINGS_KEY (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingCallAudioPreferenceControllerTest.java | 113 private static final String TEST_SETTINGS_KEY = field in AudioSharingCallAudioPreferenceControllerTest 320 Settings.Secure.putInt(mContentResolver, TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID1); in onProfileConnectionStateChanged_noDeviceInSharing_updateSummary() 337 Settings.Secure.putInt(mContentResolver, TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID1); in onFallbackDeviceChanged_updateSummary() 358 Settings.Secure.putInt(mContentResolver, TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID1); in displayPreference_showCorrectSummary() 386 Settings.Secure.putInt(mContentResolver, TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID2); in displayPreference_noFallbackDeviceInSharing_showEmptySummary() 404 mContentResolver, TEST_SETTINGS_KEY, BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in displayPreference_noFallbackDevice_showEmptySummary() 421 Settings.Secure.putInt(mContentResolver, TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID1); in displayPreference_clickToShowCorrectDialog() 522 mContentResolver, TEST_SETTINGS_KEY, BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in testBluetoothLeBroadcastAssistantCallbacks_updateSummary() 532 Settings.Secure.putInt(mContentResolver, TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID1); in testBluetoothLeBroadcastAssistantCallbacks_updateSummary() 553 mContentResolver, TEST_SETTINGS_KEY, BluetoothCsipSetCoordinator.GROUP_ID_INVALID); in testBluetoothLeBroadcastAssistantCallbacks_doNothing() [all …]
|
D | AudioSharingDeviceVolumeControlUpdaterTest.java | 83 private static final String TEST_SETTINGS_KEY = field in AudioSharingDeviceVolumeControlUpdaterTest 287 mContext.getContentResolver(), TEST_SETTINGS_KEY, TEST_DEVICE_GROUP_ID); in addPreference_fallbackDevice_setStreamVolume() local
|