OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:telephony
(Results
26 - 50
of
701
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccVmNotSupportedException.java
17
package com.android.internal.
telephony
.uicc;
IsimRecords.java
17
package com.android.internal.
telephony
.uicc;
IccFileNotFound.java
17
package com.android.internal.
telephony
.uicc;
IccRefreshResponse.java
17
package com.android.internal.
telephony
.uicc;
20
* See also RIL_SimRefresh in include/
telephony
/ril.h
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_SubmitPduTest.java
17
package android.
telephony
.gsm.cts;
19
import android.
telephony
.gsm.SmsMessage;
SmsManagerTest.java
17
package android.
telephony
.gsm.cts;
22
import android.
telephony
.gsm.SmsManager;
25
public class SmsManagerTest extends android.
telephony
.cts.SmsManagerTest {
37
private android.
telephony
.gsm.SmsManager getSmsManager() {
38
return android.
telephony
.gsm.SmsManager.getDefault();
/frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneStateListener.aidl
17
package com.android.internal.
telephony
;
20
import android.
telephony
.ServiceState;
21
import android.
telephony
.SignalStrength;
22
import android.
telephony
.CellInfo;
ITelephonyRegistry.aidl
17
package com.android.internal.
telephony
;
23
import android.
telephony
.ServiceState;
24
import android.
telephony
.SignalStrength;
25
import android.
telephony
.CellInfo;
26
import com.android.internal.
telephony
.IPhoneStateListener;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallForwardInfo.java
17
package com.android.internal.
telephony
;
19
import android.
telephony
.PhoneNumberUtils;
22
* See also RIL_CallForwardInfo in include/
telephony
/ril.h
IIccPhoneBook.aidl
17
package com.android.internal.
telephony
;
19
import com.android.internal.
telephony
.uicc.AdnRecord;
MmiCode.java
17
package com.android.internal.
telephony
;
WapPushManagerParams.java
17
package com.android.internal.
telephony
;
/packages/services/Telephony/src/com/android/phone/
INetworkQueryServiceCallback.aidl
19
import com.android.internal.
telephony
.OperatorInfo;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneFactory.java
17
package com.android.internal.
telephony
.sip;
19
import com.android.internal.
telephony
.PhoneNotifier;
23
import android.
telephony
.Rlog;
/build/target/product/
generic.mk
21
$(call inherit-product, $(SRC_TARGET_DIR)/product/
telephony
.mk)
generic_mips.mk
21
$(call inherit-product, $(SRC_TARGET_DIR)/product/
telephony
.mk)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java
17
package com.android.internal.
telephony
;
19
import com.android.internal.
telephony
.Phone;
20
import com.android.internal.
telephony
.PhoneConstants;
21
import android.
telephony
.CellInfo;
/hardware/ril/librilutils/
librilutils.c
17
#include <
telephony
/librilutils.h>
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsHelper.java
25
import com.android.internal.
telephony
.ITelephony;
36
ITelephony
telephony
=
local
38
if (
telephony
!= null) {
39
telephony
.cancelMissedCallsNotification();
41
Log.w(TAG, "
Telephony
service is null, can't call " +
/cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyUtils.java
17
package android.
telephony
.cts;
19
import android.
telephony
.TelephonyManager;
CellLocationTest.java
16
package android.
telephony
.cts;
22
import android.
telephony
.CellLocation;
23
import android.
telephony
.PhoneStateListener;
24
import android.
telephony
.TelephonyManager;
25
import android.
telephony
.gsm.GsmCellLocation;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java
17
package com.android.internal.
telephony
.cat;
19
import android.
telephony
.Rlog;
/packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallHandlerService.aidl
17
package com.android.services.
telephony
.common;
19
import com.android.services.
telephony
.common.Call;
20
import com.android.services.
telephony
.common.ICallCommandService;
28
* TODO: Move this out of opt/
telephony
and into opt/call or similar. This interface
29
* makes sense even without the
telephony
layer (think VOIP).
/frameworks/base/telephony/java/android/telephony/
CellLocation.java
17
package android.
telephony
;
26
import android.
telephony
.cdma.CdmaCellLocation;
27
import android.
telephony
.gsm.GsmCellLocation;
28
import com.android.internal.
telephony
.ITelephony;
29
import com.android.internal.
telephony
.PhoneConstants;
/frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java
17
package android.
telephony
.gsm;
19
import android.
telephony
.TelephonyManager;
21
import com.android.internal.
telephony
.GsmAlphabet;
22
import com.android.internal.
telephony
.SmsHeader;
23
import com.android.internal.
telephony
.SmsMessageBase;
24
import com.android.internal.
telephony
.SmsMessageBase.SubmitPduBase;
28
import static android.
telephony
.TelephonyManager.PHONE_TYPE_CDMA;
33
* @deprecated Replaced by android.
telephony
.SmsMessage that supports both GSM and CDMA.
40
* @deprecated Use android.
telephony
.SmsMessage.
48
* @deprecated Use android.
telephony
.SmsMessage
[
all
...]
Completed in 751 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>