Searched refs:desiredServiceState (Results 1 – 1 of 1) sorted by relevance
6365 public void waitForServiceStateIntent(int desiredServiceState, boolean failOnTimeOut) { in waitForServiceStateIntent() argument6366 Log.d(TAG, "waitForServiceStateIntent: desiredServiceState=" + desiredServiceState); in waitForServiceStateIntent()6368 mDesireServiceState = desiredServiceState; in waitForServiceStateIntent()6369 waitForDesiredState(mServiceStateLock, desiredServiceState, in waitForServiceStateIntent()