OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updates
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterLogic.java
232
* Find suitable
updates
to all current local packages.
237
ArrayList<Archive>
updates
= new ArrayList<Archive>();
local
255
updates
.add(a);
263
return
updates
;
/packages/apps/Email/src/com/android/email/
MessagingController.java
1245
Cursor
updates
= resolver.query(EmailContent.Message.UPDATED_CONTENT_URI,
local
[
all
...]
/frameworks/base/core/java/android/database/
AbstractCursor.java
416
* Returns <code>true</code> if there are pending
updates
that have not yet been committed.
418
* @return <code>true</code> if there are pending
updates
that have not yet been committed.
491
* Subclasses must call this method when they finish committing
updates
to notify all
540
* support reading uncommitted
updates
. NOTE: This function and
549
Map<String, Object>
updates
= mUpdatedRows.get(mCurrentRowID);
local
550
if (
updates
!= null &&
updates
.containsKey(getColumnNames()[columnIndex])) {
566
Map<String, Object>
updates
= mUpdatedRows.get(mCurrentRowID);
local
567
return
updates
.get(getColumnNames()[columnIndex]);
626
* subclass that wishes to support
updates
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 289 milliseconds