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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 337 return updateInbox();
383 private int updateInbox() throws RemoteException{
389 if (D) Log.d(TAG,"updateInbox inbox=" + inboxFolder.getName() + "id="
394 if (D) Log.d(TAG,"updateInbox accountId=" + accountId);
399 // Only error code allowed on an UpdateInbox is OBEX_HTTP_NOT_IMPLEMENTED,
401 if (D) Log.d(TAG,"updateInbox accountId=0 -> OBEX_HTTP_NOT_IMPLEMENTED");
406 if (D) Log.d(TAG,"updateInbox in: " + emailUri.toString());
408 if (D) Log.d(TAG,"updateInbox call()...");
413 if (D) Log.d(TAG,"updateInbox call failed");
420 if(D) Log.e(TAG, "UpdateInbox - if uri or method is null", e)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 62 * @see #updateInbox()
    [all...]

Completed in 91 milliseconds