Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceDetailFragment.java41 public class TrustedDeviceDetailFragment extends Fragment { class
51 static TrustedDeviceDetailFragment newInstance(@NonNull AssociatedDevice device) { in newInstance()
54 TrustedDeviceDetailFragment fragment = new TrustedDeviceDetailFragment(); in newInstance()
DTrustedDeviceActivity.java379 TrustedDeviceDetailFragment fragment = TrustedDeviceDetailFragment.newInstance(device); in showTrustedDeviceDetailFragment()