Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DJobStatus.java375 int tempSourceUid = -1; in JobStatus() local
378 tempSourceUid = AppGlobals.getPackageManager().getPackageUid(sourcePackageName, 0, in JobStatus()
384 if (tempSourceUid == -1) { in JobStatus()
390 this.sourceUid = tempSourceUid; in JobStatus()