Searched defs:sLocalPhoneName (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java185 private static String sLocalPhoneName = null; field in class:BluetoothPbapService
465 sLocalPhoneName = tm.getLine1AlphaTag();
466 if (TextUtils.isEmpty(sLocalPhoneName)) {
467 sLocalPhoneName = this.getString(R.string.localPhoneName);
801 return sLocalPhoneName;

Completed in 49 milliseconds