Loading Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,7 @@ RES_DIRS = [ android_app { name: "Dialer", use_resource_processor: false, srcs: [ "java/com/android/**/*.java", "java/com/android/**/*.proto", Loading java/com/android/dialer/contactphoto/ContactPhotoManagerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ class ContactPhotoManagerImpl extends ContactPhotoManager implements Callback { if (DEBUG) { LogUtil.d("ContactPhotoManagerImpl.onTrimMemory", "onTrimMemory: " + level); } if (level >= ComponentCallbacks2.TRIM_MEMORY_MODERATE) { if (level >= ComponentCallbacks2.TRIM_MEMORY_BACKGROUND) { // Clear the caches. Note all pending requests will be removed too. clear(); } Loading Loading
Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,7 @@ RES_DIRS = [ android_app { name: "Dialer", use_resource_processor: false, srcs: [ "java/com/android/**/*.java", "java/com/android/**/*.proto", Loading
java/com/android/dialer/contactphoto/ContactPhotoManagerImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,7 @@ class ContactPhotoManagerImpl extends ContactPhotoManager implements Callback { if (DEBUG) { LogUtil.d("ContactPhotoManagerImpl.onTrimMemory", "onTrimMemory: " + level); } if (level >= ComponentCallbacks2.TRIM_MEMORY_MODERATE) { if (level >= ComponentCallbacks2.TRIM_MEMORY_BACKGROUND) { // Clear the caches. Note all pending requests will be removed too. clear(); } Loading