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

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
ActivityWindowAndroid.java 35 public int showCancelableIntent(PendingIntent intent, IntentCallback callback, int errorId) {
48 storeCallbackData(requestCode, callback, errorId);
53 public int showCancelableIntent(Intent intent, IntentCallback callback, int errorId) {
65 storeCallbackData(requestCode, callback, errorId);
107 private void storeCallbackData(int requestCode, IntentCallback callback, int errorId) {
109 mIntentErrors.put(requestCode, mApplicationContext.getString(errorId));
WindowAndroid.java 83 * @param errorId The ID of error string to be show if activity is paused before intent
87 public boolean showIntent(PendingIntent intent, IntentCallback callback, int errorId) {
88 return showCancelableIntent(intent, callback, errorId) >= 0;
95 * @param errorId The ID of error string to be show if activity is paused before intent
99 public boolean showIntent(Intent intent, IntentCallback callback, int errorId) {
100 return showCancelableIntent(intent, callback, errorId) >= 0;
107 * @param errorId The ID of error string to be show if activity is paused before intent
112 public int showCancelableIntent(PendingIntent intent, IntentCallback callback, int errorId) {
121 * @param errorId The ID of error string to be show if activity is paused before intent
126 public int showCancelableIntent(Intent intent, IntentCallback callback, int errorId) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 125 private void error(int errorId) {
126 error(errorId, new Throwable());
129 private void error(final int errorId, final Throwable cause) {
133 String error = getString(errorId);
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 59 private int errorId;
405 this.errorId = resourceId;
622 errorId,
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/input/
SelectFileDialogTest.java 55 public int showCancelableIntent(Intent intent, IntentCallback callback, int errorId) {
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1120 target->errorId = errorId;
    [all...]
tinyxml.h     [all...]
tinyxmlparser.cpp 806 errorId = err;
807 errorDesc = errorString[ errorId ];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 1455 milliseconds