OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOrigConnection
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java
68
Connection
mOrigConnection
;
302
if (isPhoneTypeGsm() &&
mOrigConnection
!= null) return true;
573
mOrigConnection
= null;
608
if (isPhoneTypeGsm() &&
mOrigConnection
!= null) {
609
if (Phone.DEBUG_PHONE) log("update:
mOrigConnection
is not null");
[
all
...]
Connection.java
172
protected Connection
mOrigConnection
;
584
return
mOrigConnection
;
624
mOrigConnection
= c.getOrigConnection();
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 3726 milliseconds