Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java130 private static String sLocalPhoneName; field in BluetoothPbapService
701 sLocalPhoneName = localPhoneName; in setLocalPhoneName()
705 return sLocalPhoneName; in getLocalPhoneName()
1058 sLocalPhoneName = this.getString(R.string.localPhoneName); in getLocalTelephonyDetails()
1060 Log.v(TAG, "Local Phone Details- Number:" + sLocalPhoneNum + ", Name:" + sLocalPhoneName); in getLocalTelephonyDetails()