Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DLauncherActivity.java50 private static final String LAUNCH_CONTROL_AUTHORITY = "com.android.documentsui.launchControl"; field in LauncherActivity
163 .authority(LAUNCH_CONTROL_AUTHORITY) in buildLaunchUri()
169 boolean result = uri != null && LAUNCH_CONTROL_AUTHORITY.equals(uri.getAuthority()); in isLaunchUri()