Searched defs:checkGroupExpandableAndStartWarningActivity (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java418 return !checkGroupExpandableAndStartWarningActivity(groupPosition);
440 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition) { method in class:TrustedCredentialsSettings.GroupAdapter
441 return checkGroupExpandableAndStartWarningActivity(groupPosition, true);
444 public boolean checkGroupExpandableAndStartWarningActivity(int groupPosition, method in class:TrustedCredentialsSettings.GroupAdapter
576 mIsListExpanded = checkGroupExpandableAndStartWarningActivity() && !mIsListExpanded;
616 mIsListExpanded = expanded && mParent.checkGroupExpandableAndStartWarningActivity(
621 private boolean checkGroupExpandableAndStartWarningActivity() { method in class:TrustedCredentialsSettings.ChildAdapter
622 return mParent.checkGroupExpandableAndStartWarningActivity(mGroupPosition);

Completed in 846 milliseconds