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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexAuthenticator.java 29 private String mSessionKey;
42 mSessionKey = key;
70 if (mSessionKey != null && mSessionKey.length() != 0) {
71 Log.v(TAG, "onAuthenticationChallenge: mSessionKey=" + mSessionKey);
72 pa = new PasswordAuthentication(null, mSessionKey.getBytes());
74 Log.v(TAG, "onAuthenticationChallenge: mSessionKey is empty, timeout/cancel occured");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 53 private String mSessionKey;
61 mSessionKey = null;
73 mSessionKey = string;
94 if (mSessionKey.trim().length() != 0) {
95 PasswordAuthentication pa = new PasswordAuthentication(null, mSessionKey.getBytes());
BluetoothPbapActivity.java 84 private String mSessionKey = "";
178 BluetoothPbapService.EXTRA_SESSION_KEY, mSessionKey);
220 mSessionKey = mKeyView.getText().toString();

Completed in 136 milliseconds