OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLteOnCdmaModeStatic
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java
102
if (BaseCommands.
getLteOnCdmaModeStatic
() == Phone.LTE_ON_CDMA_TRUE) {
114
int lteOnCdma = BaseCommands.
getLteOnCdmaModeStatic
();
144
switch (BaseCommands.
getLteOnCdmaModeStatic
()) {
191
if (BaseCommands.
getLteOnCdmaModeStatic
() == Phone.LTE_ON_CDMA_TRUE) {
216
switch (BaseCommands.
getLteOnCdmaModeStatic
()) {
CommandsInterface.java
78
if (BaseCommands.
getLteOnCdmaModeStatic
() == Phone.LTE_ON_CDMA_TRUE) {
88
if (BaseCommands.
getLteOnCdmaModeStatic
() == Phone.LTE_ON_CDMA_TRUE) {
[
all
...]
BaseCommands.java
852
return
getLteOnCdmaModeStatic
();
874
public static int
getLteOnCdmaModeStatic
() {
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java
394
return BaseCommands.
getLteOnCdmaModeStatic
() == Phone.LTE_ON_CDMA_TRUE;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java
[
all
...]
Completed in 60 milliseconds