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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java5 * you may not use this file except in compliance with the License.
1620 // Docked stack is always visible, except in the case where the top running activity
2009 void clearOtherAppTimeTrackers(AppTimeTracker except) { argument
2015 if ( r.appTimeTracker != except) {
2291 // So, nothing else to-do except:
3307 destroyActivityLocked(r, true, "stop-except");
H A DActivityStackSupervisor.java5 * you may not use this file except in compliance with the License.
3009 void clearOtherAppTimeTrackers(AppTimeTracker except) { argument
3015 stack.clearOtherAppTimeTrackers(except);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5 * you may not use this file except in compliance with the License.
94 * battery life. All times are represented in microseconds except where indicated
3983 void stopAllPhoneSignalStrengthTimersLocked(int except) { argument
3986 if (i == except) {
4606 void stopAllWifiSignalStrengthTimersLocked(int except) { argument
4609 if (i == except) {

Completed in 5518 milliseconds