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.
1966 // If keyguard is showing, nothing is visible, except if we are able to dismiss Keyguard
2109 void clearOtherAppTimeTrackers(AppTimeTracker except) { argument
2115 if ( r.appTimeTracker != except) {
2391 // So, nothing else to-do except:
3440 destroyActivityLocked(r, true, "stop-except");
H A DActivityStackSupervisor.java5 * you may not use this file except in compliance with the License.
2274 * displays and stacks in last-focused order for a focusable and visible stack, except those
3433 void clearOtherAppTimeTrackers(AppTimeTracker except) { argument
3439 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.
103 * battery life. All times are represented in microseconds except where indicated
4386 void stopAllPhoneSignalStrengthTimersLocked(int except) { argument
4389 if (i == except) {
5017 void stopAllWifiSignalStrengthTimersLocked(int except) { argument
5020 if (i == except) {

Completed in 4691 milliseconds