HomeSort by relevance Sort by last modified time
    Searched defs:sourceUid (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 83 final int sourceUid;
145 this.sourceUid = callingUid;
150 this.sourceUid = tempSourceUid;
274 return sourceUid;
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 118 static public void noteWakeupAlarm(PendingIntent ps, int sourceUid, String sourcePkg,
122 sourceUid, sourcePkg, tag);
127 static public void noteAlarmStart(PendingIntent ps, int sourceUid, String tag) {
129 getDefault().noteAlarmStart((ps != null) ? ps.getTarget() : null, sourceUid, tag);
134 static public void noteAlarmFinish(PendingIntent ps, int sourceUid, String tag) {
136 getDefault().noteAlarmFinish((ps != null) ? ps.getTarget() : null, sourceUid, tag);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 1146 milliseconds