Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java121 int testJobId = (int) (SystemClock.uptimeMillis() / 1000); in setUp() local
122 mTestAppInterface = new TestAppInterface(mContext, testJobId); in setUp()