OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextPending
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java
669
JobStatus
nextPending
= it.next();
674
if (running != null && running.matches(
nextPending
.getUid(),
675
nextPending
.getJobId())) {
685
if (!availableContext.executeRunnableJob(
nextPending
)) {
687
Slog.d(TAG, "Error executing " +
nextPending
);
689
mJobs.remove(
nextPending
);
[
all
...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar
Completed in 100 milliseconds