Home
last modified time | relevance | path

Searched defs:mSessionKey (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexAuthenticator.java35 @VisibleForTesting String mSessionKey = "0000"; field in BluetoothPbapObexAuthenticator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java38 @VisibleForTesting String mSessionKey; field in BluetoothPbapAuthenticator
DBluetoothPbapActivity.java69 private String mSessionKey = ""; field in BluetoothPbapActivity
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java223 public Optional<byte[]> mSessionKey = Optional.empty(); field in RangingSessionController.SessionInfo
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java96 @Nullable private final byte[] mSessionKey; field in FiraOpenSessionParams
1233 @Nullable private byte[] mSessionKey = null; field in FiraOpenSessionParams.Builder
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1542 private String mSessionKey; field in ConnectivityServiceTest.MockVpn