Searched refs:LAUNCH_CONTROL_AUTHORITY (Results 1 – 1 of 1) sorted by relevance
45 private static final String LAUNCH_CONTROL_AUTHORITY = "com.android.documentsui.launchControl"; field in LauncherActivity127 .authority(LAUNCH_CONTROL_AUTHORITY) in buildLaunchUri()133 boolean result = uri != null && LAUNCH_CONTROL_AUTHORITY.equals(uri.getAuthority()); in isLaunchUri()