HomeSort by relevance Sort by last modified time
    Searched refs:uId (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 45 /** Uid of the package requesting this job. */
46 final int uId;
73 return uId;
76 private JobStatus(JobInfo job, int uId, int numFailures) {
78 this.uId = uId;
85 public JobStatus(JobInfo job, int uId) {
86 this(job, uId, 0);
108 public JobStatus(JobInfo job, int uId, long earliestRunTimeElapsedMillis,
110 this(job, uId, 0)
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 28 toolinfo_.uId = reinterpret_cast<UINT_PTR>(parent_hwnd_);
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 139 public boolean containsJobIdForUid(int jobId, int uId) {
142 if (ts.getUid() == uId && ts.getJobId() == jobId) {
198 * @param uid Uid of the requesting app.
199 * @return All JobStatus objects for a given uid from the master list. Never null.
201 public List<JobStatus> getJobsByUid(int uid) {
206 if (ts.getUid() == uid) {
214 * @param uid Uid of the requesting app.
216 * @return the JobStatus that matches the provided uId and jobId, or null if none found
515 int uid; local
    [all...]
JobSchedulerService.java 133 * still clean up. On reinstall the package will have a new uid.
145 Slog.d(TAG, "Removing jobs for uid: " + uidRemoved);
175 * @param uId The package identifier of the application this job is for.
178 public int schedule(JobInfo job, int uId) {
179 JobStatus jobStatus = new JobStatus(job, uId);
180 cancelJob(uId, job.getId());
186 public List<JobInfo> getPendingJobs(int uid) {
192 if (job.getUid() == uid) {
212 * Entry point from client to cancel all jobs originating from their uid.
215 * @param uid Uid to check against for removal of a job
763 final int uid = Binder.getCallingUid(); local
783 final int uid = Binder.getCallingUid(); local
795 final int uid = Binder.getCallingUid(); local
807 final int uid = Binder.getCallingUid(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 244 final int uid = Binder.getCallingUid(); local
283 syncManager.scheduleLocalSync(null /* all accounts */, callingUserHandle, uid,
319 int uId = Binder.getCallingUid();
327 syncManager.scheduleSync(account, userId, uId, authority, extras,
903 public final int uid; field in class:ContentService.ObserverNode.ObserverEntry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
shobjidl.h     [all...]
winuser.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 169 milliseconds