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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.h 29 RESULT_FORBIDDEN,
native_process_launcher.cc 175 PostErrorResult(callback, RESULT_FORBIDDEN);
native_message_process_host.cc 134 case NativeProcessLauncher::RESULT_FORBIDDEN:
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 125 public static final int RESULT_FORBIDDEN = -5;
350 responseResult = RESULT_FORBIDDEN;
367 if (result == RESULT_FORBIDDEN || (response.isForbidden() && handleForbidden())) {
369 return RESULT_FORBIDDEN;
    [all...]
EasFolderSync.java 246 case RESULT_FORBIDDEN:

Completed in 31 milliseconds