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

  /system/security/keystore/
keystore_aidl_hidl_marshalling_utils.cpp 101 result.f.longInteger = in.readInt64();
131 rc = out->writeInt64(param.f.longInteger);
authorization_set.cpp 45 return a.f.longInteger < b.f.longInteger;
78 return a.f.longInteger == b.f.longInteger;
legacy_keymaster_device_wrapper.cpp 85 params[i] = keymaster_param_long(tag, keyParams[i].f.longInteger);
178 result[i].f.longInteger = params[i].long_integer;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduHeaders.java 676 * Get LongInteger value by header field.
679 * @return the LongInteger value of the pdu header
684 Long longInteger = (Long) mHeaderMap.get(field);
685 if (null == longInteger) {
689 return longInteger.longValue();
693 * Set LongInteger value to pdu header by header field.
716 // This header value should not be LongInteger.
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_tags.h 195 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
196 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
232 param.f.longInteger = 0;
authorization_set.cpp 48 return a.f.longInteger < b.f.longInteger;
82 return a.f.longInteger == b.f.longInteger;
key_param_output.cpp 102 return os << param.f.longInteger;
keymaster_hidl_hal_test.cpp 106 return a.f.longInteger == b.f.longInteger;
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduHeaders.java 674 * Get LongInteger value by header field.
677 * @return the LongInteger value of the pdu header
682 Long longInteger = (Long) mHeaderMap.get(field);
683 if (null == longInteger) {
687 return longInteger.longValue();
691 * Set LongInteger value to pdu header by header field.
714 // This header value should not be LongInteger.
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduHeaders.java 694 * Get LongInteger value by header field.
697 * @return the LongInteger value of the pdu header
702 Long longInteger = (Long) mHeaderMap.get(field);
703 if (null == longInteger) {
707 return longInteger.longValue();
711 * Set LongInteger value to pdu header by header field.
734 // This header value should not be LongInteger.
  /system/security/keystore/include/keystore/
keymaster_tags.h 211 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
212 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
248 param.f.longInteger = 0;
  /hardware/interfaces/keymaster/3.0/
types.hal 393 uint64_t longInteger;
  /hardware/interfaces/keymaster/3.0/default/
KeymasterDevice.cpp 242 params[i] = keymaster_param_long(tag, keyParams[i].f.longInteger);
335 result[i].f.longInteger = params[i].long_integer;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 224 milliseconds