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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 650 int pushResult = ResponseCodes.OBEX_HTTP_OK;
657 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
660 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
663 return pushResult;
674 int pushResult = ResponseCodes.OBEX_HTTP_OK;
681 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
685 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
688 return pushResult;
    [all...]
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSecurityToolActivity.java 47 boolean init = PostNotification.pushResult(this, "init" + state);
118 boolean success = PostNotification.pushResult(this, result);
PostNotification.java 40 public static boolean pushResult(Context context, String result) {

Completed in 50 milliseconds