HomeSort by relevance Sort by last modified time
    Searched full:interop_string (Results 1 - 1 of 1) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 454 String interop_string = Settings.Global.getString(getContentResolver(), local
456 if (interop_string == null) return;
457 Log.d(TAG, "updateInteropDatabase: [" + interop_string + "]");
459 String[] entries = interop_string.split(";");
    [all...]

Completed in 71 milliseconds