Home
last modified time | relevance | path

Searched defs:attrIds (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpItemTest.java124 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributes() local
176 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributesWithBadIds_badIdsIgnored() local
236 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleTooShort() local
288 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleEmpty() local
340 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleNull() local
392 int[] attrIds = new int[]{ in buildAvrcpItemFromAvrcpAttributes_imageHandleNotDigits() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java70 int[] attrIds = { android.R.attr.gravity }; in NotificationActionListLayout() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpItem.java307 public Builder fromAvrcpAttributeArray(int[] attrIds, String[] attrMap) { in fromAvrcpAttributeArray()
H A DAvrcpControllerService.java678 int[] attrIds, String[] attrVals) { in createFromNativeMediaItem()
/aosp12/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java82 int[] attrIds = {android.R.attr.gravity}; in NotificationTopLineView() local