Searched defs:recreate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java171 public void recreate(byte[] secret) { method in class:SyntheticPasswordManager.AuthenticationToken
929 result.recreate(secret);
/frameworks/native/cmds/installd/
H A Ddexopt.cpp960 static int open_output_file(const char* file_name, bool recreate, int permissions) { argument
962 if (recreate) {
1168 open_output_file(image_path.c_str(), true /*recreate*/, 0600 /*permissions*/),
1202 swap_file_name, /*recreate*/true, /*permissions*/0600));
1299 // If we are updating the vdex in place, we do not need to recreate a vdex,
1312 open_output_file(out_vdex_path_str.c_str(), /*recreate*/true, /*permissions*/0644),
1339 open_output_file(out_oat_path, /*recreate*/true, /*permissions*/0644),
/frameworks/base/core/java/android/app/
H A DActivity.java770 /** true if the activity is being destroyed in order to recreate it with a new configuration */
4334 * a restart of you application. In such a case, the system will recreate the
5472 public void recreate() { method in class:Activity
6719 * Returns true if the app should recreate the task when navigating 'up' from this activity
6728 * @return true if navigating up should recreate a new task stack, false if the same task

Completed in 1105 milliseconds