Searched refs:mSessionKey (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAuthenticator.java35 private String mSessionKey; field in class:BluetoothMapAuthenticator
43 mSessionKey = null;
55 mSessionKey = string;
76 if (mSessionKey.trim().length() != 0) {
77 PasswordAuthentication pa = new PasswordAuthentication(null, mSessionKey.getBytes());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java53 private String mSessionKey; field in class:BluetoothPbapAuthenticator
61 mSessionKey = null;
73 mSessionKey = string;
94 if (mSessionKey.trim().length() != 0) {
95 PasswordAuthentication pa = new PasswordAuthentication(null, mSessionKey.getBytes());
H A DBluetoothPbapActivity.java84 private String mSessionKey = ""; field in class:BluetoothPbapActivity
178 BluetoothPbapService.EXTRA_SESSION_KEY, mSessionKey);
220 mSessionKey = mKeyView.getText().toString();

Completed in 58 milliseconds