Fixed build broken by bad merge.

am: bbb00ff

* commit 'bbb00ffc0fe58ca94feaa0e940aaba5949572e00':
  Fixed build broken by bad merge.

Change-Id: Ie6a53b63bb5c4e7b4222f542772f823d6f0e9e07
This commit is contained in:
Felipe Leme
2016-03-31 00:31:32 +00:00
committed by android-build-merger

View File

@@ -196,7 +196,7 @@ abstract class AbstractRestrictBackgroundNetworkTestCase extends Instrumentation
}
protected final void assertForegroundServiceState() throws Exception {
final ProcessState state = getProcessState(mUid);
final ProcessState state = getProcessStateByUid(mUid);
Log.v(TAG, "assertForegroundServiceState(): status for app2 (" + mUid + "): " + state);
assertEquals("App2 is not on foreground service state: " + state,
PROCESS_STATE_FOREGROUND_SERVICE, state.state);