/aosp_15_r20/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/ |
H A D | DataStoreName.java | 45 private final String dataStore; field in DataStoreName 107 public static DataStoreName of(String project, String location, String dataStore) { in of() 113 String project, String location, String dataStore) { in ofProjectLocationDataStoreName() 119 String project, String location, String collection, String dataStore) { in ofProjectLocationCollectionDataStoreName() 128 public static String format(String project, String location, String dataStore) { in format() 139 String project, String location, String dataStore) { in formatProjectLocationDataStoreName() 150 String project, String location, String collection, String dataStore) { in formatProjectLocationCollectionDataStoreName() 273 private String dataStore; field in DataStoreName.Builder 299 public Builder setDataStore(String dataStore) { in setDataStore() 327 private String dataStore; field in DataStoreName.ProjectLocationCollectionDataStoreBuilder [all …]
|
H A D | BranchName.java | 45 private final String dataStore; field in BranchName 115 public static BranchName of(String project, String location, String dataStore, String branch) { in of() 126 String project, String location, String dataStore, String branch) { in ofProjectLocationDataStoreBranchName() 137 String project, String location, String collection, String dataStore, String branch) { in ofProjectLocationCollectionDataStoreBranchName() 147 public static String format(String project, String location, String dataStore, String branch) { in format() 159 String project, String location, String dataStore, String branch) { in formatProjectLocationDataStoreBranchName() 171 String project, String location, String collection, String dataStore, String branch) { in formatProjectLocationCollectionDataStoreBranchName() 308 private String dataStore; field in BranchName.Builder 339 public Builder setDataStore(String dataStore) { in setDataStore() 373 private String dataStore; field in BranchName.ProjectLocationCollectionDataStoreBranchBuilder [all …]
|
H A D | SchemaName.java | 45 private final String dataStore; field in SchemaName 115 public static SchemaName of(String project, String location, String dataStore, String schema) { in of() 126 String project, String location, String dataStore, String schema) { in ofProjectLocationDataStoreSchemaName() 137 String project, String location, String collection, String dataStore, String schema) { in ofProjectLocationCollectionDataStoreSchemaName() 147 public static String format(String project, String location, String dataStore, String schema) { in format() 159 String project, String location, String dataStore, String schema) { in formatProjectLocationDataStoreSchemaName() 171 String project, String location, String collection, String dataStore, String schema) { in formatProjectLocationCollectionDataStoreSchemaName() 308 private String dataStore; field in SchemaName.Builder 339 public Builder setDataStore(String dataStore) { in setDataStore() 373 private String dataStore; field in SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder [all …]
|
H A D | ServingConfigName.java | 45 private final String dataStore; field in ServingConfigName 116 String project, String location, String dataStore, String servingConfig) { in of() 127 String project, String location, String dataStore, String servingConfig) { in ofProjectLocationDataStoreServingConfigName() 138 String project, String location, String collection, String dataStore, String servingConfig) { in ofProjectLocationCollectionDataStoreServingConfigName() 149 String project, String location, String dataStore, String servingConfig) { in format() 161 String project, String location, String dataStore, String servingConfig) { in formatProjectLocationDataStoreServingConfigName() 173 String project, String location, String collection, String dataStore, String servingConfig) { in formatProjectLocationCollectionDataStoreServingConfigName() 312 private String dataStore; field in ServingConfigName.Builder 343 public Builder setDataStore(String dataStore) { in setDataStore() 378 private String dataStore; field in ServingConfigName.ProjectLocationCollectionDataStoreServingConfigBuilder [all …]
|
H A D | DocumentName.java | 45 private final String dataStore; field in DocumentName 124 String project, String location, String dataStore, String branch, String document) { in of() 136 String project, String location, String dataStore, String branch, String document) { in ofProjectLocationDataStoreBranchDocumentName() 151 String dataStore, in ofProjectLocationCollectionDataStoreBranchDocumentName() 165 String project, String location, String dataStore, String branch, String document) { in format() 178 String project, String location, String dataStore, String branch, String document) { in formatProjectLocationDataStoreBranchDocumentName() 194 String dataStore, in formatProjectLocationCollectionDataStoreBranchDocumentName() 344 private String dataStore; field in DocumentName.Builder 380 public Builder setDataStore(String dataStore) { in setDataStore() 420 private String dataStore; field in DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/preference/ |
H A D | Preference.java | 460 public void setPreferenceDataStore(PreferenceDataStore dataStore) { in setPreferenceDataStore() 1651 PreferenceDataStore dataStore = getPreferenceDataStore(); in persistString() local 1676 PreferenceDataStore dataStore = getPreferenceDataStore(); in getPersistedString() local 1704 PreferenceDataStore dataStore = getPreferenceDataStore(); in persistStringSet() local 1729 PreferenceDataStore dataStore = getPreferenceDataStore(); in getPersistedStringSet() local 1757 PreferenceDataStore dataStore = getPreferenceDataStore(); in persistInt() local 1783 PreferenceDataStore dataStore = getPreferenceDataStore(); in getPersistedInt() local 1811 PreferenceDataStore dataStore = getPreferenceDataStore(); in persistFloat() local 1837 PreferenceDataStore dataStore = getPreferenceDataStore(); in getPersistedFloat() local 1865 PreferenceDataStore dataStore = getPreferenceDataStore(); in persistLong() local [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/devapi/ |
D | DevSessionDataStoreFactoryTest.java | 34 DevSessionDataStore dataStore = in testGet_developerModeEnabled_returnsDataStoreWithExpectedBehavior() local 49 DevSessionDataStore dataStore = in testGet_developerModeDisabled_returnsDataStoreWithExpectedBehavior() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/pool/ |
H A D | RollbackTest.java | 83 MemoryDataStore dataStore = new MemoryDataStore(); in testRollback() local 95 MemoryDataStore dataStore = new MemoryDataStore(); in testRollback() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/ |
H A D | DexWriterTest.java | 71 MemoryDataStore dataStore = new MemoryDataStore(); in testAnnotationElementOrder() local 111 MemoryDataStore dataStore = new MemoryDataStore(); in testEncodedAnnotationElementOrder() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/education/data/ |
D | AppToWebEducationDatastoreRepository.java | 22 …ataStore<com.android.wm.shell.desktopmode.education.data.WindowingEducationProto> dataStore = null; field in AppToWebEducationDatastoreRepository 37 public AppToWebEducationDatastoreRepository(@org.jetbrains.annotations.NotNull() in AppToWebEducationDatastoreRepository()
|
D | AppHandleEducationDatastoreRepository.java | 26 …ataStore<com.android.wm.shell.desktopmode.education.data.WindowingEducationProto> dataStore = null; field in AppHandleEducationDatastoreRepository 41 public AppHandleEducationDatastoreRepository(@org.jetbrains.annotations.NotNull() in AppHandleEducationDatastoreRepository()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/persistence/ |
D | DesktopPersistentRepository.java | 25 …Store<com.android.wm.shell.desktopmode.persistence.DesktopPersistentRepositories> dataStore = null; field in DesktopPersistentRepository 40 public DesktopPersistentRepository(@org.jetbrains.annotations.NotNull() in DesktopPersistentRepository()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/networksecurity/service/service-networksecurity-pre-jarjar/android_common/javac/ |
D | service-networksecurity-pre-jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/networksecurity/service/service-networksecurity-pre-jarjar/android_common_apex30/javac/ |
D | service-networksecurity-pre-jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-guava/1.2.0-alpha01/androidx.datastore_datastore-guava/android_common_apex33/aar/ |
D | classes.jar | META-INF/
androidx/
androidx/datastore/
androidx/datastore/guava/
androidx/datastore ... |
D | androidx.datastore_datastore-guava.jar | META-INF/
androidx/
androidx/datastore/
androidx/datastore/guava/
androidx/datastore ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-guava/1.2.0-alpha01/androidx.datastore_datastore-guava/android_common_apex30/aar/ |
D | androidx.datastore_datastore-guava.jar | META-INF/
androidx/
androidx/datastore/
androidx/datastore/guava/
androidx/datastore ... |
D | classes.jar | META-INF/
androidx/
androidx/datastore/
androidx/datastore/guava/
androidx/datastore ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/networksecurity/service/service-networksecurity-pre-jarjar/android_common/combined/ |
D | service-networksecurity-pre-jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/packages/modules/Connectivity/networksecurity/service/src/com/android/server/net/ct/ |
D | CertificateTransparencyService.java | 47 DataStore dataStore = new DataStore(Config.PREFERENCES_FILE); in CertificateTransparencyService() local
|
D | CertificateTransparencyJob.java | 45 DataStore dataStore, in CertificateTransparencyJob()
|
D | CertificateTransparencyFlagsListener.java | 39 DataStore dataStore, in CertificateTransparencyFlagsListener()
|
/aosp_15_r20/external/google-smali/smali/src/main/java/com/android/tools/smali/smali/ |
H A D | SmaliTestUtils.java | 92 MemoryDataStore dataStore = new MemoryDataStore(); in compileSmali() local
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | PanoramaBenchMarkTest.java | 57 String dataStore = mTestDevice.getMountPoint(IDevice.MNT_DATA); in run() local
|
/aosp_15_r20/external/jetpack-camera-app/data/settings/src/androidTest/java/com/google/jetpackcamera/settings/ |
H A D | DataStoreModuleTest.kt | 48 val dataStore: DataStore<JcaSettings> = FakeDataStoreModule.provideDataStore( in <lambda>() constant
|