Home
last modified time | relevance | path

Searched refs:groupName (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DInputDeviceInfo.kt46 private fun collectInputInfo(store: DeviceInfoStore, groupName: String) { in collectInputInfo()
47 store.startGroup(groupName) in collectInputInfo()
DHapticsDeviceInfo.java72 private void collectVibratorInfo(DeviceInfoStore store, String groupName, Vibrator vibrator) in collectVibratorInfo() argument
75 if (Objects.equals(groupName, ANONYMOUS_GROUP_NAME)) { in collectVibratorInfo()
78 store.startGroup(groupName); in collectVibratorInfo()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContacts_PeopleTest.java201 String groupName = "test_group_1"; in testAddToGroup() local
202 mRowsAdded.add(People.addToGroup(mContentResolver, personId, groupName)); in testAddToGroup()
216 if (groupName.equals(cursor.getString(GROUPS_NAME_INDEX))) { in testAddToGroup()
/cts/tests/tests/widget/src/android/widget/cts/
DCursorTreeAdapterTest.java733 String groupName = cursor.getString(NAME_INDEX); in newGroupView() local
735 textView.setText(groupName); in newGroupView()