OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onTrimMemory
(Results
1 - 23
of
23
) sorted by null
/frameworks/base/core/java/android/content/
ComponentCallbacks2.java
25
* <p>You should implement {@link #
onTrimMemory
} to incrementally release memory based on current
33
* <p>The values provided by {@link #
onTrimMemory
} do not represent a single linear progression of
87
* Level for {@link #
onTrimMemory
(int)}: the process is nearing the end
94
* Level for {@link #
onTrimMemory
(int)}: the process is around the middle
101
* Level for {@link #
onTrimMemory
(int)}: the process has gone on to the
108
* Level for {@link #
onTrimMemory
(int)}: the process had been showing
116
* Level for {@link #
onTrimMemory
(int)}: the process is not an expendable
128
* Level for {@link #
onTrimMemory
(int)}: the process is not an expendable
137
* Level for {@link #
onTrimMemory
(int)}: the process is not an expendable
164
void
onTrimMemory
(int level)
[
all
...]
ContentProvider.java
705
public void
onTrimMemory
(int level) {
[
all
...]
/external/chromium_org/base/android/java/src/org/chromium/base/
MemoryPressureListener.java
26
* Sending an intent with this action to Chrome will cause it to issue a call to
onTrimMemory
32
* Sending an intent with this action to Chrome will cause it to issue a call to
onTrimMemory
39
* Sending an intent with this action to Chrome will cause it to issue a call to
onTrimMemory
50
public void
onTrimMemory
(int level) {
109
activity.getApplication().
onTrimMemory
(level);
110
activity.
onTrimMemory
(level);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java
88
public void
onTrimMemory
(int level) {
89
super.
onTrimMemory
(level);
/frameworks/base/core/java/android/app/
Service.java
469
public void
onTrimMemory
(int level) {
[
all
...]
Application.java
122
public void
onTrimMemory
(int level) {
128
((ComponentCallbacks2)c).
onTrimMemory
(level);
Fragment.java
[
all
...]
Activity.java
[
all
...]
ActivityThread.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
472
public void
onTrimMemory
() {
Launcher.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java
473
public void
onTrimMemory
() {
Launcher.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
88
public void
onTrimMemory
(int level) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java
455
public void
onTrimMemory
(int level) {
656
public void
onTrimMemory
(int level) {
657
if (DEBUG) Log.d(TAG, "
onTrimMemory
: " + level);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java
550
public void
onTrimMemory
(int level) {
551
if (DEBUG) LogUtils.d(TAG, "
onTrimMemory
: " + level);
[
all
...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java
428
public void
onTrimMemory
(int level) {
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/17/
android.jar
Completed in 4817 milliseconds