OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jobId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/vcard/
CancelRequest.java
22
public final int
jobId
;
28
public CancelRequest(int
jobId
, String displayName) {
29
this.
jobId
=
jobId
;
VCardService.java
110
// Key is
jobId
.
273
final int
jobId
= request.
jobId
;
274
if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)",
jobId
));
275
final ProcessorBase processor = mRunningJobMap.remove(
jobId
);
293
Log.w(LOG_TAG, String.format("Tried to remove unknown job (id: %d)",
jobId
));
325
final int
jobId
= entry.getKey();
328
mRunningJobMap.remove(
jobId
);
330
Log.i(LOG_TAG, String.format("Found unfinished job (id: %d)",
jobId
));
372
int
jobId
, boolean successful)
[
all
...]
Completed in 3998 milliseconds