Home
last modified time | relevance | path

Searched defs:timeStamp (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DCellInfo.java340 protected CellInfo(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfo()
347 protected CellInfo(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfo()
354 protected CellInfo(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfo()
387 public static CellInfo create(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in create()
401 public static CellInfo create(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in create()
427 public static CellInfo create(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in create()
DCellInfoNr.java56 public CellInfoNr(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoNr()
64 public CellInfoNr(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoNr()
72 public CellInfoNr(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoNr()
DCellInfoWcdma.java68 public CellInfoWcdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoWcdma()
76 public CellInfoWcdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoWcdma()
84 public CellInfoWcdma(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoWcdma()
DCellInfoGsm.java70 public CellInfoGsm(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoGsm()
78 public CellInfoGsm(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoGsm()
86 public CellInfoGsm(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoGsm()
DCellInfoCdma.java73 public CellInfoCdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoCdma()
82 public CellInfoCdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoCdma()
91 public CellInfoCdma(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoCdma()
DCellInfoTdscdma.java73 public CellInfoTdscdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
81 public CellInfoTdscdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
89 public CellInfoTdscdma(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
DCellInfoLte.java77 public CellInfoLte(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoLte()
86 public CellInfoLte(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoLte()
95 public CellInfoLte(android.hardware.radio.V1_6.CellInfo ci, long timeStamp) { in CellInfoLte()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java93 public void commitTime(long timeStamp) { in commitTime()
100 public void update(long timeStamp) { in update()
309 public void update(String packageName, String className, long timeStamp, int eventType, in update()
370 void updateConfigurationStats(Configuration config, long timeStamp) { in updateConfigurationStats()
393 void commitTime(long timeStamp) { in commitTime()
400 void updateScreenInteractive(long timeStamp) { in updateScreenInteractive()
405 void updateScreenNonInteractive(long timeStamp) { in updateScreenNonInteractive()
410 void updateKeyguardShown(long timeStamp) { in updateKeyguardShown()
415 void updateKeyguardHidden(long timeStamp) { in updateKeyguardHidden()
DPackagesTokenData.java78 public int getPackageTokenOrAdd(String packageName, long timeStamp) { in getPackageTokenOrAdd()
/frameworks/base/core/java/android/app/usage/
DUsageStats.java429 private void incrementTimeUsed(long timeStamp) { in incrementTimeUsed()
440 private void incrementTimeVisible(long timeStamp) { in incrementTimeVisible()
452 private void incrementServiceTimeUsed(long timeStamp) { in incrementServiceTimeUsed()
468 private void updateActivity(String className, long timeStamp, int eventType, int instanceId) { in updateActivity()
530 private void updateForegroundService(String className, long timeStamp, int eventType) { in updateForegroundService()
574 public void update(String className, long timeStamp, int eventType, int instanceId) { in update()
DEventList.java104 public int firstIndexOnOrAfter(long timeStamp) { in firstIndexOnOrAfter()
/frameworks/base/media/jni/tuner/
DTimeFilterClient.cpp46 Result TimeFilterClient::setTimeStamp(long timeStamp) { in setTimeStamp()
74 int64_t timeStamp; in getTimeStamp() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkValidator.java106 ValidatedNetwork(String identity, long timeStamp) { in ValidatedNetwork()
110 void update(long timeStamp) { in update()
/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
DITunerTimeFilter.aidl28 void setTimeStamp(in long timeStamp); in setTimeStamp()
/frameworks/base/core/java/android/gesture/
DGesturePoint.java43 final long timeStamp = in.readLong(); in deserialize() local
/frameworks/base/core/java/android/hardware/display/
DBrightnessChangeEvent.java39 public final long timeStamp; field in BrightnessChangeEvent
126 private BrightnessChangeEvent(float brightness, long timeStamp, String packageName, in BrightnessChangeEvent()
265 public Builder setTimeStamp(long timeStamp) { in setTimeStamp()
/frameworks/av/services/tuner/
DTunerTimeFilter.cpp34 Status TunerTimeFilter::setTimeStamp(int64_t timeStamp) { in setTimeStamp()
/frameworks/base/core/tests/coretests/src/android/app/usage/
DEventListTest.java38 private UsageEvents.Event getUsageEvent(long timeStamp) { in getUsageEvent()
/frameworks/multidex/library/src/androidx/multidex/
DMultiDexExtractor.java229 long timeStamp = archive.lastModified(); in getTimeStamp() local
324 private static void putStoredApkInfo(Context context, String keyPrefix, long timeStamp, in putStoredApkInfo()
/frameworks/av/media/extractors/tests/
DExtractorUnitTest.cpp323 int64_t timeStamp = ((double)rand() / RAND_MAX) * clipDuration; in randomSeekTest() local
339 int64_t timeStamp = 0; in randomSeekTest() local
360 int64_t timeStamp; in getSeekablePoints() local
713 int64_t timeStamp; in TEST_P() local
816 int64_t timeStamp; in TEST_P() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java73 public final long timeStamp; field in CameraSettings.GpsData
84 public GpsData(double latitude, double longitude, double altitude, long timeStamp, in GpsData()
/frameworks/av/media/extractors/fuzzers/
DExtractorFuzzerBase.cpp162 int64_t timeStamp = (seekCount * trackDuration) / (kFuzzerMaxSeekPointsCount - 1); in seekAndExtractTrack() local
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp325 int64_t timeStamp = 0; in onQueueFilled() local
/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp659 void ARTPSource::putBaseJitterData(uint32_t timeStamp, int64_t arrivalTime) { in putBaseJitterData()
663 void ARTPSource::putInterArrivalJitterData(uint32_t timeStamp, int64_t arrivalTime) { in putInterArrivalJitterData()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabContactSyncController.java119 private void handleContactDeletedCase(Context context, long timeStamp) { in handleContactDeletedCase()

12