HomeSort by relevance Sort by last modified time
    Searched full:refreshcache (Results 1 - 5 of 5) sorted by null

  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContactPhotoManager.java 62 public void refreshCache() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 101 refreshCache();
126 private void refreshCache() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adojet.h 357 virtual HRESULT WINAPI RefreshCache(_Connection *Connection) = 0;
370 HRESULT (WINAPI *RefreshCache)(IJetEngine *This,_Connection *Connection);
385 #define IJetEngine_RefreshCache(This,Connection) (This)->lpVtbl->RefreshCache(This,Connection)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 536 public abstract void refreshCache();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 460 mPhotoLoader.refreshCache();

Completed in 194 milliseconds