HomeSort by relevance Sort by last modified time
    Searched refs:showCancelableIntent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
WindowAndroid.java 80 return showCancelableIntent(intent, callback, errorId) >= 0;
92 return showCancelableIntent(intent, callback, errorId) >= 0;
104 public int showCancelableIntent(PendingIntent intent, IntentCallback callback, int errorId) {
118 public int showCancelableIntent(Intent intent, IntentCallback callback, int errorId) {
124 * Force finish another activity that you had previously started with showCancelableIntent.
125 * @param requestCode The request code returned from showCancelableIntent.
ActivityWindowAndroid.java 35 public int showCancelableIntent(PendingIntent intent, IntentCallback callback, int errorId) {
53 public int showCancelableIntent(Intent intent, IntentCallback callback, int errorId) {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/input/
SelectFileDialogTest.java 52 public int showCancelableIntent(Intent intent, IntentCallback callback, int errorId) {

Completed in 135 milliseconds