OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_UNAVAILABLE
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IControlsTethering.java
25
public final int
STATE_UNAVAILABLE
= 0;
TetherInterfaceStateMachine.java
342
IControlsTethering.
STATE_UNAVAILABLE
, mLastError);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
CustomTile.java
248
if (mTile.getState() == Tile.
STATE_UNAVAILABLE
) {
278
tileState = Tile.
STATE_UNAVAILABLE
;
285
tileState = Tile.
STATE_UNAVAILABLE
;
292
if (tileState == Tile.
STATE_UNAVAILABLE
) {
323
case Tile.
STATE_UNAVAILABLE
:
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java
33
import static com.android.server.connectivity.tethering.IControlsTethering.
STATE_UNAVAILABLE
;
128
IFACE_NAME, mTestedSm,
STATE_UNAVAILABLE
, TETHER_ERROR_NO_ERROR);
225
IFACE_NAME, mTestedSm,
STATE_UNAVAILABLE
, TETHER_ERROR_NO_ERROR);
/frameworks/base/core/java/android/service/quicksettings/
Tile.java
44
public static final int
STATE_UNAVAILABLE
= 0;
95
* @see #
STATE_UNAVAILABLE
108
* @param state One of {@link #
STATE_UNAVAILABLE
}, {@link #STATE_INACTIVE},
/frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 207 milliseconds