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.java308 int tempSourceUid = -1; in JobStatus() local
311 tempSourceUid = AppGlobals.getPackageManager().getPackageUid(sourcePackageName, 0, in JobStatus()
317 if (tempSourceUid == -1) { in JobStatus()
323 this.sourceUid = tempSourceUid; in JobStatus()