Searched defs:desiredState (Results 1 – 10 of 10) sorted by relevance
224 int desiredState = enable ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED in enableApplication() local302 int desiredState = enable ? ON : OFF; in enableRotaryService() local304 desiredState); in enableRotaryService() local
153 private synchronized void waitForAdapterState(int desiredState) { in waitForAdapterState()202 private void forceAdapterState(int desiredState, boolean persistAcrossReboot) { in forceAdapterState()
389 int desiredState = BluetoothAdapter.STATE_ON; in enableBluetoothWithWaitingDialog() local421 int desiredState = BluetoothAdapter.STATE_OFF; in onConfirmDisableBluetooth() local465 StateChangeReceiver(int desiredState) { in StateChangeReceiver()
272 State desiredState = OFF; in selectStateForCurrentConditions() local306 bool EvsStateControl::configureEvsPipeline(State desiredState) { in configureEvsPipeline()
55 final int desiredState = enabled ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED in setDisabled() local
130 public void onSwitchChanged(Switch switchView, boolean desiredState) { in onSwitchChanged()
215 private void assertStateIs(State desiredState) { in assertStateIs()
135 private void moveToState(LocalActivityRecord r, int desiredState) { in moveToState()
450 bool desiredState = (mMetaState & modifier) != 0; in updateLedStateForModifier() local
727 private void waitForDisplayState(boolean desiredState, long timeoutMs) throws Exception { in waitForDisplayState()