Searched defs:js (Results 1 – 7 of 7) sorted by relevance
66 const String8 js( in TEST_F() local82 const String8 js( in TEST_F() local104 const String8 js( in TEST_F() local129 const String8 js( in TEST_F() local154 const String8 js( in TEST_F() local192 const String8 js; in TEST_F() local200 const String8 js( in TEST_F() local218 const String8 js( in TEST_F() local251 const String8 js( in TEST_F() local282 const String8 js( in TEST_F() local
70 … JobScheduler js = (JobScheduler) ctx.getSystemService(Context.JOB_SCHEDULER_SERVICE); in schedule() local86 JobScheduler js = (JobScheduler) ctx.getSystemService(Context.JOB_SCHEDULER_SERVICE); in cancel() local
38 JobScheduler js = (JobScheduler) ctx.getSystemService(Context.JOB_SCHEDULER_SERVICE); in schedule() local
53 JobScheduler js = (JobScheduler) context.getSystemService(Context.JOB_SCHEDULER_SERVICE); in schedule() local
199 final JobStatus js = mTrackedTasks.get(i); in dumpControllerState() local
164 final JobStatus js = new JobStatus(b.build(), SOME_UID, in testMassivePeriodClampedOnRead() local
17 JavaInputStreamAdaptor(JNIEnv* env, jobject js, jbyteArray ar) in JavaInputStreamAdaptor()