Home
last modified time | relevance | path

Searched refs:mMaxJobSchedulerId (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/work/workmanager/src/main/java/androidx/work/
DConfiguration.java43 private final int mMaxJobSchedulerId; field in Configuration
53 mMaxJobSchedulerId = builder.mMaxJobSchedulerId; in Configuration()
87 return mMaxJobSchedulerId; in getMaxJobSchedulerID()
118 int mMaxJobSchedulerId = Integer.MAX_VALUE; field in Configuration.Builder
149 mMaxJobSchedulerId = maxJobSchedulerId; in setJobSchedulerJobIdRange()