OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectionState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java
80
public void handleConnectionStateChange(int
connectionState
) {
81
final boolean connected = (
connectionState
== BluetoothAdapter.STATE_CONNECTED);
/packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java
40
public static int getConnectionStateSummary(int
connectionState
) {
41
switch (
connectionState
) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java
864
int
connectionState
= DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE;
869
connectionState
= dataCallStates.get(index).active;
870
if (
connectionState
!= DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE) {
885
switch (
connectionState
)
[
all
...]
Completed in 32 milliseconds