Home
last modified time | relevance | path

Searched defs:getName (Results 1 – 5 of 5) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DNotificationChannelGroupCompat.java176 public @Nullable CharSequence getName() { in getName() method in NotificationChannelGroupCompat
230 static CharSequence getName(NotificationChannelGroup notificationChannelGroup) { in getName() method in NotificationChannelGroupCompat.Api26Impl
DNotificationChannelCompat.java351 public @Nullable CharSequence getName() { in getName() method in NotificationChannelCompat
527 static CharSequence getName(NotificationChannel notificationChannel) { in getName() method in NotificationChannelCompat.Api26Impl
DPerson.java152 public @Nullable CharSequence getName() { in getName() method in Person
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/services/
DCallAudioRouteResolver.kt279 private fun getName(device: BluetoothDevice): String? { in <lambda>() method
/core/core/src/androidTest/java/androidx/core/app/
DPersonTest.java194 public void getName() { in getName() method in PersonTest