Fixed build broken by bad merge.

BUG: 27324964
Change-Id: Idbe6f8237b560db31eb949971358db41ac00d530
This commit is contained in:
Felipe Leme
2016-03-30 16:37:24 -07:00
parent eb7e5053c1
commit bbb00ffc0f

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);