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

/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java136 * @param reasons A map from stack id to a reason integer why the transition was started,, which
141 public abstract void notifyAppTransitionStarting(SparseIntArray reasons, long timestamp); argument
/frameworks/base/tools/aapt/
H A DCommand.cpp504 * List of human-readable reasons for why this feature was implied.
506 SortedVector<String8> reasons; member in struct:ImpliedFeature
570 feature->reasons.add(reason);
614 const size_t numReasons = impliedFeature.reasons.size();
616 printf("%s", impliedFeature.reasons[j].string());
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1418 * This is set to false when we are killing processes for reasons other than
1426 * processes are going away for other reasons.
8732 Slog.w(TAG, "For security reasons, the system cannot issue a Uri permission"
23784 notifyAppTransitionStarting(SparseIntArray reasons, long timestamp) argument
[all...]

Completed in 1581 milliseconds