Searched refs:touch (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Email/tests/src/com/android/email/activity/ |
D | RecentMailboxManagerTest.java | 101 mManager.touch(1L, mailbox.mId).get(); in testTouch() 140 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId).get(); // costello in testGetMostRecent02() 158 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[3].mId); // sent in testGetMostRecent03() 159 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[4].mId); // trash in testGetMostRecent03() 160 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[2].mId); // outbox in testGetMostRecent03() 161 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[8].mId); // bud_lou in testGetMostRecent03() 162 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId); // costello in testGetMostRecent03() 163 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[9].mId).get(); // laurel in testGetMostRecent03() 184 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[0].mId); // inbox in testGetMostRecent04() 185 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[1].mId); // drafts in testGetMostRecent04() [all …]
|
/packages/apps/Browser/src/com/android/browser/ |
D | Preloader.java | 99 s.touch(); // reset timer in handlePreloadRequest() 112 s.touch(); // reset timer in cancelSearchBoxPreload() 155 touch(); in PreloaderSession() 162 public void touch() { in touch() method in Preloader.PreloaderSession
|
/packages/apps/Email/src/com/android/email/activity/ |
D | RecentMailboxManager.java | 96 public EmailAsyncTask<Void, Void, Void> touch(long accountId, long mailboxId) { in touch() method in RecentMailboxManager
|
D | MessageViewFragmentBase.java | 1087 RecentMailboxManager.getInstance(mContext).touch(mAccountId, message.mMailboxKey); in onSuccess()
|
/packages/apps/Email/ |
D | proguard.flags | 39 *** touch(long);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
D | noisefield.rs | 174 void touch(float x, float y) {
|
/packages/apps/Email/src/org/apache/commons/io/ |
D | FileUtils.java | 218 public static void touch(File file) throws IOException { in touch() method in FileUtils
|