/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/ |
D | EmergencyCallDomainSelectorTest.java | 336 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDestroyed() local 364 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDomainPreferenceConfigurationError() local 380 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, null); in testNullEmergencyRegistrationResult() local 398 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantDomainSelectionFromInitialState() local 432 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoUnexpectedTransportChangeFromInitialState() local 452 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantScanRequestFromInitialState() local 478 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoRedundantTerminationFromInitialState() local 499 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredBarredSelectCs() local 517 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPs() local 535 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPsThenCsfb() local [all …]
|
D | DomainSelectorBaseTest.java | 55 public void reselectDomain(@NonNull SelectionAttributes attr) { in reselectDomain() 65 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback) { in selectDomain()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipSessionTrackerTest.java | 151 DialogAttributes attr = new DialogAttributes(); in testMetricsEndedGracefullyBye() local 156 verifyContainsCallIds(mTrackerUT.getEarlyDialogs(), attr); in testMetricsEndedGracefullyBye() local 163 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr); in testMetricsEndedGracefullyBye() local 171 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr); in testMetricsEndedGracefullyBye() local 181 DialogAttributes attr = new DialogAttributes(); in testMetricsCloseCleanupSession() local 186 verifyContainsCallIds(mTrackerUT.getEarlyDialogs(), attr); in testMetricsCloseCleanupSession() local 193 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr); in testMetricsCloseCleanupSession() local 209 DialogAttributes attr = new DialogAttributes(); in testMetricsCloseClearAllSessions() local 215 verifyContainsCallIds(mTrackerUT.getEarlyDialogs(), attr); in testMetricsCloseClearAllSessions() local 222 verifyContainsCallIds(mTrackerUT.getConfirmedDialogs(), attr); in testMetricsCloseClearAllSessions() local [all …]
|
/packages/modules/Bluetooth/system/bta/test/gatt/ |
D | database_test.cc | 104 StoredAttribute attr; in TEST() local 137 StoredAttribute attr; in TEST() local 171 StoredAttribute attr; in TEST() local 204 StoredAttribute attr; in TEST() local 271 StoredAttribute attr; in TEST() local 306 StoredAttribute attr; in TEST() local 336 StoredAttribute attr; in TEST() local 539 for (auto attr : serialized) { in TEST() local
|
/packages/modules/Connectivity/staticlibs/native/tcutils/ |
D | tcutils.cpp | 76 nlattr attr; member 80 nlattr attr; member 82 nlattr attr; member 84 nlattr attr; member 86 nlattr attr; member 90 nlattr attr; member 92 nlattr attr; member 96 nlattr attr; member 100 nlattr attr; member 106 nlattr attr; member [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 89 public static float getDimension(Context context, int attr, float defaultValue) { in getDimension() 110 public static int getAttrColor(Context context, int attr) { in getAttrColor() 114 public static boolean getAttrBoolean(Context context, int attr) { in getAttrBoolean() 121 public static Drawable getAttrDrawable(Context context, int attr) { in getAttrDrawable() 128 public static int getAttrInteger(Context context, int attr) { in getAttrInteger()
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingsParser.java | 120 String attr = parser.getAttributeName(i); in parse() local 190 String attr = parser.getAttributeName(i); in parseRatingSystemDefinition() local 266 String attr = parser.getAttributeName(i); in parseRatingDefinition() local 336 String attr = parser.getAttributeName(i); in parseSubRatingDefinition() local 417 String attr = parser.getAttributeName(i); in parseRating() local 447 String attr = parser.getAttributeName(i); in parseSubRating() local
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/ |
D | Utils.java | 103 public static int applyAlphaAttr(Context context, int attr, int inputColor) { in applyAlphaAttr() 118 public static int getColorAttrDefaultColor(Context context, int attr) { in getColorAttrDefaultColor() 125 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() 136 public static int getThemeAttr(Context context, int attr) { in getThemeAttr() 140 public static int getThemeAttr(Context context, int attr, int defaultValue) { in getThemeAttr() 147 public static Drawable getDrawable(Context context, int attr) { in getDrawable()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/ |
D | LibUtils.java | 133 public static int applyAlphaAttr(Context context, int attr, int inputColor) { in applyAlphaAttr() 148 public static int getColorAttrDefaultColor(Context context, int attr) { in getColorAttrDefaultColor() 155 public static ColorStateList getColorAttr(Context context, int attr) { in getColorAttr() 166 public static int getThemeAttr(Context context, int attr) { in getThemeAttr() 170 public static int getThemeAttr(Context context, int attr, int defaultValue) { in getThemeAttr() 177 public static Drawable getDrawable(Context context, int attr) { in getDrawable()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/ |
D | ThemeUiTestBase.java | 94 protected void assertTheme(int[] styleable, int attr, int expected) { in assertTheme() 108 protected void assertTheme(int[] styleable, int attr, boolean expected) { in assertTheme()
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 135 inline std::string AttributeText(const Attribute& attr) { in AttributeText() 244 inline std::string PlayerAttributeText(const PlayerAttribute& attr) { in PlayerAttributeText()
|
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
D | GraphicsUtils.java | 111 public static int getAttrColor(Context context, int attr) { in getAttrColor() 121 public static float getFloat(Context context, int attr, float defValue) { in getFloat()
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | StructNlAttrTest.java | 100 final StructNlAttr attr = new StructNlAttr(IFA_FLAGS, input); in testGetValueAsLong() local 111 final StructNlAttr attr = new StructNlAttr(IFA_FLAGS, input); in testGetValueAsLong_malformed() local
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_db.cc | 63 tGATT_ATTR& attr = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_init_service_db() local 78 static tGATT_STATUS gatts_check_attr_readability(const tGATT_ATTR& attr, in gatts_check_attr_readability() 347 tGATT_ATTR& attr = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_add_included_service() local 447 for (auto& attr : p_db->attr_list) { in find_attr_by_handle() local 685 tGATT_ATTR& attr = db.attr_list.back(); in allocate_attr_in_db() local
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | SwitchCompatUtils.java | 106 final int attr) { in getThemeAttrColor() 119 final int attr, final float alpha) { in getThemeAttrColor()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | ResourceUtils.java | 29 public static int getColorAttr(Context context, int attr) { in getColorAttr()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_db_storage.cc | 118 std::vector<StoredAttribute> attr(num_attr); in bta_gattc_load_db() local 172 void StoredAttribute::SerializeStoredAttribute(const StoredAttribute& attr, in SerializeStoredAttribute() 240 const std::vector<StoredAttribute>& attr) { in bta_gattc_store_db()
|
D | database.cc | 148 const auto& attr = *it; in Deserialize() local 162 const auto& attr = *it; in Deserialize() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyDrawParams.java | 84 public void updateParams(final int keyHeight, @Nullable final KeyVisualAttributes attr) { in updateParams() 126 @Nullable final KeyVisualAttributes attr) { in mayCloneAndUpdateParams()
|
/packages/services/Telephony/src/com/android/services/telephony/domainselection/ |
D | SmsDomainSelector.java | 74 public void reselectDomain(@NonNull SelectionAttributes attr) { in reselectDomain() 99 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback) { in selectDomain()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPreferences.kt | 234 attributions.take(3).forEachIndexed { index, attr -> in <lambda>() method 291 attributions.take(3).forEachIndexed { index, attr -> in <lambda>() method 335 attributions.take(3).forEachIndexed { index, attr -> in <lambda>() method 452 attributions.take(3).forEachIndexed { index, attr -> in <lambda>() method 508 attributions.take(3).forEachIndexed { index, attr -> in <lambda>() method 552 attributions.take(3).forEachIndexed { index, attr -> in <lambda>() method
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | MaxHeightScrollView.java | 36 final TypedArray attr = context.obtainStyledAttributes(attrs, in MaxHeightScrollView() local
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioProtoUtils.java | 131 AudioAttributes attr = attrsWithVolumeShapers.get(index); in dumpFadeManagerConfigurationProto() local 170 private static void dumpAttributeToVolumeShaperConfigProto(@Nullable AudioAttributes attr, in dumpAttributeToVolumeShaperConfigProto()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | TsPreference.java | 46 int attr = a.getIndex(i); in initStyleAttributes() local
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/ |
D | att_range_filter.rs | 31 fn attr(handle: u16) -> AttAttribute { in attr() function
|