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.
1607 // Docked stack is always visible, except in the case where the top running activity
1996 void clearOtherAppTimeTrackers(AppTimeTracker except) { argument
2002 if ( r.appTimeTracker != except) {
2270 // So, nothing else to-do except:
3267 destroyActivityLocked(r, true, "stop-except");
H A DActivityStackSupervisor.java5 * you may not use this file except in compliance with the License.
2926 void clearOtherAppTimeTrackers(AppTimeTracker except) { argument
2932 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
3741 void stopAllPhoneSignalStrengthTimersLocked(int except) { argument
3744 if (i == except) {
4353 void stopAllWifiSignalStrengthTimersLocked(int except) { argument
4356 if (i == except) {

Completed in 929 milliseconds