Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java207 UnlockProfileDialogFragment unlockProfileDialogFragment = in resumePreviousState()
208 (UnlockProfileDialogFragment) getSupportFragmentManager() in resumePreviousState()
387 UnlockProfileDialogFragment fragment = UnlockProfileDialogFragment.newInstance((d, w) -> in showUnlockProfileDialogFragment()
579 public static class UnlockProfileDialogFragment extends DialogFragment { class in TrustedDeviceActivity
582 static UnlockProfileDialogFragment newInstance(DialogInterface.OnClickListener listener) { in newInstance()
583 UnlockProfileDialogFragment fragment = new UnlockProfileDialogFragment(); in newInstance()