Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociationActivity.java221 RemoveDeviceDialogFragment removeDeviceDialogFragment = in showRemoveDeviceDialog() local
224 removeDeviceDialogFragment.show(getSupportFragmentManager(), REMOVE_DEVICE_DIALOG_TAG); in showRemoveDeviceDialog()
239 RemoveDeviceDialogFragment removeDeviceDialogFragment = in resumePreviousState() local
242 if (removeDeviceDialogFragment != null) { in resumePreviousState()
243 removeDeviceDialogFragment.setOnConfirmListener((d, which) -> in resumePreviousState()