OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phoneState
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java
176
String
phoneState
= intent.getStringExtra(PhoneConstants.STATE_KEY);
178
PhoneConstants.State.class,
phoneState
);
/packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java
268
PhoneConstants.State
phoneState
= mCM.getState();
270
if (DBG) log("onRetryTimeout(): phone state " +
phoneState
282
if (
phoneState
== PhoneConstants.State.OFFHOOK) {
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 2311 milliseconds