Searched defs:knownUid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2569 * @param knownUid attribution uid; < 0 if we need to derive it from the PendingIntent sender
2572 int knownUid, boolean first) {
2587 final int uid = (knownUid >= 0)
2588 ? knownUid
2571 setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, int knownUid, boolean first) argument

Completed in 41 milliseconds