OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:servicestate
(Results
51 - 70
of
70
) sorted by null
1
2
3
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneProxy.java
29
import android.telephony.
ServiceState
;
152
public
ServiceState
getServiceState() {
SMSDispatcher.java
43
import android.telephony.
ServiceState
;
398
if (ss !=
ServiceState
.STATE_IN_SERVICE) {
453
if (ss ==
ServiceState
.STATE_POWER_OFF) {
[
all
...]
Phone.java
27
import android.telephony.
ServiceState
;
258
* Get the current
ServiceState
. Use
262
ServiceState
getServiceState();
552
* Register for
ServiceState
changed.
554
* AsyncResult.result will be a
ServiceState
instance
[
all
...]
PhoneBase.java
35
import android.telephony.
ServiceState
;
548
protected void notifyServiceStateChangedP(
ServiceState
ss) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java
28
import android.telephony.
ServiceState
;
197
(psState ==
ServiceState
.STATE_IN_SERVICE ||
210
if (!((psState ==
ServiceState
.STATE_IN_SERVICE) || mAutoAttachOnCreation)) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java
36
import android.telephony.
ServiceState
;
/packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java
48
import android.telephony.
ServiceState
;
89
private
ServiceState
mServiceState;
696
ServiceState
state = (
ServiceState
) ((AsyncResult) msg.obj).result;
825
(mServiceState.getRadioTechnology() ==
ServiceState
.RADIO_TECHNOLOGY_EVDO_0 ||
826
mServiceState.getRadioTechnology() ==
ServiceState
.RADIO_TECHNOLOGY_EVDO_A)) {
[
all
...]
PhoneApp.java
49
import android.telephony.
ServiceState
;
[
all
...]
InCallScreen.java
44
import android.telephony.
ServiceState
;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java
31
import android.telephony.
ServiceState
;
330
public
ServiceState
getServiceState() {
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
31
import android.telephony.
ServiceState
;
620
==
ServiceState
.STATE_POWER_OFF) {
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
39
import android.telephony.
ServiceState
;
[
all
...]
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java
22
import android.telephony.
ServiceState
;
93
ServiceState
state;
98
state = (
ServiceState
) ((AsyncResult) msg.obj).result;
99
} while (state.getState() !=
ServiceState
.STATE_IN_SERVICE);
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java
45
import android.telephony.
ServiceState
;
610
(gprsState ==
ServiceState
.STATE_IN_SERVICE || mAutoAttachOnCreation) &&
620
if (!((gprsState ==
ServiceState
.STATE_IN_SERVICE) || mAutoAttachOnCreation)) {
[
all
...]
/prebuilt/sdk/14/
android.jar
/frameworks/base/
Android.mk
291
frameworks/base/telephony/java/android/telephony/
ServiceState
.aidl \
/frameworks/base/core/java/android/os/
BatteryStats.java
440
// Constants from
ServiceState
.STATE_*
[
all
...]
/frameworks/base/core/java/android/provider/
Telephony.java
[
all
...]
/dalvik/hit/samples/
android.hprof
[
all
...]
/frameworks/base/docs/html/
sitemap.txt
[
all
...]
Completed in 832 milliseconds
1
2
3