HomeSort by relevance Sort by last modified time
    Searched full:updateitem (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 46 static NSPanel *updateAlertPanel(id updateItem, id host)
49 NSPanel *panel = NSGetInformationalAlertPanel([NSString stringWithFormat:@"Would you like to download and install %@ %@ now?", hostName, objc_msgSend(updateItem, @selector(displayVersionString))],
70 static id updateAlertInitForAlertPanel(id self, SEL _cmd, id updateItem, id host)
72 NSPanel *panel = updateAlertPanel(updateItem, host);
79 [updateItem retain];
82 object_setInstanceVariable(self, "updateItem", (void*)updateItem);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 309 MediaItem updateItem = items.get(i - info.reloadStart);
310 long itemVersion = updateItem.getDataVersion();
313 mData[index] = updateItem;
  /packages/apps/Gallery2/src/com/android/camera/
PhotoMenu.java 96 updateItem(fitem, CameraSettings.KEY_CAMERA_ID);
PieController.java 187 public void updateItem(PieItem item, String prefKey) {
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 406 updateItem(finalItem);
413 private void updateItem(Item item) {
468 updateItem(finalItem);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 169 protected int updateItem(Uri uri, long id, String... extras) {
171 return updateItem(itemUri, extras);
174 protected int updateItem(Uri uri, String... extras) {
    [all...]
ContactsProvider2Test.java     [all...]