OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appType
(Results
1 - 10
of
10
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Subscription.java
50
public String
appType
;
81
+ ",
appType
= " +
appType
94
&& ((TextUtils.isEmpty(
appType
) && TextUtils.isEmpty(sub.
appType
))
95
|| TextUtils.equals(
appType
, sub.
appType
))
119
+ ":" +
appType
124
+ ":" + sub.
appType
131
&& ((TextUtils.isEmpty(
appType
) && TextUtils.isEmpty(sub.appType)
[
all
...]
PhoneSubInfo.java
268
* @param
appType
ICC application family (@see com.android.internal.telephony.PhoneConstants#APPTYPE_xxx)
272
public String getIccSimChallengeResponse(long subId, int
appType
, String data) {
283
UiccCardApplication uiccApp = uiccCard.getApplicationByType(
appType
);
286
appType
);
290
+ "specified type -- " +
appType
);
303
appType
);
PhoneSubInfoProxy.java
252
* @param
appType
ICC application type (@see com.android.internal.telephony.PhoneConstants#APPTYPE_xxx)
256
public String getIccSimChallengeResponse(long subId, int
appType
, String data) {
257
return mPhoneSubInfo.getIccSimChallengeResponse(subId,
appType
, data);
PhoneSubInfoController.java
263
public String getIccSimChallengeResponse(long subId, int
appType
, String data)
266
return phoneSubInfoProxy.getIccSimChallengeResponse(subId,
appType
, data);
/frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl
187
* @param
appType
ICC application type (@see com.android.internal.telephony.PhoneConstants#APPTYPE_xxx)
191
String getIccSimChallengeResponse(long subId, int
appType
, String data);
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java
106
int
appType
;
139
ret.
appType
= cur.getInt(cur.getColumnIndex("app_type"));
203
if (lastapp.
appType
== WapPushManagerParams.APP_TYPE_ACTIVITY) {
408
" lastapp.
appType
: " + lastapp.
appType
+
415
&& lastapp.
appType
== app_type
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java
30
import com.android.internal.telephony.uicc.IccCardApplicationStatus.
AppType
;
63
private
AppType
mAppType;
125
AppType
oldAppType = mAppType;
175
private IccRecords createIccRecords(
AppType
type, Context c, CommandsInterface ci) {
176
if (type ==
AppType
.APPTYPE_USIM || type ==
AppType
.APPTYPE_SIM) {
178
} else if (type ==
AppType
.APPTYPE_RUIM || type ==
AppType
.APPTYPE_CSIM){
180
} else if (type ==
AppType
.APPTYPE_ISIM) {
188
private IccFileHandler createIccFileHandler(
AppType
type)
[
all
...]
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
[
all
...]
Completed in 698 milliseconds