Searched refs:mGroupId (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyGroups.java | 30 mPolicyGroups.put(defs[i].mGroupId, defs[i]); in PowerPolicyGroups() 94 private final String mGroupId; field in PowerPolicyGroups.PowerPolicyGroupDef 99 mGroupId = groupId; in PowerPolicyGroupDef() 105 return mGroupId; in getGroupId() 117 return String.format("%s WaitForVHAL:%s On:%s", mGroupId, in toShellCommandString() 124 str.append(" ").append(mGroupId).append('\n'); in toString() 135 return Objects.equals(mGroupId, that.mGroupId) in equals() 142 return Objects.hash(mGroupId, mWaitForVHALStatePolicy, mOnStatePolicy); in hashCode()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ResourceCursorTreeAdapterTest.java | 65 private int mGroupId = mCollapsedGroupId; field in ResourceCursorTreeAdapterTest 139 assertEquals(mGroupId, result.getId()); in testNewGroupView() 142 assertEquals(mGroupId, result.getId()); in testNewGroupView()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 444 private String mGroupId; field in NotificationListenerVerifierActivity.ReceiveGroupBlockNoticeTest 457 mGroupId = UUID.randomUUID().toString(); in setUp() 459 = new NotificationChannelGroup(mGroupId, "ReceiveChannelGroupBlockNoticeTest"); in setUp() 462 mGroupId, "ReceiveChannelBlockNoticeTest", IMPORTANCE_LOW); in setUp() 463 channel.setGroup(mGroupId); in setUp() 477 NotificationChannelGroup group = mNm.getNotificationChannelGroup(mGroupId); in test() 482 if (prefs.contains(mGroupId) && prefs.getBoolean(mGroupId, false)) { in test() 502 mNm.deleteNotificationChannelGroup(mGroupId); in tearDown() 506 editor.remove(mGroupId); in tearDown()
|