Searched refs:oldUid (Results 1 – 2 of 2) sorted by relevance
398 int oldUid = iter->second.second; in onTorchStatusChangedLocked() local401 if (oldUid != newUid) { in onTorchStatusChangedLocked()404 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()413 notifier.noteFlashlightOn(cameraId, oldUid); in onTorchStatusChangedLocked()415 notifier.noteFlashlightOff(cameraId, oldUid); in onTorchStatusChangedLocked()
2178 void removePackageParticipantsLocked(String[] packageNames, int oldUid) { in removePackageParticipantsLocked() argument2184 if (MORE_DEBUG) Slog.v(TAG, "removePackageParticipantsLocked: uid=" + oldUid in removePackageParticipantsLocked()2188 HashSet<String> set = mBackupParticipants.get(oldUid); in removePackageParticipantsLocked()2193 mBackupParticipants.remove(oldUid); in removePackageParticipantsLocked()