/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/data/repository/ |
D | FakeUserRepositoryTest.kt | 36 val repo = FakeUserRepository(listOf(personalUser, workUser, privateUser)) in <lambda>() constant 38 val users by collectLastValue(repo.users) in <lambda>() 44 val repo = FakeUserRepository(emptyList()) in <lambda>() constant 46 val users by collectLastValue(repo.users) in <lambda>() 49 repo.addUser(personalUser, true) in <lambda>() 52 repo.addUser(workUser, false) in <lambda>() 58 val repo = FakeUserRepository(listOf(personalUser, workUser)) in <lambda>() constant 60 val users by collectLastValue(repo.users) in <lambda>() 61 repo.removeUser(workUser) in <lambda>() 64 repo.removeUser(personalUser) in <lambda>() [all …]
|
D | UserRepositoryImplTest.kt | 46 val repo = createUserRepository(userManager) in <lambda>() constant 47 val users by collectLastValue(repo.users) in <lambda>() 56 val repo = createUserRepository(userManager) in <lambda>() constant 57 val users by collectLastValue(repo.users) in <lambda>() 69 val repo = createUserRepository(userManager) in <lambda>() constant 70 val users by collectLastValue(repo.users) in <lambda>() 82 val repo = createUserRepository(userManager) in <lambda>() constant 86 val available by collectLastValue(repo.availability) in <lambda>() 98 val repo = createUserRepository(userManager) in <lambda>() constant 102 val users by collectLastValue(repo.users) in <lambda>() [all …]
|
/packages/modules/common/tools/ |
D | finalize_sdk.py | 176 repo = repo_for_sdk(f.name, mainline_modules_info) variable 178 target_dir = repo.joinpath(dir) 189 created_dirs[repo].add(dir) 213 for repo in created_dirs: 214 git = ['git', '-C', str(repo)] 215 subprocess.check_output(git + ['add'] + list(created_dirs[repo])) 217 if repo == COMPAT_REPO:
|
/packages/modules/Virtualization/microdroid/kernel/ |
D | README.md | 13 repo init -u https://android.googlesource.com/kernel/manifest -b common-android14-6.1 14 repo sync 73 repo start <topic_name> 77 repo upload .
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/domain/interactor/ |
D | FingerprintSensorInteractor.kt | 31 class FingerprintSensorInteractorImpl(repo: FingerprintSensorRepository) : 33 override val fingerprintSensor: Flow<FingerprintSensor> = repo.fingerprintSensor
|
/packages/modules/Bluetooth/floss/build/ |
D | README.md | 3 This repo contains the Container-image build rule, used to generate the 49 should use the `build-in-container.py` script to build the current repo.
|
/packages/services/Car/tools/telemetry/lua-interpreter/ |
D | WORKSPACE | 1 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | window_size.proto | 25 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | key.proto | 25 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | envelope.proto | 27 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | cobalt_registry.proto | 27 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | observation_batch.proto | 28 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | encrypted_message.proto | 25 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | metric_definition.proto | 27 // client. Do not edit the copy of this file in this Android repo as those edits 159 // cross-repo rename of an event_code variant, and should be cleaned up as
|
D | common.proto | 25 // client. Do not edit the copy of this file in this Android repo as those edits
|
D | observation.proto | 25 // client. Do not edit the copy of this file in this Android repo as those edits
|
/packages/services/Car/cpp/telemetry/proto/ |
D | CarData.proto | 19 * might be defined in OEM's private repo, the owners of those messages must
|
/packages/modules/Bluetooth/ |
D | README.md | 22 sudo apt-get install repo git-core gnupg flex bison gperf build-essential \ 152 a pre-populated vendored crates repo).
|
D | build.py | 679 (repo, commit) = BOOTSTRAP_GIT_REPOS[project] 714 (repo, commit) = BOOTSTRAP_GIT_REPOS[project] 722 self._run_with_timeout(['git', 'clone', repo, project] + clone_options,
|
/packages/apps/ManagedProvisioning/studio-dev/ |
D | README.md | 8 - Run this command from the root of the initialized repo directory to start android studio 15 …y checkout the sysui-studio repo branch `xxx-sysui-studio-dev` (e.g.: [master-sysui-studio-dev](ht…
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | TransactionalServiceWrapper.java | 111 TransactionalServiceRepository repo) { in TransactionalServiceWrapper() argument 117 mRepository = repo; in TransactionalServiceWrapper()
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/ |
D | AppGridActivity.java | 380 AppGridRepository repo = new AppGridRepositoryImpl(launcherActivities, mediaTemplateApps, in initViewModel() local 386 AppGridViewModel.Companion.provideFactory(repo, getApplication(), this, null)).get( in initViewModel()
|
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/ |
D | gradle.properties | 51 # versions using AGP's nightly repo.
|
/packages/modules/AdServices/adservices/linter/documentation/ |
D | RoomDatabaseMigrationDetector.md | 127 Lint check run in pre-upload may be able to access all files in the whole repo.
|
/packages/modules/Virtualization/docs/debug/ |
D | tracing.md | 185 If you don't have Android repo checked out, then you can download the record_android_trace script by
|