Fixed build broken by bad merge.
am: bbb00ff
* commit 'bbb00ffc0fe58ca94feaa0e940aaba5949572e00':
Fixed build broken by bad merge.
Change-Id: Ie6a53b63bb5c4e7b4222f542772f823d6f0e9e07
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