Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/privatespace/onelock/
DUseOneLockControllerSwitch.java47 import com.android.settings.privatespace.PrivateProfileContextHelperActivity;
201 PrivateProfileContextHelperActivity.class); in showAlertDialog()
/packages/apps/Settings/src/com/android/settings/privatespace/
DPrivateSpaceAccountLoginError.java111 Intent intent = new Intent(getContext(), PrivateProfileContextHelperActivity.class);
DPrivateSpaceSetLockFragment.java125 Intent intent = new Intent(getContext(), PrivateProfileContextHelperActivity.class);
DPrivateProfileContextHelperActivity.java52 public class PrivateProfileContextHelperActivity extends FragmentActivity { class
DPrivateSpaceCreationFragment.java161 Intent intent = new Intent(getContext(), PrivateProfileContextHelperActivity.class); in startAccountLogin()