Searched refs:mGroupPosition (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/ |
D | TrustedCredentialsSettings.java | 526 private final int mGroupPosition; field in TrustedCredentialsSettings.ChildAdapter 554 mGroupPosition = groupPosition; in ChildAdapter() 559 return mParent.getChildrenCount(mGroupPosition); in getCount() 562 return mParent.getChild(mGroupPosition, position); in getItem() 565 return mParent.getChildId(mGroupPosition, position); in getItemId() 568 return mParent.getChildView(mGroupPosition, position, false, convertView, parent); in getView() 611 mParent.getGroupView(mGroupPosition, true /* parent ignores it */, null, in setContainerView() 626 mGroupPosition, false /* startActivity */); in setExpandIfAvailable() 631 return mParent.checkGroupExpandableAndStartWarningActivity(mGroupPosition); in checkGroupExpandableAndStartWarningActivity()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | TrustedCredentialsSettings.java | 526 private final int mGroupPosition; field in TrustedCredentialsSettings.ChildAdapter 554 mGroupPosition = groupPosition; in ChildAdapter() 559 return mParent.getChildrenCount(mGroupPosition); in getCount() 562 return mParent.getChild(mGroupPosition, position); in getItem() 565 return mParent.getChildId(mGroupPosition, position); in getItemId() 568 return mParent.getChildView(mGroupPosition, position, false, convertView, parent); in getView() 611 mParent.getGroupView(mGroupPosition, true /* parent ignores it */, null, in setContainerView() 626 mGroupPosition, false /* startActivity */); in setExpandIfAvailable() 631 return mParent.checkGroupExpandableAndStartWarningActivity(mGroupPosition); in checkGroupExpandableAndStartWarningActivity()
|