Home
last modified time | relevance | path

Searched refs:mTimeStamp (Results 1 – 17 of 17) sorted by relevance

/packages/services/Car/experimental/experimental_api/src/android/car/experimental/
DDriverAwarenessEvent.java41 private final long mTimeStamp; field in DriverAwarenessEvent
70 mTimeStamp = timeStamp; in DriverAwarenessEvent()
78 mTimeStamp = in.readLong(); in DriverAwarenessEvent()
87 return mTimeStamp; in getTimeStamp()
105 dest.writeLong(mTimeStamp); in writeToParcel()
118 return mTimeStamp == that.mTimeStamp in equals()
124 return Objects.hash(mTimeStamp, mAwarenessValue); in hashCode()
130 mTimeStamp, mAwarenessValue); in toString()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java174 private final long mTimeStamp; field in CarUxRestrictions
187 private final long mTimeStamp; field in CarUxRestrictions.Builder
199 mTimeStamp = time; in Builder()
251 return mTimeStamp; in getTimeStamp()
358 dest.writeLong(mTimeStamp); in writeToParcel()
380 mTimeStamp = uxRestrictions.getTimeStamp(); in CarUxRestrictions()
389 mTimeStamp = builder.mTimeStamp; in CarUxRestrictions()
399 mTimeStamp = in.readLong(); in CarUxRestrictions()
410 + " time: " + mTimeStamp; in toString()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DMessageDisplayController.java59 long mTimeStamp = 0; field in MessageDisplayController.Message
70 mTimeStamp = mClock.millis(); in HelpMessage()
85 mTimeStamp = mClock.millis(); in ProgressMessage()
213 if (message.mTimeStamp <= timeStamp) { in getProgressMessageToDisplay()
234 if (message.mTimeStamp <= timeStamp) { in getHelpMessageToDisplay()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppStateNotificationBridgeTest.java141 good.mTimeStamp = 1; in testGetAggregatedUsageEvents_onlyNotificationEvents()
146 bad.mTimeStamp = 2; in testGetAggregatedUsageEvents_onlyNotificationEvents()
163 good.mTimeStamp = 6; in testGetAggregatedUsageEvents_multipleEventsAgg()
168 good1.mTimeStamp = 1; in testGetAggregatedUsageEvents_multipleEventsAgg()
186 good.mTimeStamp = 6; in testGetAggregatedUsageEvents_multiplePkgs()
191 good1.mTimeStamp = 1; in testGetAggregatedUsageEvents_multiplePkgs()
230 good.mTimeStamp = i; in testLoadAllExtraInfo_multipleEventsAgg()
258 good.mTimeStamp = i; in testLoadAllExtraInfo_multiplePkgs()
264 good1.mTimeStamp = 1; in testLoadAllExtraInfo_multiplePkgs()
300 good.mTimeStamp = i; in testLoadAllExtraInfo_multipleUsers()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DBTAudioEventLogger.java33 private final String mTimeStamp; field in BTAudioEventLogger.Event
37 mTimeStamp = Utils.getLocalTimeString(); in Event()
42 return (new StringBuilder(mTimeStamp) in toString()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvtFilterOnFoundOnLostInfo.java40 private int mTimeStamp; field in AdvtFilterOnFoundOnLostInfo
58 mTimeStamp = timeStamp; in AdvtFilterOnFoundOnLostInfo()
78 return mTimeStamp; in getTimeStamp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationBackendTest.java163 good.mTimeStamp = 2; in testGetAggregatedUsageEvents_multipleEventsAgg()
169 good2.mTimeStamp = 3; in testGetAggregatedUsageEvents_multipleEventsAgg()
175 good1.mTimeStamp = 6; in testGetAggregatedUsageEvents_multipleEventsAgg()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferInfo.java50 Long mTimeStamp; field in BluetoothOppTransferInfo
DBluetoothOppNotification.java584 .setWhen(info.mTimeStamp) in updateIncomingFileConfirmNotification()
613 .setWhen(info.mTimeStamp) in updateIncomingFileConfirmNotification()
DBluetoothOppTransferHistory.java323 transInfo.mTimeStamp, contentUri); in openCompleteTransfer()
DBluetoothOppReceiver.java148 transInfo.mFileType, transInfo.mTimeStamp, uri); in onReceive()
DBluetoothOppTransferActivity.java360 mTransInfo.mFileType, mTransInfo.mTimeStamp, mUri); in onClick()
DBluetoothOppUtility.java120 info.mTimeStamp = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); in fillRecord()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java973 private final long mTimeStamp; field in ModeListView.TimeBasedPosition
976 mTimeStamp = time; in TimeBasedPosition()
984 return mTimeStamp; in getTimeStamp()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/notifications/
DRecentNotificationsAppsPreferenceControllerTest.java216 app.mTimeStamp = timestamp; in createUsageEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java273 assertThat(info.mTimeStamp).isEqualTo(timestampValue); in fillRecord_filledAllProperties()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1276 stats.addDnsEvent(dsd.mDnsEvents[index].mReturnCode, dsd.mDnsEvents[index].mTimeStamp); in addDnsEvents()
3377 final long firstTimeoutTime = now - mDnsEvents[firstConsecutiveTimeoutIndex].mTimeStamp; in isDataStallSuspected()
3395 private final long mTimeStamp; field in NetworkMonitor.DnsResult
3399 mTimeStamp = SystemClock.elapsedRealtime(); in DnsResult()