Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DServiceRecord.java367 int[] outId = new int[1]; in postNotification()
369 null, localForegroundId, localForegroundNoti, outId); in postNotification()
DActivityManagerService.java1153 int[] outId = new int[1];
1155 notification, outId);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp283 static status_t getIdmapPackageId(const uint32_t* map, size_t mapSize, uint32_t *outId) in getIdmapPackageId() argument
292 *outId = (map[*p + IDMAP_HEADER_SIZE + 2] >> 24) & 0x000000ff; in getIdmapPackageId()