Home | History | Annotate | Download | only in app

Lines Matching refs:isForeground

1002             boolean isForeground = data.readInt() != 0;
1003 setProcessForeground(token, pid, isForeground);
3061 boolean isForeground) throws RemoteException {
3067 data.writeInt(isForeground ? 1 : 0);