OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxAttributesRequested
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AddressedMediaPlayer.java
336
int
maxAttributesRequested
= 0;
345
maxAttributesRequested
= AvrcpConstants.MAX_NUM_ATTR;
348
maxAttributesRequested
= folderItemsReqObj.mNumAttr;
352
for (int idx = 0; idx <
maxAttributesRequested
; idx++) {
BrowsedMediaPlayer.java
644
int
maxAttributesRequested
= 0;
653
maxAttributesRequested
= AvrcpConstants.MAX_NUM_ATTR;
656
maxAttributesRequested
= mFolderItemsReqObj.mNumAttr;
660
for (int idx = 0; idx <
maxAttributesRequested
; idx++) {
[
all
...]
Completed in 137 milliseconds