/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/qc/ |
D | CarUiPortraitProfileSwitcher.java | 81 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRowForCurrentProfile() 82 if (guest != null) { in createGuestProfileRowForCurrentProfile() 83 switchUser(guest.id); in createGuestProfileRowForCurrentProfile()
|
/packages/modules/Virtualization/docs/debug/ |
D | gdb_kernel.md | 1 # 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.
|
D | README.md | 77 guest {
|
D | tracing.md | 1 # Hypervisor & guest tracing
|
/packages/modules/Virtualization/pvmfw/ |
D | README.md | 33 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/ |
D | UserCreationRequest.java | 176 boolean guest = (flg & 0x4) != 0; in UserCreationRequest() 182 this.mGuest = guest; in UserCreationRequest()
|
/packages/modules/Virtualization/tests/pvmfw/assets/ |
D | avf_debug_policy_without_adb.dts | 10 guest {
|
D | avf_debug_policy_with_adb.dts | 10 guest {
|
D | avf_debug_policy_without_ramdump.dts | 10 guest {
|
D | avf_debug_policy_with_ramdump.dts | 10 guest {
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/profiles/ |
D | ProfileHelperTest.java | 463 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/ |
D | UserTestingHelper.java | 254 public UserInfoBuilder setGuest(boolean guest) { in setGuest() argument 257 mGuest = guest; in setGuest()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | UserSettings.java | 617 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/ |
D | custom_vm.md | 61 ### 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)
|
D | hugepages.md | 44 The guest VM configuration can select huge-pages with the `vm_config.json`
|
D | abl.md | 25 * Reference DT carrying extra information that needs to be passed to the guest VM
|
D | getting_started.md | 146 There are various tests that spawn guest VMs and check different aspects of the
|
D | updatable_vm.md | 83 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/ |
D | ProfileGridRecyclerView.java | 406 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/ |
D | UserGridRecyclerView.java | 320 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/ |
D | ProfileSwitcher.java | 233 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRow() 234 if (guest != null) { in createGuestProfileRow() 235 switchUser(guest.id); in createGuestProfileRow()
|
/packages/modules/Virtualization/encryptedstore/ |
D | README.md | 7 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/ |
D | UserSettingsTest.java | 660 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/ |
D | InitialUserSetterTest.java | 583 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/ |
D | en_GB_wordlist.combined.gz |
|