HomeSort by relevance Sort by last modified time
    Searched full:archived (Results 1 - 25 of 244) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailAsyncTaskUtil.java 61 * Called after the voicemail has been archived.
63 * @param archivedVoicemailUri the URI of the archived voicemail
83 * @param filePath the file path of the archived voicemail
98 * Returns the archived voicemail file path.
130 * Updates the archived_by_user flag of the archived voicemail.
144 values.put(VoicemailArchiveContract.VoicemailArchive.ARCHIVED,
157 * Checks if a voicemail has already been archived, if so, return the previously archived URI.
159 * successful, archived voicemail URI is returned to listener, otherwise null.
174 // If previously archived, return uri, otherwise archive everything
    [all...]
VoicemailArchivePlaybackPresenter.java 58 // Check if the _data column of the archived voicemail is valid
78 // If a user wants to share an archived voicemail, no need for archiving, just go straight
VoicemailPlaybackLayout.java 279 * Keeps track of which voicemails are currently being archived in order to update the voicemail
505 * archived, update the card UI. Either way, display a snackbar linking user to archive.
535 * If a voicemail archive failed, and the expanded card was being archived, update the card UI.
568 * Whether or not the voicemail with the given uri is being archived.
575 * Show the proper text and hide the archive button if the voicemail is still being archived.
593 * Hides the archive button if the voicemail has already been archived, shows otherwise.
608 + " AND " + VoicemailArchive.ARCHIVED + "= 1", null, null);
609 boolean archived = cursor != null && cursor.getCount() > 0;
611 return archived;
615 public void onPostExecute(Boolean archived) {
    [all...]
VoicemailArchiveActivity.java 39 * This activity manages all the voicemails archived by the user.
  /external/libxml2/doc/
README.docs 19 the list and archived for public access unless pricacy is explicitely
  /packages/apps/Dialer/src/com/android/dialer/database/
VoicemailArchiveContract.java 28 * All the fields excluding MIME_TYPE, _DATA, ARCHIVED, SERVER_ID, mirror the fields in the
66 * The mime type of the archived voicemail file.
78 * The path of the archived voicemail file.
139 * If the voicemail was archived by the user by pressing the archive button, this is set to
140 * 1 (true). If the voicemail was archived for the purpose of forwarding to other
144 public static final String ARCHIVED = "archived_by_user";
  /frameworks/base/docs/html/sdk/
download.jd 1 page.title=Download an Archived Android SDK
36 download one of the archived SDKs, because these SDK packages contain Google software (whereas, the
72 recommended. We no longer maintain documentation about how to install these archived SDKs nor
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
VoicemailArchiveProviderTest.java 137 values.put(VoicemailArchive.ARCHIVED, false);
143 mCursor.getColumnIndex(VoicemailArchive.ARCHIVED)) == 1);
152 values.put(VoicemailArchive.ARCHIVED, false);
158 mCursor.getColumnIndex(VoicemailArchive.ARCHIVED)) == 1);
226 .getInt(mCursor.getColumnIndex(VoicemailArchive.ARCHIVED)));
273 values.put(VoicemailArchive.ARCHIVED, TEST_ARCHIVED);
  /external/libxml2/
README 34 the list and archived for public access unless privacy is explicitly
  /external/v8/src/
v8threads.cc 100 // First check whether the current thread has been 'lazily archived', i.e.
101 // not archived at all. If that is the case we put the state storage we
117 // it is being archived or restored.
120 // If there is another thread that was lazily archived then we have to really
225 // Gets the first in the list of archived threads.
290 // Ensure that data containing GC roots are archived first, and handle them
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.provider.Telephony.ThreadsColumns.html 87 <A NAME="android.provider.Telephony.ThreadsColumns.ARCHIVED"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Telephony.ThreadsColumns.html#ARCHIVED" target="_top"><code>ARCHIVED</code></A></nobr>
  /external/chromium-trace/catapult/dashboard/dashboard/models/
sheriff.py 59 # below will also be cc-ed, so that alerts can be archived to groups.
  /frameworks/base/docs/html/training/snackbar/
action.jd 42 "email archived" message; if the user clicks the <em>undo</em> button, the
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailPlaybackTest.java 107 fail("Voicemail was not archived: " + e.toString());
VoicemailAsyncTaskUtilTest.java 334 values.put(VoicemailArchiveContract.VoicemailArchive.ARCHIVED, false);
352 values.put(VoicemailArchiveContract.VoicemailArchive.ARCHIVED, status);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 57 public ConversationCustomization(final boolean archived, final boolean muted,
59 mArchived = archived;
387 // Remember the conversation ids that need to be archived
437 false/*archived*/, participants, false/*noNotification*/,
BugleDatabaseOperations.java 201 * @param archived Flag whether the conversation should be created archived
210 final boolean archived, final ArrayList<ParticipantData> participants,
234 db, threadId, conversationName, selfId, participants, archived,
359 * @param archived Flag whether the conversation should be created archived
367 final List<ParticipantData> participants, final boolean archived,
379 // TODO : Conversations state - normal vs. archived
389 if (archived) {
573 // the sender is blocked, or we have been told to keep it archived
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessageBatch.java 147 // A forced resync of all messages should still keep the archived states.
242 // A forced resync of all messages should still keep the archived states.
345 final boolean archived = mCache.isArchived(conversationId);
348 conversationId, true /*shouldAutoSwitchSelfId*/, archived /*keepArchived*/);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IMms.aidl 133 * @param archived true to archive the conversation, false otherwise
136 boolean archiveStoredConversation(String callingPkg, long conversationId, boolean archived);
  /frameworks/base/docs/html/distribute/tools/promote/
device-art.jd 198 archived: true
225 archived: true
253 archived: true
282 archived: true
296 archived: true
434 if (this.archived) {
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 303 boolean archived) throws RemoteException {
304 LogUtil.d("archiveStoredConversation " + conversationId + " " + archived);
309 return archiveConversation(conversationId, archived);
648 private boolean archiveConversation(long conversationId, boolean archived) {
650 values.put(Telephony.Threads.ARCHIVED, archived ? 1 : 0);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 174 boolean archived) throws RemoteException {
432 boolean archived) throws RemoteException {
438 .archiveStoredConversation(callingPkg, conversationId, archived);
  /frameworks/support/documents-archive/src/android/support/provider/
DocumentArchiveHelper.java 92 * Creates a helper for handling archived documents.
94 * @param provider Instance of a documents provider which provides archived documents.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQueryHandler.java 68 /** The oken for the query to fetch the archived voicemails. */
138 null, VoicemailArchiveContract.VoicemailArchive.ARCHIVED + " = 1", null,
  /external/kernel-headers/original/uapi/linux/
msdos_fs.h 39 #define ATTR_ARCH 32 /* archived */

Completed in 2331 milliseconds

1 2 3 4 5 6 7 8 910