Home
last modified time | relevance | path

Searched refs:KEY_LIST (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/BluetoothLegacyMigration/
DBluetoothLegacyMigration.kt52 private const val KEY_LIST = "key_list" constant
168 bundle.putStringArrayList(KEY_LIST, keys) in toBundle()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DDataMigration.java77 @VisibleForTesting static final String KEY_LIST = "key_list"; field in DataMigration
208 List<String> keys = b.getStringArrayList(KEY_LIST); in sharedPreferencesMigration()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java252 b.putStringArrayList(DataMigration.KEY_LIST, new ArrayList<String>(Arrays.asList(key))); in call()