/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerDAO.kt | 36 private const val LENGTH = "timer_setup_timet_" constant 74 val length: Long = prefs.getLong(LENGTH + id, Long.MIN_VALUE) in getTimers() 107 editor.putLong(LENGTH + id, timer.length) in addTimer() 133 editor.putLong(LENGTH + id, timer.length) in updateTimer() 164 editor.remove(LENGTH + id) in removeTimer()
|
D | TimerDAO.java | 47 private static final String LENGTH = "timer_setup_timet_"; field in TimerDAO 86 final long length = prefs.getLong(LENGTH + id, Long.MIN_VALUE); in getTimers() 119 editor.putLong(LENGTH + id, timer.getLength()); in addTimer() 144 editor.putLong(LENGTH + id, timer.getLength()); in updateTimer() 175 editor.remove(LENGTH + id); in removeTimer()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttribute.java | 241 private static final int LENGTH = LENGTH_SCALING; field in EapSimAkaAttribute.AtSelectedVersion 249 super(EAP_AT_SELECTED_VERSION, LENGTH); in AtSelectedVersion() 252 if (lengthInBytes != LENGTH) { in AtSelectedVersion() 259 super(EAP_AT_SELECTED_VERSION, LENGTH); in AtSelectedVersion() 276 return new AtSelectedVersion(LENGTH, SUPPORTED_VERSION); in getSelectedVersion() 290 private static final int LENGTH = 5 * LENGTH_SCALING; field in EapSimAkaAttribute.AtNonceMt 299 super(EAP_AT_NONCE_MT, LENGTH); in AtNonceMt() 300 if (lengthInBytes != LENGTH) { in AtNonceMt() 311 super(EAP_AT_NONCE_MT, LENGTH); in AtNonceMt()
|
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
D | StructNdOptPref64.java | 49 public static final byte LENGTH = 2; field in StructNdOptPref64 95 super((byte) TYPE, LENGTH); in StructNdOptPref64() local 113 if (length != LENGTH) throw new IllegalArgumentException("Invalid length " + length); in StructNdOptPref64()
|
/packages/apps/SecureElement/src/com/android/se/security/ |
D | ApduFilter.java | 43 public static final int LENGTH = 8; field in ApduFilter
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | Request.java | 122 mHeaderSet.setHeader(HeaderSet.LENGTH, Long.valueOf(body.length)); in executePut()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipRequest.java | 100 mHeaderSet.setHeader(HeaderSet.LENGTH, Long.valueOf(body.length)); in executePut()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | Constants.java | 264 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH)); in logHeader()
|
D | BluetoothOppObexClientSession.java | 405 request.setHeader(HeaderSet.LENGTH, fileInfo.mLength); in sendFile()
|
D | BluetoothOppObexServerSession.java | 213 length = (Long) request.getHeader(HeaderSet.LENGTH); in onPut()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
D | StructNdOptPref64Test.java | 76 .put((byte) StructNdOptPref64.LENGTH) in makeNdOptPref64()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 1407 Log.v(TAG, "LENGTH : " + hs.getHeader(HeaderSet.LENGTH)); in logHeader()
|