Searched refs:PRELOAD_INTENT (Results 1 – 3 of 3) sorted by relevance
26 if (RecentsActivity.PRELOAD_INTENT.equals(intent.getAction())) { in onReceive()
39 public static final String PRELOAD_INTENT = "com.android.systemui.recent.action.PRELOAD"; field in RecentsActivity
267 Intent intent = new Intent(RecentsActivity.PRELOAD_INTENT); in preloadRecents()