Searched refs:currentTime (Results 1 – 2 of 2) sorted by relevance
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/mock/ |
D | MockDatabase.java | 329 long currentTime = System.currentTimeMillis(); in MessagingStyleCommsAppData() local 333 "What are you doing tonight?", currentTime - 4000, "Famous")); in MessagingStyleCommsAppData() 335 "I don't know, dinner maybe?", currentTime - 3000, null)); in MessagingStyleCommsAppData() 337 "Sounds good.", currentTime - 2000, "Famous")); in MessagingStyleCommsAppData() 339 "How about BBQ?", currentTime - 1000, null)); in MessagingStyleCommsAppData() 342 "Dude!", currentTime, "Famous")); in MessagingStyleCommsAppData() 344 "You know I am a Pesce-pescetarian. :P", currentTime, "Famous")); in MessagingStyleCommsAppData()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/mock/ |
D | MockDatabase.java | 329 long currentTime = System.currentTimeMillis(); in MessagingStyleCommsAppData() local 333 "What are you doing tonight?", currentTime - 4000, "Famous")); in MessagingStyleCommsAppData() 335 "I don't know, dinner maybe?", currentTime - 3000, null)); in MessagingStyleCommsAppData() 337 "Sounds good.", currentTime - 2000, "Famous")); in MessagingStyleCommsAppData() 339 "How about BBQ?", currentTime - 1000, null)); in MessagingStyleCommsAppData() 342 "Dude!", currentTime, "Famous")); in MessagingStyleCommsAppData() 344 "You know I am a Pesce-pescetarian. :P", currentTime, "Famous")); in MessagingStyleCommsAppData()
|