Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 25 of 49) sorted by relevance

12

/packages/modules/Bluetooth/system/packet/avrcp/
Dget_folder_items.h44 Scope scope_;
50 GetFolderItemsResponseBuilder(Scope scope, Status status, in GetFolderItemsResponseBuilder()
87 Scope GetScope() const;
105 Scope scope, uint32_t start_item, uint32_t end_item,
113 GetFolderItemsRequestBuilder(Scope scope, uint32_t start_item, in GetFolderItemsRequestBuilder()
122 Scope scope_;
Dget_folder_items.cc29 new GetFolderItemsResponseBuilder(Scope::MEDIA_PLAYER_LIST, status, in MakePlayerListBuilder()
40 new GetFolderItemsResponseBuilder(Scope::VFS, status, uid_counter, mtu)); in MakeVFSBuilder()
50 new GetFolderItemsResponseBuilder(Scope::NOW_PLAYING, status, uid_counter, in MakeNowPlayingBuilder()
99 log::assert_that(scope_ == Scope::MEDIA_PLAYER_LIST, in AddMediaPlayer()
110 scope_ == Scope::VFS || scope_ == Scope::NOW_PLAYING, in AddSong()
120 log::assert_that(scope_ == Scope::VFS, "assert failed: scope_ == Scope::VFS"); in AddFolder()
237 Scope GetFolderItemsRequest::GetScope() const { in GetScope()
239 return static_cast<Scope>(*it); in GetScope()
311 Scope scope, uint32_t start_item, uint32_t end_item, in MakeBuilder()
Dget_total_number_of_items.cc57 Scope GetTotalNumberOfItemsRequest::GetScope() const { in GetScope()
59 return static_cast<Scope>(*it); in GetScope()
Dplay_item.cc49 Scope PlayItemRequest::GetScope() const { in GetScope()
51 return static_cast<Scope>(*it); in GetScope()
Dget_item_attributes.cc87 Scope GetItemAttributesRequest::GetScope() const { in GetScope()
89 return static_cast<Scope>(*it); in GetScope()
Dplay_item.h66 Scope GetScope() const;
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAttribution.java36 @Scope private int mScope;
66 @IntDef(value = {Scope.EVENT, Scope.AGGREGATE})
68 public @interface Scope { annotation in Attribution
116 @Scope
183 @Scope private int mScope;
203 public Builder setScope(@Scope int scope) { in setScope()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV29Test.java100 @Attribution.Scope int scope1 = cursor.getInt( in performMigration_v28ToV29WithData_maintainsDataIntegrity()
102 assertEquals(Attribution.Scope.EVENT, scope1); in performMigration_v28ToV29WithData_maintainsDataIntegrity()
108 @Attribution.Scope int scope2 = cursor.getInt( in performMigration_v28ToV29WithData_maintainsDataIntegrity()
110 assertEquals(Attribution.Scope.EVENT, scope2); in performMigration_v28ToV29WithData_maintainsDataIntegrity()
113 @Attribution.Scope int scope3 = cursor.getInt( in performMigration_v28ToV29WithData_maintainsDataIntegrity()
115 assertEquals(Attribution.Scope.AGGREGATE, scope3); in performMigration_v28ToV29WithData_maintainsDataIntegrity()
118 @Attribution.Scope int scope4 = cursor.getInt( in performMigration_v28ToV29WithData_maintainsDataIntegrity()
120 assertEquals(Attribution.Scope.AGGREGATE, scope4); in performMigration_v28ToV29WithData_maintainsDataIntegrity()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_logging_helper.h203 inline std::string ScopeText(const Scope& scope) { in ScopeText()
205 CASE_RETURN_TEXT(Scope::MEDIA_PLAYER_LIST); in ScopeText()
206 CASE_RETURN_TEXT(Scope::VFS); in ScopeText()
207 CASE_RETURN_TEXT(Scope::SEARCH); in ScopeText()
208 CASE_RETURN_TEXT(Scope::NOW_PLAYING); in ScopeText()
214 inline std::ostream& operator<<(std::ostream& os, const Scope& pdu) {
310 struct formatter<bluetooth::avrcp::Scope> : ostream_formatter {};
/packages/modules/Permission/SafetyCenter/ConfigLintChecker/java/android/safetycenter/lint/
DParserExceptionDetector.kt33 import com.android.tools.lint.detector.api.Scope
59 EnumSet.of(Scope.RESOURCE_FILE, Scope.OTHER)
73 context.driver.requestRepeat(this, Scope.OTHER_SCOPE) in afterCheckEachProject()
DConfigSchemaDetector.kt28 import com.android.tools.lint.detector.api.Scope
51 Implementation(ConfigSchemaDetector::class.java, Scope.OTHER_SCOPE),
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserPickerScope.java23 import javax.inject.Scope;
29 @Scope
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DAttributionTest.java63 createExampleAttributionBuilder().setScope(Attribution.Scope.EVENT).build(), in equals_fail()
121 .setScope(Attribution.Scope.EVENT) in hashCode_fail()
190 Attribution.Scope.AGGREGATE, in getters()
246 .setScope(Attribution.Scope.AGGREGATE) in createExampleAttributionBuilder()
/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/prod/
DRoomDatabaseMigrationDetector.kt26 import com.android.tools.lint.detector.api.Scope in <lambda>()
51 context.driver.requestRepeat(this, Scope.JAVA_FILE_SCOPE) in <lambda>()
296 Implementation(RoomDatabaseMigrationDetector::class.java, Scope.JAVA_FILE_SCOPE) in <lambda>()
308 Implementation(RoomDatabaseMigrationDetector::class.java, Scope.JAVA_FILE_SCOPE) in <lambda>()
DBackCompatJobServiceDetector.kt24 import com.android.tools.lint.detector.api.Scope
68 Scope.JAVA_FILE_SCOPE
DBackCompatAndroidProcessDetector.kt34 Scope.OTHER_SCOPE in <lambda>()
/packages/modules/AdServices/adservices/linter/java/android/adservices/lint/common/
DDeviceConfigUsageDetector.kt24 import com.android.tools.lint.detector.api.Scope
59 … implementation = Implementation(DeviceConfigUsageDetector::class.java, Scope.JAVA_FILE_SCOPE))
DPreconditionsCheckStateDetector.kt24 import com.android.tools.lint.detector.api.Scope
55 …implementation = Implementation(PreconditionsCheckStateDetector::class.java, Scope.JAVA_FILE_SCOPE…
/packages/modules/Bluetooth/tools/lint/checks/src/com/android/bluetooth/lint/
DGuardedLogLineDetector.kt25 import com.android.tools.lint.detector.api.Scope
99 Implementation(GuardedLogLineDetector::class.java, Scope.JAVA_FILE_SCOPE),
122 Implementation(GuardedLogLineDetector::class.java, Scope.JAVA_FILE_SCOPE),
DLogEnforcementVariableCreationDetector.kt26 import com.android.tools.lint.detector.api.Scope
88 Scope.JAVA_FILE_SCOPE
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/
DMeasurementDbMigratorV29.java78 Attribution.Scope.EVENT); in updateScopeForAllAttributionRecords()
109 Attribution.Scope.AGGREGATE); in createAggregateScopeAttributionForEachAttributionRecord()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_folder_items_packet_test.cc231 ASSERT_EQ(test_packet->GetScope(), Scope::VFS); in TEST()
242 GetFolderItemsRequestBuilder::MakeBuilder(Scope::VFS, 0, 9, {}); in TEST()
251 auto builder = GetFolderItemsRequestBuilder::MakeBuilder(Scope::VFS, 0, 9, in TEST()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java304 Attribution.Scope.EVENT, source, trigger); in performAttribution()
308 Attribution.Scope.AGGREGATE, source, trigger); in performAttribution()
404 Attribution.Scope.AGGREGATE, in maybeGenerateAggregateReport()
586 Attribution.Scope.AGGREGATE, in maybeGenerateAggregateReport()
883 Attribution.Scope.EVENT, in maybeGenerateEventReport()
1012 Attribution.Scope.EVENT, in maybeGenerateEventReport()
1374 measurementDao, source, trigger, Attribution.Scope.EVENT, eventReport.getId()); in finalizeEventReportAndAttributionCreationForFlex()
1420 @Attribution.Scope int scope, in insertAttribution()
1448 @Attribution.Scope int scope, in hasAttributionQuota()
1452 int limit = scope == Attribution.Scope.EVENT in hasAttributionQuota()
[all …]
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc947 case Scope::NOW_PLAYING: in HandlePlayItem()
950 case Scope::VFS: in HandlePlayItem()
966 pkt->GetScope() == Scope::NOW_PLAYING, media_id); in HandlePlayItem()
1121 case Scope::MEDIA_PLAYER_LIST: in HandleGetFolderItems()
1126 case Scope::VFS: in HandleGetFolderItems()
1132 case Scope::NOW_PLAYING: in HandleGetFolderItems()
1159 case Scope::MEDIA_PLAYER_LIST: { in HandleGetTotalNumberOfItems()
1165 case Scope::VFS: in HandleGetTotalNumberOfItems()
1171 case Scope::NOW_PLAYING: in HandleGetTotalNumberOfItems()
1285 case Scope::NOW_PLAYING: { in HandleGetItemAttributes()
[all …]
/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/
DPdfLinearizationTypes.java45 @RestrictTo(RestrictTo.Scope.LIBRARY)

12