HomeSort by relevance Sort by last modified time
    Searched refs:Utf8ByteLengthFilter (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java 40 class Utf8ByteLengthFilter implements InputFilter {
43 Utf8ByteLengthFilter(int maxBytes) {
BluetoothNameDialogFragment.java 130 new Utf8ByteLengthFilter(BLUETOOTH_NAME_MAX_LENGTH_BYTES)
  /packages/apps/Settings/tests/src/com/android/settings/bluetooth/
Utf8ByteLengthFilterTest.java 23 import com.android.settings.bluetooth.Utf8ByteLengthFilter;
30 @TestTargetClass(Utf8ByteLengthFilter.class)
42 method = "Utf8ByteLengthFilter",
51 InputFilter lengthFilter = new Utf8ByteLengthFilter(10);

Completed in 1608 milliseconds