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

  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 297 return new DropBoxManager.Entry(entry.tag, entry.timestampMillis);
301 entry.tag, entry.timestampMillis, entry.file, entry.flags);
355 time.set(entry.timestampMillis);
390 entry.tag, entry.timestampMillis, entry.file, entry.flags);
469 public final long timestampMillis;
476 if (timestampMillis < o.timestampMillis) return -1;
477 if (timestampMillis > o.timestampMillis) return 1;
492 * @param timestampMillis of log entr
    [all...]
MmsServiceBroker.java 144 long timestampMillis, boolean seen, boolean read) throws RemoteException {
374 long timestampMillis, boolean seen, boolean read) throws RemoteException {
382 callingPkg, address, type, text, timestampMillis, seen, read);
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java 230 long timestampMillis = TimeUnit.NANOSECONDS.toMillis(result.getTimestampNanos());
231 assertTrue("Invalid timestamp: " + timestampMillis + " should be >= " + scanStartMillis,
232 timestampMillis >= scanStartMillis);
233 assertTrue("Invalid timestamp: " + timestampMillis + " should be <= " + scanEndMillis,
234 timestampMillis <= scanEndMillis);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IMms.aidl 76 * @param timestampMillis the message timestamp in milliseconds
82 long timestampMillis, boolean seen, boolean read);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 356 void setStartTimestampMillis(long timestampMillis) {
357 mStartTimestampMillis = timestampMillis;
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 224 long timestampMillis, boolean seen, boolean read) {
227 return importSms(address, type, text, timestampMillis, seen, read, callingPkg);
483 private Uri importSms(String address, int type, String text, long timestampMillis,
501 values.put(Telephony.Sms.DATE, timestampMillis);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java     [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]

Completed in 487 milliseconds