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

/frameworks/base/core/java/android/os/
H A DWorkSource.java443 private static WorkSource addWork(WorkSource cur, int newUid) { argument
445 return new WorkSource(newUid);
447 cur.insert(cur.mNum, newUid);
535 private static WorkSource addWork(WorkSource cur, int newUid, String newName) { argument
537 return new WorkSource(newUid, newName);
539 cur.insert(cur.mNum, newUid, newName);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp399 int newUid = iter->second.first; local
401 if (oldUid != newUid) {
407 notifier.noteFlashlightOn(cameraId, newUid);
409 iter->second.second = newUid;

Completed in 43 milliseconds