Searched refs:onResumeTasks (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DQuickActivity.java51 * The amount of time to wait before running onResumeTasks when started from
62 * call to onResume() should execute onResumeTasks() immediately.
73 logLifecycle("onResumeTasks", true);
75 onResumeTasks();
79 logLifecycle("onResumeTasks", false);
124 onResumeTasks();
207 protected void onResumeTasks() { method in class:QuickActivity
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1725 public void onResumeTasks() { method in class:CameraActivity

Completed in 90 milliseconds