OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyExecution
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraContentJobService.java
50
TestEnvironment.getTestEnvironment().
notifyExecution
(params);
95
private void
notifyExecution
(JobParameters params) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
MockJobService.java
49
TestEnvironment.getTestEnvironment().
notifyExecution
(params.getJobId());
96
private void
notifyExecution
(int jobId) {
/cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java
62
TestEnvironment.getTestEnvironment().
notifyExecution
(mParams, 0, 0, mReceivedWork,
92
TestEnvironment.getTestEnvironment().
notifyExecution
(params, permCheckRead,
97
TestEnvironment.getTestEnvironment().
notifyExecution
(params, permCheckRead,
117
TestEnvironment.getTestEnvironment().
notifyExecution
(params,
130
TestEnvironment.getTestEnvironment().
notifyExecution
(params,
149
TestEnvironment.getTestEnvironment().
notifyExecution
(params,
162
TestEnvironment.getTestEnvironment().
notifyExecution
(params,
199
// We don't
notifyExecution
here because we want to make sure the job properly
207
TestEnvironment.getTestEnvironment().
notifyExecution
(params, permCheckRead,
212
TestEnvironment.getTestEnvironment().
notifyExecution
(params, permCheckRead
[
all
...]
TriggerContentJobService.java
80
TestEnvironment.getTestEnvironment().
notifyExecution
(params);
167
private void
notifyExecution
(JobParameters params) {
Completed in 1069 milliseconds