Home
last modified time | relevance | path

Searched defs:groupSize (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java187 int csipGroupId, int groupSize, boolean dualMode, boolean ashaDevice) { in processInitProfilePriorities_LeAudioOnlyHelper()
517 int groupSize = 2; in testLateConnectOfLeAudioEnabled_DualModeBud() local
639 int groupSize = 2; in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DGroupingListAdapter.java105 public void addGroup(int cursorPosition, int groupSize) { in addGroup()
DCallLogGroupBuilder.java114 int groupSize = 1; in addGroups() local
168 groupCreator.addGroup(cursor.getPosition() - groupSize, groupSize); in addGroups() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DChannelShuffle.cpp36 const uint32_t groupSize = axisSize / numGroups; in eval() local
/packages/apps/Settings/src/com/android/settings/core/
DRoundCornerPreferenceAdapter.java115 int groupSize = group.getPreferenceCount(); in mappingPreferenceGroup() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DAvatarGroupRequestDescriptor.java72 final int groupSize = mDescriptors.size(); in generateDestRectArray() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorNativeInterface.java150 byte[] address, int groupId, int groupSize, int rank, long uuidLsb, long uuidMsb) { in onDeviceAvailable()
DCsipSetCoordinatorService.java662 BluetoothDevice device, int groupId, int rank, UUID uuid, int groupSize) { in handleDeviceAvailable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java207 int groupSize = csipSetCoordinatorService.getDesiredGroupSize(groupId); in isLeAudioOnlyGroup() local
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java154 int groupSize = m.groupCount(); in newFromResponseString() local