Searched refs:recreate (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DResolverTargetActionsDialogFragment.java87 getActivity().recreate();
/frameworks/support/v4/tests/java/android/support/v4/app/
H A DNestedFragmentRestoreTest.java83 activity.recreate();
87 assertTrue("timeout waiting for recreate", latch.await(10, TimeUnit.SECONDS));
89 assertNotNull("attached as part of recreate", attachedTo[0]);
/frameworks/native/cmds/installd/
H A Dcommands.cpp1333 static int open_output_file(char* file_name, bool recreate, int permissions) { argument
1335 if (recreate) {
1460 out_fd = open_output_file(out_path, /*recreate*/true, /*permissions*/0644);
1474 swap_fd = open_output_file(swap_file_name, /*recreate*/true, /*permissions*/0600);
1500 image_fd = open_output_file(image_path, /*recreate*/true, /*permissions*/0600);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java363 recreate();
/frameworks/base/core/java/android/app/
H A DActivity.java757 /** true if the activity is being destroyed in order to recreate it with a new configuration */
4077 * a restart of you application. In such a case, the system will recreate the
5162 public void recreate() { method in class:Activity
6377 * Returns true if the app should recreate the task when navigating 'up' from this activity
6386 * @return true if navigating up should recreate a new task stack, false if the same task

Completed in 250 milliseconds