Home
last modified time | relevance | path

Searched refs:mTimeStamp (Results 1 – 15 of 15) 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.java158 private final long mTimeStamp; field in CarUxRestrictions
171 private final long mTimeStamp; field in CarUxRestrictions.Builder
183 mTimeStamp = time; in Builder()
230 return mTimeStamp; in getTimeStamp()
329 dest.writeLong(mTimeStamp); in writeToParcel()
350 mTimeStamp = uxRestrictions.getTimeStamp(); in CarUxRestrictions()
359 mTimeStamp = builder.mTimeStamp; in CarUxRestrictions()
369 mTimeStamp = in.readLong(); in CarUxRestrictions()
379 + " time: " + mTimeStamp; in toString()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceControllerTest.java160 app.mTimeStamp = System.currentTimeMillis(); in display_showRecents()
165 app1.mTimeStamp = System.currentTimeMillis(); in display_showRecents()
170 app2.mTimeStamp = System.currentTimeMillis() - 1000; in display_showRecents()
207 app.mTimeStamp = System.currentTimeMillis(); in display_showRecentsWithInstantApp()
212 app1.mTimeStamp = System.currentTimeMillis() + 200; in display_showRecentsWithInstantApp()
262 app.mTimeStamp = System.currentTimeMillis(); in display_showRecents_formatSummary()
291 app.mTimeStamp = 1; in reloadData()
296 app1.mTimeStamp = 10; in reloadData()
307 app10.mTimeStamp = 2; in reloadData()
312 app10a.mTimeStamp = 20; in reloadData()
DNotificationBackendTest.java102 good.mTimeStamp = 2; in testGetAggregatedUsageEvents_multipleEventsAgg()
108 good2.mTimeStamp = 3; in testGetAggregatedUsageEvents_multipleEventsAgg()
114 good1.mTimeStamp = 6; in testGetAggregatedUsageEvents_multipleEventsAgg()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppStateNotificationBridgeTest.java140 good.mTimeStamp = 1; in testGetAggregatedUsageEvents_onlyNotificationEvents()
145 bad.mTimeStamp = 2; in testGetAggregatedUsageEvents_onlyNotificationEvents()
162 good.mTimeStamp = 6; in testGetAggregatedUsageEvents_multipleEventsAgg()
167 good1.mTimeStamp = 1; in testGetAggregatedUsageEvents_multipleEventsAgg()
185 good.mTimeStamp = 6; in testGetAggregatedUsageEvents_multiplePkgs()
190 good1.mTimeStamp = 1; in testGetAggregatedUsageEvents_multiplePkgs()
229 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/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpEventLogger.java33 private final String mTimeStamp; field in AvrcpEventLogger.Event
37 mTimeStamp = Utils.getLocalTimeString(); in Event()
42 return (new StringBuilder(mTimeStamp) in toString()
/packages/apps/Bluetooth/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/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferInfo.java50 Long mTimeStamp; field in BluetoothOppTransferInfo
DBluetoothOppTransferHistory.java322 transInfo.mTimeStamp, contentUri); in openCompleteTransfer()
DBluetoothOppReceiver.java143 transInfo.mFileType, transInfo.mTimeStamp, uri); in onReceive()
DBluetoothOppTransferActivity.java353 mTransInfo.mFileType, mTransInfo.mTimeStamp, mUri); in onClick()
DBluetoothOppUtility.java105 info.mTimeStamp = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); in fillRecord()
DBluetoothOppNotification.java576 .setWhen(info.mTimeStamp) in updateIncomingFileConfirmNotification()
/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/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1156 stats.addDnsEvent(dsd.mDnsEvents[index].mReturnCode, dsd.mDnsEvents[index].mTimeStamp); in addDnsEvents()
3276 final long firstTimeoutTime = now - mDnsEvents[firstConsecutiveTimeoutIndex].mTimeStamp; in isDataStallSuspected()
3290 private final long mTimeStamp; field in NetworkMonitor.DnsResult
3294 mTimeStamp = SystemClock.elapsedRealtime(); in DnsResult()