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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DBindingManager.java13 * BindingManager receives calls that signal visibility of each service (setInForeground()) and the
42 void setInForeground(int pid, boolean inForeground); method in interface:BindingManager
H A DBindingManagerImpl.java122 void setInForeground(boolean nextInForeground) { method in class:BindingManagerImpl.ManagedConnection
171 // The connection that was most recently set as foreground (using setInForeground()). This is
177 // Synchronizes operations that access mLastInForeground: setInForeground() and
223 public void setInForeground(int pid, boolean inForeground) { method in class:BindingManagerImpl
230 Log.w(TAG, "Cannot setInForeground() - never saw a connection for the pid: " +
236 managedConnection.setInForeground(inForeground);
H A DChildProcessLauncher.java278 public static void setInForeground(int pid, boolean inForeground) { method in class:ChildProcessLauncher
279 sBindingManager.setInForeground(pid, inForeground);

Completed in 118 milliseconds