Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pGroupList.java166 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in getNetworkId() local
204 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in contains() local
217 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in toString() local
233 final Collection<WifiP2pGroup> groups = mGroups.snapshot().values(); in writeToParcel() local
DWifiP2pManager.java778 void onPersistentGroupInfoAvailable(@NonNull WifiP2pGroupList groups); in onPersistentGroupInfoAvailable()
1014 WifiP2pGroupList groups = (WifiP2pGroupList) message.obj; in handleMessage() local
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DProtoLogToolTest.kt26 val groups = mapOf( in generateLogGroupCache() constant
DViewerConfigParserTest.kt197 val groups = parser.parseGroups(getJSONReader(json)) in parseGroups() constant
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogTool.kt46 val groups = injector.readLogGroups( in <lambda>() constant
149 val groups = injector.readLogGroups( in <lambda>() constant
DViewerConfigParser.kt94 var groups: Map<String, GroupEntry>? = null in <lambda>() variable
DViewerConfigBuilder.kt47 private val groups: MutableSet<LogGroup> = mutableSetOf() in <lambda>() constant in com.android.protolog.tool.ViewerConfigBuilder
/frameworks/base/tools/split-select/
DGrouper.cpp32 Vector<SortedVector<SplitDescription> > groups; in groupByMutualExclusivity() local
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h87 ComparisonChain& Add(const Group<T>& groups, const Maybe<std::string>& lhs, in Add()
111 inline size_t GetGroupOrder(const Entry<T>& groups, const Maybe<std::string>& label) { in GetGroupOrder()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioVolumeGroup.java90 ArrayList<AudioVolumeGroup> groups); in native_list_audio_volume_groups()
/frameworks/native/cmds/dumpstate/
DDumpstateInternal.cpp73 std::vector<gid_t> groups(group_names.size(), 0); in DropRootUser() local
/frameworks/base/core/java/android/nfc/cardemulation/
DApduServiceInfo.java380 final ArrayList<AidGroup> groups = new ArrayList<AidGroup>(); in getAidGroups() local
399 ArrayList<AidGroup> groups = getAidGroups(); in getCategoryForAid() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java307 public void updatePersistentGroup(WifiP2pGroupList groups) { in updatePersistentGroup()
DWifiP2pNative.java300 public boolean p2pListNetworks(WifiP2pGroupList groups) { in p2pListNetworks()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java424 List<List<MessagingMessage>> groups = new ArrayList<>(); in addMessagesToGroups() local
434 private void createGroupViews(List<List<MessagingMessage>> groups, in createGroupViews()
476 List<MessagingMessage> messages, List<List<MessagingMessage>> groups, in findGroups()
DConversationLayout.java513 List<List<MessagingMessage>> groups = new ArrayList<>(); in bind() local
996 private void createGroupViews(List<List<MessagingMessage>> groups, in createGroupViews()
1042 List<MessagingMessage> messages, List<List<MessagingMessage>> groups, in findGroups()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadHardwareInterfaceTest.java97 public NativeHandle createConntrackSocket(final int groups) { in createConntrackSocket()
/frameworks/base/core/jni/
Dandroid_media_AudioVolumeGroups.cpp129 AudioVolumeGroupVector groups; in android_media_AudioSystem_listAudioVolumeGroups() local
Dandroid_media_AudioProductStrategies.cpp89 std::map<int /**attributesGroupIndex*/, std::vector<AudioAttributes> > groups; in convertAudioProductStrategiesFromNative() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java81 List<BenchmarkGroup> groups = parseBenchmarkGroup(inf.activityInfo); in loadBenchmarks() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h314 virtual status_t listAudioVolumeGroups(AudioVolumeGroupVector &groups) in listAudioVolumeGroups()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java921 ArrayList<UsageGroup> groups = user.observedMap.get(name); in noteUsageStart() local
970 ArrayList<UsageGroup> groups = user.observedMap.get(name); in noteUsageStop() local
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1242 Map<String, NotificationChannelGroup> groups = new ArrayMap<>(); in getNotificationChannelGroups() local
1313 List<NotificationChannelGroup> groups = new ArrayList<>(); in getNotificationChannelGroups() local
2027 JSONArray groups = new JSONArray(); in dumpJson() local
2368 Map<String, NotificationChannelGroup> groups = new ConcurrentHashMap<>(); field in PreferencesHelper.PackagePreferences
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadHardwareInterface.java176 public NativeHandle createConntrackSocket(final int groups) { in createConntrackSocket()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java222 ArrayList<MessagingGroup> groups) { in filterHiddenGroups()

12