/packages/apps/Contacts/src/com/android/contacts/detail/ |
StreamItemAdapter.java | 40 /** The title shown in the updates stream. */ 42 /** The updates in the list. */
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
FloatingChildLayout.java | 39 * Updates drawable state to be {@link android.R.attr#state_first} when child is 41 * target. Also updates {@link Drawable#setLevel(int)} on child
|
/packages/apps/Email/src/com/android/email/activity/ |
RecentMailboxManager.java | 95 /** Updates the specified mailbox's touch time. Returns an async task for test only. */ 129 /** Updates the last touched time for the mailbox in the background */
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeService.java | 45 * updates Emergency Callback Mode countdown clock in the notification 143 // Start countdown timer for the notification updates
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/ |
tree_policy.hpp | 50 // A null node updator, indicating that no node updates are required. 145 // Updates the rank of a node through a node_iterator node_it;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
tree_policy.hpp | 50 // A null node updator, indicating that no node updates are required. 145 // Updates the rank of a node through a node_iterator node_it;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
tree_policy.hpp | 50 // A null node updator, indicating that no node updates are required. 145 // Updates the rank of a node through a node_iterator node_it;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerPage.java | 148 * Updates the status line and the OK button according to the given status 161 * Updates the status line and the OK button according to the status
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 99 PreferencePage_Heap_Updates_Enabled_Default=Heap updates enabled by default 106 PreferencePage_Thread_Updates_Enabled_By_Default=Thread updates enabled by default
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
SdkCommandLine.java | 135 "Updates an Android Virtual Device to match the folders of a new SDK." }, 140 "Updates an Android project (must already have an AndroidManifest.xml)." }, 145 "Updates the Android project for a test package (must already have an AndroidManifest.xml)." }, 150 "Updates an Android library project (must already have an AndroidManifest.xml)." }, 153 "Updates adb to support the USB devices declared in the SDK add-ons." }, 156 "Updates the SDK by suggesting new platforms to install if available." }, 275 "Updates from command-line (does not display the GUI)", false); 380 "Also updates any projects in sub-folders, such as test projects.", false);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 237 * Updates contact's serverId 251 * Updates contact's email 267 * Updates contact's name. The caller can either provide first-name 315 * Updates contact's phone 345 * Updates contact's profile action
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 117 * Assertion: updates associated digest<br> 294 * Assertion: updates associated digest<br> 328 * Assertion: updates associated digest<br> 368 * Assertion: updates associated digest<br> 415 * Assertion: updates associated digest<br>
|
/external/chromium/chrome/browser/extensions/ |
extension_management_browsertest.cc | 57 // Helper method that installs a low permission extension then updates 194 // Used for testing notifications sent during extension updates. 213 const std::set<std::string>& updates() { return updates_; } function in class:NotificationListener 300 ASSERT_TRUE(ContainsKey(notification_listener.updates(), 315 ASSERT_TRUE(ContainsKey(notification_listener.updates(),
|
extension_service.h | 138 // If auto-updates are turned on, default to running every 5 hours. 238 // Updates a currently-installed extension with the contents from 268 // Updates the |extension|'s granted permissions lists to include all 272 // Updates the |extension|'s granted permissions lists to include all 296 // Check for updates (or potentially new extensions from external providers) 515 // Helper that updates the active extension list used for crash reporting. 580 // Our extension updater, if updates are turned on.
|
/external/chromium/chrome/browser/resources/ |
print_preview.js | 53 * Gets the selected printer capabilities and updates the controls accordingly. 73 * Updates the controls with printer capabilities information. 109 * Parses the copies field text for validation and updates the state of print 404 * Updates the state of print button depending on the user selection. 430 * Updates the print summary based on the currently selected user options.
|
/external/chromium/chrome/browser/sync/engine/ |
build_and_process_conflict_sets_command.cc | 53 // We applied some updates transactionally, lets try syncing again. 192 // changes have occurred locally we should be able to apply updates from this 196 // 5. Use the usual apply updates from the special start state we've just 202 // Keep going till all updates are applied. 207 // set with other failing updates, the swap may have gone through, meaning
|
/frameworks/base/core/java/android/content/ |
Loader.java | 194 * <p>This updates the Loader's internal state so that 235 * Stops delivery of updates until the next time {@link #startLoading()} is called. 242 * <p>This updates the Loader's internal state so that 276 * so the loader must not report any further updates. However, the 290 * <p>This updates the Loader's internal state so that
|
ContentProviderOperation.java | 451 "only inserts, updates, and asserts can have value back-references"); 467 "only inserts, updates, and asserts can have value back-references"); 484 throw new IllegalArgumentException("only updates, deletes, and asserts " 504 "only inserts, updates, and asserts can have values"); 524 throw new IllegalArgumentException("only inserts and updates can have values"); 566 "only updates, deletes, and asserts can have selections"); 587 "only updates, deletes, and asserts can have expected counts");
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 110 * Assertion: updates associated digest<br> 289 * Assertion: updates associated digest<br> 323 * Assertion: updates associated digest<br> 363 * Assertion: updates associated digest<br> 410 * Assertion: updates associated digest<br>
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ThreadPanel.java | 95 /** Indicates if a timer-based Runnable is current requesting thread updates regularly. */ 198 mNotEnabled.setText("Thread updates not enabled for selected client\n" 467 * Updates the stack call of the currently selected thread. 486 * updates the stackcall of the specified thread. If <code>null</code> the UI is emptied 526 // lets check we still want updates.
|
/external/chromium/chrome/browser/resources/options/ |
language_options.js | 293 * Updates the currently selected language name. 311 * Updates the UI language button. 355 * Updates the spell check language button. 396 * Updates the input method list. 432 * Updates the language list in the add language overlay. 636 * Updates the checkboxes in the input method list from the preload 655 * Updates the preload engines preference from the checkboxes in the
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-12 | 28 * NEWS: Updates 82 * NEWS: Updates 124 * NEWS: Updates 141 * NEWS: Updates 174 * NEWS: Updates 198 * NEWS: Updates 303 * NEWS: Updates 419 * NEWS: Updates 446 * NEWS: Updates
|
/external/kernel-headers/original/linux/ |
jbd.h | 100 * outstanding updates on a transaction might possibly touch. 405 * RUNNING: accepting new updates 406 * LOCKED: Updates still running but we don't accept new ones 407 * RUNDOWN: Updates are tidying up but have finished requesting 409 * FLUSH: All updates complete, but we are still writing to disk 537 * Number of outstanding updates running on this transaction 589 * @j_wait_updates: Wait queue to wait for updates to complete 698 /* Wait queue to wait for updates to complete */ 782 * journal and to perform atomic updates across them. [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
Preferences.java | 48 * synchronously perform all pending updates, but the implementation is 211 * Forces all pending updates to this node and its descendants to be 535 * updates the value if a preference with the given key already exists. 554 * given key and value or updates the value if a preference with the given 573 * form of the given value or updates the value if a preference with the 598 * value or updates the value if a preference with the 621 * value or updates the value if a preference with the 644 * value or updates the value if a preference with the 667 * value or updates the value if a preference with the [all...] |
/development/samples/SipDemo/src/com/example/android/sip/ |
WalkieTalkieActivity.java | 232 * Updates the status box at the top of the UI with a messege of your choice. 246 * Updates the status box with the SIP address of the current call. 258 * Updates whether or not the user's voice is muted, depending on whether the button is pressed.
|