Searched refs:ORDER (Results 1 – 5 of 5) sorted by relevance
48 private static final int ORDER = 1; field in BluetoothPairingPreferenceControllerTest73 Preference pref = mController.createBluetoothPairingPreference(ORDER); in testCreateBluetoothPairingPreference()77 assertThat(pref.getOrder()).isEqualTo(ORDER); in testCreateBluetoothPairingPreference()
49 private static final int ORDER = 1; field in BluetoothDeviceNamePreferenceControllerTest86 mController.createBluetoothDeviceNamePreference(mPreferenceScreen, ORDER); in testCreateBluetoothDeviceNamePreference()89 assertThat(preference.getOrder()).isEqualTo(ORDER); in testCreateBluetoothDeviceNamePreference()
42 private static final ByteOrder ORDER = ByteOrder.BIG_ENDIAN; field in AoapPhoneCompanionActivity168 return ByteBuffer.wrap(buffer).order(ORDER).getInt(); in byteToInt()
57 private static final String ORDER = String.format("%s DESC", DATE_TAKEN); field in LocalPhotoSource171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER); in reload()
54 private static final ByteOrder ORDER = ByteOrder.BIG_ENDIAN; field in SpeedMeasurementController264 return ByteBuffer.allocate(4).order(ORDER).putInt(value).array(); in intToByte()