Fixed build broken by bad merge.
BUG: 27324964 Change-Id: Idbe6f8237b560db31eb949971358db41ac00d530
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user