Searched refs:UID (Results 1 - 8 of 8) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DOpenHelper.java128 final Cursor cursor = context.getContentResolver().query(uri, new String[]{Constants.UID},
133 return cursor.getInt(cursor.getColumnIndexOrThrow(Constants.UID));
H A DConstants.java45 /** The column that is used for the initiating app's UID */
46 public static final String UID = "uid"; field in class:Constants
H A DDownloadReceiver.java118 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, Constants.UID + "=" + uid, null);
121 Slog.d(TAG, "Deleted " + count + " downloads owned by UID " + uid);
H A DDownloadProvider.java86 /** URI matcher constant for the URI of all downloads belonging to the calling UID */
88 /** URI matcher constant for the URI of an individual download belonging to the calling UID */
413 Constants.UID + " INTEGER, " +
632 // UID, PID columns
637 filteredValues.put(Constants.UID, Binder.getCallingUid());
639 copyInteger(Constants.UID, values, filteredValues);
663 Log.v(Constants.TAG, "initiating download with UID "
664 + filteredValues.getAsInteger(Constants.UID));
666 Log.v(Constants.TAG, "other UID " +
1135 Constants.UID
[all...]
H A DDownloadInfo.java96 info.mUid = getInt(Constants.UID);
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapConstants.java86 public static final String UID = "UID"; field in class:ImapConstants
87 public static final String UID_COPY = "UID COPY";
88 public static final String UID_FETCH = "UID FETCH";
89 public static final String UID_SEARCH = "UID SEARCH";
90 public static final String UID_STORE = "UID STORE";
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
H A DTagCanon.java48 static final byte[] UID = new byte[] { 0x05, 0x00, 0x03, 0x08 }; field in class:TagCanon
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapFolder.java132 // * OK [UIDNEXT 57576] Predicted next UID
272 // Build a message map for faster UID matching
289 // No callback provided to report of UID changes; nothing more to do here
316 // If the server doesn't support UIDPLUS, try a different way to get the new UID(s)
445 final String[] uids = searchForUids(ImapConstants.UID + " " + uid);
634 * FLAGS - UID FETCH (FLAGS)
635 * ENVELOPE - UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
637 * STRUCTURE - UID FETCH (BODYSTRUCTURE)
638 * BODY_SANE - UID FETC
[all...]

Completed in 161 milliseconds