Searched refs:LENGTH (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java237 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH));
H A DBluetoothOppObexClientSession.java350 request.setHeader(HeaderSet.LENGTH, fileInfo.mLength);
H A DBluetoothOppObexServerSession.java188 length = (Long)request.getHeader(HeaderSet.LENGTH);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DVoiceInput.java96 public static final String LENGTH = "length"; field in class:VoiceInput.AlternatesBundleKeys
649 int length = spanBundle.getInt(AlternatesBundleKeys.LENGTH);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java992 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH));

Completed in 141 milliseconds