OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:previousState
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/java/io/
Console.java
138
int
previousState
= setEcho(false, 0);
144
setEcho(true,
previousState
);
149
private static int setEcho(boolean on, int
previousState
) {
151
return setEchoImpl(on,
previousState
);
156
private static native int setEchoImpl(boolean on, int
previousState
) throws IOException;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java
125
int
previousState
= intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1);
127
Log.i(TAG, "Previous state: " +
previousState
+ " New state: " + newState);
130
&& (BluetoothAdapter.STATE_ON ==
previousState
131
|| BluetoothAdapter.STATE_TURNING_OFF ==
previousState
)) {
136
&& (BluetoothAdapter.STATE_OFF ==
previousState
137
|| BluetoothAdapter.STATE_TURNING_ON ==
previousState
)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowThread.cpp
342
RegionOversetState
previousState
= region->regionOversetState();
352
if (
previousState
!= state
357
if (
previousState
!= state)
/frameworks/av/media/libmedia/
AudioTrack.cpp
392
State
previousState
= mState;
393
if (
previousState
== STATE_PAUSED_STOPPING) {
398
if (
previousState
== STATE_STOPPED ||
previousState
== STATE_FLUSHED) {
410
if (
previousState
== STATE_STOPPING) {
434
mState =
previousState
;
436
if (
previousState
!= STATE_STOPPING) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 2316 milliseconds