Searched refs:newUid (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DWorkSource.java445 private static WorkSource addWork(WorkSource cur, int newUid) { argument
447 return new WorkSource(newUid);
449 cur.insert(cur.mNum, newUid);
537 private static WorkSource addWork(WorkSource cur, int newUid, String newName) { argument
539 return new WorkSource(newUid, newName);
541 cur.insert(cur.mNum, newUid, newName);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp402 int newUid = iter->second.first; local
404 if (oldUid != newUid) {
410 notifier.noteFlashlightOn(cameraId, newUid);
412 iter->second.second = newUid;

Completed in 2143 milliseconds