Searched refs:mSessionKey (Results 1 – 3 of 3) sorted by relevance
37 private String mSessionKey = "0000"; field in BluetoothPbapObexAuthenticator51 if (mSessionKey != null && mSessionKey.length() != 0) { in onAuthenticationChallenge()52 if (DBG) Log.v(TAG, "onAuthenticationChallenge: mSessionKey=" + mSessionKey); in onAuthenticationChallenge()53 pa = new PasswordAuthentication(null, mSessionKey.getBytes()); in onAuthenticationChallenge()
49 private String mSessionKey; field in BluetoothPbapAuthenticator56 mSessionKey = null; in BluetoothPbapAuthenticator()70 mSessionKey = string; in setSessionKey()92 if (mSessionKey.trim().length() != 0) { in onAuthenticationChallenge()93 return new PasswordAuthentication(null, mSessionKey.getBytes()); in onAuthenticationChallenge()
80 private String mSessionKey = ""; field in BluetoothPbapActivity166 BluetoothPbapService.EXTRA_SESSION_KEY, mSessionKey); in onPositive()198 mSessionKey = mKeyView.getText().toString(); in onClick()