Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 82) sorted by relevance

1234

/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DEmergencyCallDomainSelectorTest.java289 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredBarredSelectCs() local
306 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPs() local
323 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredSelectPsThenCsfb() local
345 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsNotRegisteredSelectCs() local
367 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testNoCsCombinedImsNotRegisteredSelectPs() local
384 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsNotRegisteredBarredSelectCs() local
401 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredEmsOffBarredSelectCs() local
418 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsRegisteredEmsOffSelectCs() local
435 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsNotRegisteredEmsOffSelectCs() local
452 SelectionAttributes attr = getSelectionAttributes(SLOT_0, SLOT_0_SUB_ID, regResult); in testDefaultCombinedImsNotRegisteredEmsOffBarredSelectCs() local
[all …]
DDomainSelectorBaseTest.java60 public void reselectDomain(@NonNull SelectionAttributes attr) { in reselectDomain()
70 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback) { in selectDomain()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java151 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/
Ddatabase_test.cc103 StoredAttribute attr; in TEST() local
136 StoredAttribute attr; in TEST() local
170 StoredAttribute attr; in TEST() local
203 StoredAttribute attr; in TEST() local
270 StoredAttribute attr; in TEST() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java89 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/
DContentRatingsParser.java120 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/
DUtils.java103 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/
DLibUtils.java133 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/
DThemeUiTestBase.java94 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/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DGraphicsUtils.java111 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/Bluetooth/system/include/hardware/avrcp/
Davrcp_logging_helper.h136 inline std::string AttributeText(const Attribute& attr) { in AttributeText()
245 inline std::string PlayerAttributeText(const PlayerAttribute& attr) { in PlayerAttributeText()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc70 tGATT_ATTR& attr = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_init_service_db() local
85 static tGATT_STATUS gatts_check_attr_readability(const tGATT_ATTR& attr, in gatts_check_attr_readability()
356 tGATT_ATTR& attr = allocate_attr_in_db(db, uuid, GATT_PERM_READ); in gatts_add_included_service() local
459 for (auto& attr : p_db->attr_list) { in find_attr_by_handle() local
702 tGATT_ATTR& attr = db.attr_list.back(); in allocate_attr_in_db() local
/packages/apps/Messaging/src/com/android/messaging/util/
DSwitchCompatUtils.java106 final int attr) { in getThemeAttrColor()
119 final int attr, final float alpha) { in getThemeAttrColor()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DResourceUtils.java29 public static int getColorAttr(Context context, int attr) { in getColorAttr()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyDrawParams.java84 public void updateParams(final int keyHeight, @Nullable final KeyVisualAttributes attr) { in updateParams()
126 @Nullable final KeyVisualAttributes attr) { in mayCloneAndUpdateParams()
DKeyboardBuilder.java238 final AttributeSet attr = Xml.asAttributeSet(parser); in parseKeyboardAttributes() local
340 final AttributeSet attr = Xml.asAttributeSet(parser); in parseRowAttributes() local
528 final AttributeSet attr = Xml.asAttributeSet(parser); in parseIncludeInternal() local
642 final AttributeSet attr = Xml.asAttributeSet(parser); in parseCaseCondition() local
805 final AttributeSet attr = Xml.asAttributeSet(parser); in parseKeyStyle() local
/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DSmsDomainSelector.java80 public void reselectDomain(@NonNull SelectionAttributes attr) { in reselectDomain()
105 public void selectDomain(SelectionAttributes attr, TransportSelectorCallback callback) { in selectDomain()
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc147 const auto& attr = *it; in Deserialize() local
159 const auto& attr = *it; in Deserialize() local
Dbta_gattc_db_storage.cc114 std::vector<StoredAttribute> attr(num_attr); in bta_gattc_load_db() local
181 const std::vector<StoredAttribute>& attr) { in bta_gattc_store_db()
/packages/apps/Messaging/src/com/android/messaging/ui/
DMaxHeightScrollView.java36 final TypedArray attr = context.obtainStyledAttributes(attrs, in MaxHeightScrollView() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DTsPreference.java46 int attr = a.getIndex(i); in initStyleAttributes() local
/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/
Datt_range_filter.rs31 fn attr(handle: u16) -> AttAttribute { in attr() function
/packages/apps/Nfc/nci/jni/
DCondVar.cpp42 pthread_condattr_t attr; in CondVar() local
/packages/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c462 ipp_attribute_t *attr; in set_jobStateDyn() local
501 ipp_attribute_t *attr; in parse_jobStateReasons() local
589 ipp_attribute_t *attr; /* Current IPP attribute */ in get_JobStatus() local
703 ipp_attribute_t *attr; in print_col() local
790 void print_attr(ipp_attribute_t *attr) { in print_attr()
1906 ipp_attribute_t *attr = ippFindAttribute(response, "job-id", IPP_TAG_INTEGER); in getJobId() local
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc128 bool AVRC_IsValidPlayerAttr(uint8_t attr) { in AVRC_IsValidPlayerAttr()

1234