Searched refs:oldUid (Results 1 – 2 of 2) sorted by relevance
537 int oldUid = iter->second.second; in onTorchStatusChangedLocked() local540 if (oldUid != newUid) { in onTorchStatusChangedLocked()543 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()552 notifier.noteFlashlightOn(cameraId, oldUid); in onTorchStatusChangedLocked()554 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()
1462 private void removePackageParticipantsLocked(String[] packageNames, int oldUid) { in removePackageParticipantsLocked() argument1474 + oldUid in removePackageParticipantsLocked()1480 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()1490 mBackupParticipants.remove(oldUid); in removePackageParticipantsLocked()