OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CANCEL_PRELOAD_INTENT
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPreloadReceiver.java
28
} else if (RecentsActivity.
CANCEL_PRELOAD_INTENT
.equals(intent.getAction())){
Recents.java
207
Intent intent = new Intent(RecentsActivity.
CANCEL_PRELOAD_INTENT
);
RecentsActivity.java
40
public static final String
CANCEL_PRELOAD_INTENT
= "com.android.systemui.recent.CANCEL_PRELOAD";
Completed in 5743 milliseconds