Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyGroups.java37 mPolicyGroups.put(defs[i].mGroupId, defs[i]); in PowerPolicyGroups()
185 private final String mGroupId; field in PowerPolicyGroups.PowerPolicyGroupDef
190 mGroupId = groupId; in PowerPolicyGroupDef()
196 return mGroupId; in getGroupId()
208 return String.format("%s WaitForVHAL:%s On:%s", mGroupId, in toShellCommandString()
215 str.append(" ").append(mGroupId).append('\n'); in toString()
226 return Objects.equals(mGroupId, that.mGroupId) in equals()
233 return Objects.hash(mGroupId, mWaitForVHALStatePolicy, mOnStatePolicy); in hashCode()
/cts/tests/tests/widget/src/android/widget/cts/
DResourceCursorTreeAdapterTest.java65 private int mGroupId = mCollapsedGroupId; field in ResourceCursorTreeAdapterTest
139 assertEquals(mGroupId, result.getId()); in testNewGroupView()
142 assertEquals(mGroupId, result.getId()); in testNewGroupView()
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java350 callback.mGroupId)) in testVolumeMuteKeyForAnyPassengerMainDisplay()
664 public int mGroupId = INVALID_VOLUME_GROUP_ID; field in CarInputTest.CarVolumeMonitor
689 mGroupId = INVALID_VOLUME_GROUP_ID; in reset()
697 mGroupId = groupId; in onGroupVolumeChanged()
706 mGroupId = groupId; in onGroupMuteChanged()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java591 private String mGroupId; field in NotificationListenerVerifierActivity.ReceiveGroupBlockNoticeTest
605 mGroupId = UUID.randomUUID().toString(); in setUp()
607 new NotificationChannelGroup(mGroupId, "ReceiveChannelGroupBlockNoticeTest"); in setUp()
611 mGroupId, "ReceiveChannelBlockNoticeTest", IMPORTANCE_NONE); in setUp()
612 channel.setGroup(mGroupId); in setUp()
626 NotificationChannelGroup group = mNm.getNotificationChannelGroup(mGroupId); in test()
632 if (prefs.contains(mGroupId) && prefs.getBoolean(mGroupId, false)) { in test()
652 mNm.deleteNotificationChannelGroup(mGroupId); in tearDown()
657 editor.remove(mGroupId); in tearDown()