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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DClientWakelockTracker.java35 public ArrayList<ClientWakelockAccountant> mActiveClients = new ArrayList<>(); field in class:ClientWakelockTracker
43 synchronized (mActiveClients) {
44 if (!mActiveClients.contains(client)) {
45 mActiveClients.add(client);
56 synchronized (mActiveClients) {
57 mActiveClients.remove(client);
66 synchronized (mActiveClients) {
67 for (ClientWakelockAccountant client : mActiveClients) {
70 mActiveClients.clear();
103 synchronized (mActiveClients) {
[all...]

Completed in 69 milliseconds