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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexAuthenticator.java 36 private String mSessionKey = "0000";
50 if (mSessionKey != null && mSessionKey.length() != 0) {
51 Log.v(TAG, "onAuthenticationChallenge: mSessionKey=" + mSessionKey);
52 pa = new PasswordAuthentication(null, mSessionKey.getBytes());
54 Log.v(TAG, "onAuthenticationChallenge: mSessionKey is empty, timeout/cancel occured");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 49 private String mSessionKey;
56 mSessionKey = null;
70 mSessionKey = string;
92 if (mSessionKey.trim().length() != 0) {
93 return new PasswordAuthentication(null, mSessionKey.getBytes());
BluetoothPbapActivity.java 82 private String mSessionKey = "";
174 BluetoothPbapService.EXTRA_SESSION_KEY, mSessionKey);
206 mSessionKey = mKeyView.getText().toString();

Completed in 131 milliseconds