Searched defs:code (Results 226 - 229 of 229) sorted by relevance

12345678910

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2392 void addHistoryEventLocked(long elapsedRealtimeMs, long uptimeMs, int code, argument
2394 mHistoryCur.eventCode = code;
2498 public void noteEventLocked(int code, String name, int uid) { argument
2500 if (!mActiveEvents.updateState(code, name, uid, 0)) {
2505 addHistoryEventLocked(elapsedRealtime, uptime, code, name, uid);
5395 * Total time (in 1/100 sec) spent executing in user code.
5400 * Total time (in 1/100 sec) spent executing in kernel code.
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java376 // Directory containing the private parts (e.g. code and non-resource assets) of forward-locked
1189 state.setVerifierResponse(response.callerUid, response.code);
1201 response.code, state.getInstallArgs().getUser());
1488 // code, so don't dexopt it to avoid the resulting log spew.
1544 // Find base frameworks (resource packages without code).
1774 // we need to clear code cache directories.
1777 Slog.i(TAG, "Build fingerprint changed; clearing code caches");
1860 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1863 return super.onTransact(code, data, reply, flags);
2124 // Only data remains, so we aren't worried about code path
10123 setError(int code, String msg) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java930 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
933 return super.onTransact(code, data, reply, flags);
3637 // input dispatcher in code that does hold locks. If we did not cache the value
6924 final String code = parameters.substring(0, index);
6925 int hashCode = (int) Long.parseLong(code, 16);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java640 * Which uses have been started, so are allowed to run code.
2178 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
2180 if (code == SYSPROPS_TRANSACTION) {
2208 return super.onTransact(code, data, reply, flags);
4263 * @param resultCode Result code, if any, from this Activity.
4321 // was the root activity in the task. The result code and data is ignored
7580 * @param packageName Package name to match, or {@code null} to apply to all
7658 // Only system code can grant URI permissions on behalf
9969 // going to the content provider to open the file. Later, in the code
11164 // execute our code withou
[all...]

Completed in 324 milliseconds

12345678910