Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
DDreamOverlayService.java103 private void redirectWake(boolean redirect) { in redirectWake() argument
105 mDreamOverlayCallback.onRedirectWake(redirect); in redirectWake()
257 public final void redirectWake(boolean redirect) { in redirectWake() argument
266 mCurrentClient.redirectWake(redirect); in redirectWake()
DIDreamOverlayCallback.aidl35 void onRedirectWake(boolean redirect); in onRedirectWake() argument
DDreamService.java1124 public void onRedirectWake(boolean redirect) { in onCreate()
1125 mRedirectWake = redirect; in onCreate()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java198 public void setRedirect(String redirect, int code) { in setRedirect() argument
199 redirectHost = redirect; in setRedirect()
201 log("Server will redirect output to "+redirect+" code "+code); in setRedirect()
/frameworks/base/core/java/android/credentials/
Dflags.aconfig30 description: "Enables settings intents to redirect to new settings page"
/frameworks/native/cmds/dumpstate/
Ddumpstate.h641 bool redirect_to_file(FILE* redirect, char* path);
648 bool redirect_to_existing_file(FILE* redirect, char* path);
Ddumpstate.cpp4483 bool _redirect_to_file(FILE* redirect, char* path, int truncate_flag) { in _redirect_to_file() argument
4494 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect))); in _redirect_to_file()
4499 bool redirect_to_file(FILE* redirect, char* path) { in redirect_to_file() argument
4500 return _redirect_to_file(redirect, path, O_TRUNC); in redirect_to_file()
4503 bool redirect_to_existing_file(FILE* redirect, char* path) { in redirect_to_existing_file() argument
4504 return _redirect_to_file(redirect, path, O_APPEND); in redirect_to_existing_file()
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/
DAndroid.bp29 "--package-redirect com.unsupported:com.supported ",
69 "--package-redirect com.unsupported:com.supported " +
/frameworks/base/api/
DApiDocs.bp256 static_doc_index_redirect: "docs/docs-documentation-redirect.html",
281 static_doc_index_redirect: "docs/docs-documentation-redirect.html",
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags133 # Intent Sender redirect for UserHandle.USER_CURRENT
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md43 redirect the next draw in to a transaction, record the seqId at the time
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto807 // Host to check for a redirect to after an attempt to GET
/frameworks/native/docs/
DDoxyfile1313 # projects and redirect the results back to the right project.
/frameworks/av/media/libaaudio/
DDoxyfile1530 # projects and redirect the results back to the right project.
/frameworks/av/media/codec2/docs/
Ddoxygen.config1597 # projects and redirect the results back to the right project.
/frameworks/base/media/native/midi/include/
DDoxyfile1647 # projects and redirect the results back to the right project.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54887 … static final java.lang.String REJECT_RELATIVE_REDIRECT = "http.protocol.reject-relative-redirect";