Searched refs:ACTION_BROWSE (Results 1 – 9 of 9) sorted by relevance
288 private static final int ACTION_BROWSE = 7; field in Metrics298 ACTION_BROWSE,341 case State.ACTION_BROWSE: in logActivityLaunch()818 case State.ACTION_BROWSE: in toMetricsAction()819 return ACTION_BROWSE; in toMetricsAction()
47 ACTION_BROWSE,57 public static final int ACTION_BROWSE = 1; field in State
147 state.action = State.ACTION_BROWSE; in includeState()
19 import static com.android.documentsui.State.ACTION_BROWSE;54 case ACTION_BROWSE: in pick()
49 final Intent intent = new Intent(DocumentsContract.ACTION_BROWSE); in onCreate()
74 if (Shared.shouldShowDocumentsRoot(context, new Intent(DocumentsContract.ACTION_BROWSE))) { in testRootsListed()
261 intent.setAction(DocumentsContract.ACTION_BROWSE); in buildNavigateIntent()
438 final Intent intent = new Intent(DocumentsContract.ACTION_BROWSE); in buildBrowseIntent()
130 public static final String ACTION_BROWSE = "android.provider.action.BROWSE"; field in DocumentsContract