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