Home
last modified time | relevance | path

Searched refs:guest (Results 1 – 25 of 27) sorted by relevance

12

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/qc/
DCarUiPortraitProfileSwitcher.java81 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRowForCurrentProfile()
82 if (guest != null) { in createGuestProfileRowForCurrentProfile()
83 switchUser(guest.id); in createGuestProfileRowForCurrentProfile()
/packages/modules/Virtualization/docs/debug/
Dgdb_kernel.md1 # Debugging guest kernels with gdb
5 Starting with Android U it is possible to attach a gdb to the guest kernel, when
6 starting a debuggable and non-protected guest VM.
DREADME.md77 guest {
Dtracing.md1 # Hypervisor & guest tracing
/packages/modules/Virtualization/pvmfw/
DREADME.md33 unique secrets for the guest through the [_DICE Chain_][android-dice] (see
38 Otherwise, it hands over the pVM to the guest kernel by jumping to its first
54 into guest address space is not initially populated by the hypervisor itself.
78 guest address space with the right alignment.
89 compatible = "linux,pkvm-guest-firmware-memory";
105 data as it does to pvmfw and will transparently load it in guest memory, making
282 derive another [DICE layer][Layering], passed to the guest through a
355 Images to be verified, which have been loaded to guest memory by the VMM prior
384 After verifying the guest kernel, pvmfw boots it using the Linux ABI described
414 pvmfw verifies the guest kernel image (loaded by the VMM) by re-using tools and
[all …]
/packages/services/Car/car-lib/src/android/car/user/
DUserCreationRequest.java176 boolean guest = (flg & 0x4) != 0; in UserCreationRequest()
182 this.mGuest = guest; in UserCreationRequest()
/packages/modules/Virtualization/tests/pvmfw/assets/
Davf_debug_policy_without_adb.dts10 guest {
Davf_debug_policy_with_adb.dts10 guest {
Davf_debug_policy_without_ramdump.dts10 guest {
Davf_debug_policy_with_ramdump.dts10 guest {
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/profiles/
DProfileHelperTest.java463 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest() local
464 assertThat(guest).isEqualTo(guestUser); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest()
480 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest() local
482 assertThat(guest).isEqualTo(guestInfo); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest()
/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DUserTestingHelper.java254 public UserInfoBuilder setGuest(boolean guest) { in setGuest() argument
257 mGuest = guest; in setGuest()
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java617 final UserInfo guest = mUserManager.createGuest(context); in onAddGuestClicked() local
622 if (guest == null) { in onAddGuestClicked()
628 openUserDetails(guest, true, context); in onAddGuestClicked()
1117 UserInfo guest;
1120 guest = mUserManager.createGuest(context);
1125 if (guest == null) {
1129 return guest.id;
1178 UserInfo guest = mUserManager.createGuest(getContext());
1180 if (guest == null) {
/packages/modules/Virtualization/docs/
Dcustom_vm.md61 ### Prepare a guest image
63 As of today (April 2024), ChromiumOS is the only officially supported guest
170 ### Create a guest VM configuration
294 ### Inside guest OS (for ChromiumOS only)
Dhugepages.md44 The guest VM configuration can select huge-pages with the `vm_config.json`
Dabl.md25 * Reference DT carrying extra information that needs to be passed to the guest VM
Dgetting_started.md146 There are various tests that spawn guest VMs and check different aspects of the
Dupdatable_vm.md83 node (`/avf/untrusted`). If this is set and the guest OS is capable of `SecretkeeperProtection` then
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileGridRecyclerView.java406 UserInfo guest = in handleGuestSessionClicked() local
408 if (guest != null) { in handleGuestSessionClicked()
409 mCarUserManager.switchUser(guest.id).whenCompleteAsync((r, e) -> { in handleGuestSessionClicked()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java320 UserInfo guest = createNewOrFindExistingGuest(mContext); in onBindViewHolder()
321 if (guest != null) { in onBindViewHolder()
322 switchUser(guest.id); in onBindViewHolder()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DProfileSwitcher.java233 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRow()
234 if (guest != null) { in createGuestProfileRow()
235 switchUser(guest.id); in createGuestProfileRow()
/packages/modules/Virtualization/encryptedstore/
DREADME.md7 Encrypted Storage is backed by a para-virtualized block device on the guest which is further
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserSettingsTest.java660 UserInfo guest = getGuest(false); in updateUserList_guestWithoutInitializedFlag_shouldNotSetSummary() local
661 removeFlag(guest, UserInfo.FLAG_INITIALIZED); in updateUserList_guestWithoutInitializedFlag_shouldNotSetSummary()
662 givenUsers(getAdminUser(true), guest); in updateUserList_guestWithoutInitializedFlag_shouldNotSetSummary() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DInitialUserSetterTest.java583 UserHandle guest = expectGuestUserExists(mMockedUserHandleHelper, CURRENT_USER_ID, in testReplaceUser_ok_sameUser() local
585 expectGuestReplaced(CURRENT_USER_ID, guest); in testReplaceUser_ok_sameUser()
593 assertInitialUserSet(guest); in testReplaceUser_ok_sameUser()
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz

12