Searched defs:pkg (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java3323 public void setAppStartingWindow(IBinder token, String pkg, argument
3333 TAG, "setAppStartingIcon: token=" + token + " pkg=" + pkg
3454 AttributeCache.Entry ent = AttributeCache.instance().get(pkg, theme,
3472 pkg, theme, nonLocalizedLabel,
7749 final String pkg; field in class:WindowManagerService.StartingData
7757 pkg = _pkg;
7873 + wtoken + ": pkg=" + sd.pkg);
7878 wtoken.token, sd.pkg,
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1152 String pkg = (String) msg.obj;
1153 forceStopPackageLocked(pkg, uid, restart, false, true);
3107 * The pkg name and uid have to be specified.
3110 public void killApplicationWithUid(String pkg, int uid) { argument
3111 if (pkg == null) {
3116 Slog.w(TAG, "Invalid uid specified for pkg : " + pkg);
3126 msg.obj = pkg;
3129 throw new SecurityException(callerUid + " cannot kill pkg: " +
3130 pkg);
5970 startRunning(String pkg, String cls, String action, String data) argument
[all...]

Completed in 154 milliseconds

12