Home | History | Annotate | Download | only in app

Lines Matching refs:Process

86 import android.os.Process;
246 * Override this class for services to be cached process-wide.
681 // If somebody else (some other process) changed the prefs
1440 return bindServiceAsUser(service, conn, flags, Process.myUserHandle());
1555 if (pid != Process.myPid()) {
1578 ? "Neither user " + uid + " nor current process has "
1644 if (pid != Process.myPid()) {
1704 ? "Neither user " + uid + " nor current process has "
1750 if (Process.myUid() == Process.SYSTEM_UID) {
1751 Slog.w(TAG, "Calling a method in the system process without a qualified user: "
1760 mUser != null ? mUser : Process.myUserHandle());
1866 context.init(Resources.getSystem(), mainThread, Process.myUserHandle());
1892 init(packageInfo, activityToken, mainThread, null, null, Process.myUserHandle());