Searched refs:mAppType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/java/android/media/tv/ |
D | TunedInfo.java | 98 @AppType private final int mAppType; field in TunedInfo 110 mAppType = appType; in TunedInfo() 122 mAppType = source.readInt(); in TunedInfo() 185 return mAppType; in getAppType() 201 dest.writeInt(mAppType); in writeToParcel() 212 + ";appType=" + mAppType in toString() 229 && mAppType == other.mAppType in equals() 236 mInputId, mChannelUri, mIsRecordingSession, mIsVisible, mIsMainSession, mAppType, in hashCode()
|
/frameworks/base/telephony/java/android/telephony/gba/ |
D | GbaAuthRequest.java | 36 private int mAppType; field in GbaAuthRequest 51 this(request.mToken, request.mSubId, request.mAppType, request.mNafUrl, in GbaAuthRequest() 59 mAppType = appType; in GbaAuthRequest() 75 return mAppType; in getAppType() 104 out.writeInt(mAppType); in writeToParcel() 155 + mAppType + ", NafUrl:" + mNafUrl + ", SecurityProtocol:" in toString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 74 private AppType mAppType; field in UiccCardApplication 115 mAppType = as.app_type; in UiccCardApplication() 116 mAuthContext = getAuthContext(mAppType); in UiccCardApplication() 145 if (DBG) log(mAppType + " update. New " + as); in update() 148 AppType oldAppType = mAppType; in update() 152 mAppType = as.app_type; in update() 153 mAuthContext = getAuthContext(mAppType); in update() 162 if (mAppType != oldAppType) { in update() 195 if (DBG) log(mAppType + " being Disposed"); in dispose() 627 return mAppType; in getType() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccPortTest.java | 104 for (IccCardApplicationStatus.AppType mAppType : in testUiccPortdInfoCorrectness() 106 assertFalse(mUiccPort.isApplicationOnIcc(mAppType)); in testUiccPortdInfoCorrectness()
|
D | UiccProfileTest.java | 157 for (IccCardApplicationStatus.AppType mAppType : in tesUiccProfileInfoSanity() 159 if (mAppType == IccCardApplicationStatus.AppType.APPTYPE_USIM) { in tesUiccProfileInfoSanity() 160 assertTrue(mUiccProfile.isApplicationOnIcc(mAppType)); in tesUiccProfileInfoSanity() 162 assertFalse(mUiccProfile.isApplicationOnIcc(mAppType)); in tesUiccProfileInfoSanity()
|