OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connectionState
(Results
1 - 2
of
2
) sorted by null
/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
855
int
connectionState
= DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE;
860
connectionState
= dataCallStates.get(index).active;
861
if (
connectionState
!= DATA_CONNECTION_ACTIVE_PH_LINK_INACTIVE) {
876
switch (
connectionState
) {
[
all
...]
Completed in 28 milliseconds