Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager/src/main/java/androidx/work/
DConfiguration.java42 private final int mMinJobSchedulerId; field in Configuration
52 mMinJobSchedulerId = builder.mMinJobSchedulerId; in Configuration()
74 return mMinJobSchedulerId; in getMinJobSchedulerID()
117 int mMinJobSchedulerId = IdGenerator.INITIAL_ID; field in Configuration.Builder
148 mMinJobSchedulerId = minJobSchedulerId; in setJobSchedulerJobIdRange()