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()
222 RemoveDeviceDialogFragment.newInstance(device.getDeviceName(), in showRemoveDeviceDialog()
239 RemoveDeviceDialogFragment removeDeviceDialogFragment = in resumePreviousState()
240 (RemoveDeviceDialogFragment) getSupportFragmentManager() in resumePreviousState()
282 public static class RemoveDeviceDialogFragment extends DialogFragment { class in AssociationActivity
287 static RemoveDeviceDialogFragment newInstance(@NonNull String deviceName, in newInstance()
291 RemoveDeviceDialogFragment fragment = new RemoveDeviceDialogFragment(); in newInstance()