Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 266) sorted by relevance

1234567891011

/aosp12/frameworks/rs/tests/java_api/SSHealingBrush/
H A Dcnb1 cd /usr/local/google/home/hoford/aosp/frameworks/rs/java/tests/SSHealingBrush
2 cp -r /media/hoford/hoford2/home/AndroidStudioProjects/SSHealingBrush/app/src/main/res/* res/
3 cp -r '/media/hoford/hoford2/home/AndroidStudioProjects/SSHealingBrush/app/src/main/java/rs' src/
4 cp /media/hoford/hoford2/home/AndroidStudioProjects/SSHealingBrush/app/src/main/rs/* src/rs/example…
/aosp12/build/make/tools/docker/
H A DDockerfile20 && echo "export USER="$username >>/home/$username/.gitconfig
21 COPY gitconfig /home/$username/.gitconfig
22 RUN chown $userid:$groupid /home/$username/.gitconfig
23 ENV HOME=/home/$username
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java242 ComponentName home = getPreferredHomeComponent(); in onBackup() local
243 if (home != null) { in onBackup()
245 homeInfo = mPackageManager.getPackageInfoAsUser(home.getPackageName(), in onBackup()
247 homeInstaller = mPackageManager.getInstallerPackageName(home.getPackageName()); in onBackup()
261 home = null; in onBackup()
273 || !Objects.equals(home, mStoredHomeComponent) in onBackup()
274 || (home != null in onBackup()
278 Slog.i(TAG, "Home preference changed; backing up new state " + home); in onBackup()
280 if (home != null) { in onBackup()
282 outputBufferStream.writeUTF(home.flattenToString()); in onBackup()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A Dcec_key_handling.md15 …| Turn on TV, Set active Source to TV, go to home screen | OTP, and go to home screen | OTP, and g…
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Drunas_app.te8 # The ability to call exec() on files in the apps home directories
10 # which are copied to the apps home directories.
H A Drs.te10 # Read files from the app home directory.
14 # Cleanup app_exec_data_file files in the app home directory.
/aosp12/build/soong/ui/build/
H A Dgoma.go68 } else if home, ok := config.Environment().Get("HOME"); ok {
69 gomaCtl = filepath.Join(home, "goma", gomaCtlScript)
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DEventLogTags.logtags10 # - home screen widget
13 # - search hard key on home screen
14 # - menu -> search on home screen
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Drs.te10 # Read files from the app home directory.
14 # Cleanup app_exec_data_file files in the app home directory.
H A Drunas_app.te8 # The ability to call exec() on files in the apps home directories
10 # which are copied to the apps home directories.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Drunas_app.te8 # The ability to call exec() on files in the apps home directories
10 # which are copied to the apps home directories.
H A Drs.te11 # Read files from the app home directory.
15 # Cleanup app_exec_data_file files in the app home directory.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Drunas_app.te8 # The ability to call exec() on files in the apps home directories
10 # which are copied to the apps home directories.
H A Drs.te11 # Read files from the app home directory.
15 # Cleanup app_exec_data_file files in the app home directory.
/aosp12/system/sepolicy/private/
H A Drunas_app.te8 # The ability to call exec() on files in the apps home directories
10 # which are copied to the apps home directories.
H A Drs.te11 # Read files from the app home directory.
15 # Cleanup app_exec_data_file files in the app home directory.
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css277 .home #home-link a,
291 .home #home-link a:hover,
677 background:url(images/home/bg_home_announcement.png) no-repeat 0 0;
711 background:url(images/home/bg_home_carousel.png) no-repeat 0 0;
717 background: url(images/home/bg_home_carousel_board.png) 0 0 no-repeat;
740 background: url(images/home/bg_home_carousel_wheel.png) 0 0 no-repeat;
751 background-image:url(images/home/carousel_buttons_sprite.png);
/aosp12/art/test/962-iface-static/
H A Dinfo.txt4 and pass the --use-java-home to run-test
/aosp12/art/test/963-default-range-smali/
H A Dinfo.txt4 and pass the --use-java-home to run-test
/aosp12/art/test/134-reg-promotion/
H A Dinfo.txt2 and float operations is flushed to all home location.
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/
H A DAndroid.bp15 required: ["allowed_privapp_com.android.car.cluster.home"],
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
H A DNavUpMenuItemController.kt29 override val id: Int = android.R.id.home
/aosp12/art/test/966-default-conflict/
H A Dinfo.txt6 and pass the --use-java-home to run-test
/aosp12/art/test/967-default-ame/
H A Dinfo.txt6 and pass the --use-java-home to run-test
/aosp12/art/test/969-iface-super/
H A Dinfo.txt6 the --use-java-home to run-test

1234567891011