Home
last modified time | relevance | path

Searched refs:otherLabel (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DUnusedAppsFragment.kt241 val otherLabel = if (revokedPerms[0] == mostImportant) { in <lambda>() constant
246 getString(R.string.auto_revoked_app_summary_two, importantLabel, otherLabel) in <lambda>()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java684 private int compareNames(String name, String otherName, String label, String otherLabel) { in compareNames() argument
686 int otherType = getNameType(otherLabel); in compareNames()