Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DLauncherActivity.java45 private static final String LAUNCH_CONTROL_AUTHORITY = "com.android.documentsui.launchControl"; field in LauncherActivity
127 .authority(LAUNCH_CONTROL_AUTHORITY) in buildLaunchUri()
133 boolean result = uri != null && LAUNCH_CONTROL_AUTHORITY.equals(uri.getAuthority()); in isLaunchUri()