Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DApiWrapper.java19 import static com.android.launcher3.LauncherConstants.ActivityCodes.REQUEST_HOME_ROLE;
155 launcher.startActivityForResult(roleRequestIntent, REQUEST_HOME_ROLE); in assignDefaultHomeRole()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherConstants.java44 public static final int REQUEST_HOME_ROLE = 14; field in LauncherConstants.ActivityCodes
DLauncher.java41 import static com.android.launcher3.LauncherConstants.ActivityCodes.REQUEST_HOME_ROLE;
897 if (requestCode == REQUEST_HOME_ROLE) {