HomeSort by relevance Sort by last modified time
    Searched full:showintent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/android/java/src/org/chromium/ui/
SelectFileDialog.java 72 if (window.showIntent(camera, this, R.string.low_memory_error)) return;
74 if (window.showIntent(camcorder, this, R.string.low_memory_error)) return;
76 if (window.showIntent(soundRecorder, this, R.string.low_memory_error)) return;
111 if (!window.showIntent(chooser, this, R.string.low_memory_error)) {
WindowAndroid.java 58 public boolean showIntent(Intent intent, IntentCallback callback, int errorId) {

Completed in 2297 milliseconds