Home
last modified time | relevance | path

Searched refs:mChannelId (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccPkcs15.java82 if (mChannelId >= 0) { in selectFile()
83 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xA4, 0x00, 0x04, 0x02, in selectFile()
91 if (mChannelId >=0 ) { in readBinary()
92 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, 0x00, 0xB0, 0x00, 0x00, 0x00, in readBinary()
153 mChannelId = ((int[]) ar.result)[0]; in handleMessage()
154 log("mChannelId: " + mChannelId); in handleMessage()
172 private int mChannelId = -1; // Channel Id for communicating with UICC. field in UiccPkcs15
243 if (mChannelId >= 0) { in cleanUp()
244 mUiccProfile.iccCloseLogicalChannel(mChannelId, obtainMessage( in cleanUp()
246 mChannelId = -1; in cleanUp()
DUiccCarrierPrivilegeRules.java198 private int mChannelId; // Channel Id for communicating with UICC. field in UiccCarrierPrivilegeRules
466 mChannelId = ((int[]) ar.result)[0]; in handleMessage()
467 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage()
468 DATA, obtainMessage(EVENT_TRANSMIT_LOGICAL_CHANNEL_DONE, mChannelId, in handleMessage()
524 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage()
527 mChannelId, mAIDInUse)); in handleMessage()
559 mUiccProfile.iccCloseLogicalChannel(mChannelId, obtainMessage( in handleMessage()
561 mChannelId = -1; in handleMessage()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java63 private final String mChannelId; field in PackageInstalledNotificationUtils
95 mChannelId = NEW_APP_INSTALLED_CHANNEL_ID_PREFIX + installerPackage; in PackageInstalledNotificationUtils()
215 NotificationChannel channel = new NotificationChannel(mChannelId, mInstallerAppLabel, in createChannel()
277 new Notification.Builder(mContext, mChannelId) in getGroupNotificationBuilder()
279 .setGroup(mChannelId) in getGroupNotificationBuilder()
306 new Notification.Builder(mContext, mChannelId) in getAppInstalledNotificationBuilder()
318 .setGroup(mChannelId) in getAppInstalledNotificationBuilder()
/frameworks/base/core/java/android/app/
DNotificationHistory.java49 private String mChannelId; field in NotificationHistory.HistoricalNotification
69 return mChannelId; in getChannelId()
109 ", mChannelId='" + mChannelId + '\'' + in toString()
150 private String mChannelId; field in NotificationHistory.HistoricalNotification.Builder
172 mChannelId = channelId; in setChannelId()
215 n.mChannelId = mChannelId; in build()
DNotification.java1330 private String mChannelId; field in Notification
2332 mChannelId = parcel.readString8(); in readFromParcelImpl()
2464 that.mChannelId = this.mChannelId; in cloneInto()
2804 if (mChannelId != null) { in writeToParcelImpl()
2806 parcel.writeString8(mChannelId); in writeToParcelImpl()
3202 return mChannelId; in getChannel()
3209 return mChannelId; in getChannelId()
3512 mN.mChannelId = channelId; in Builder()
3706 mN.mChannelId = channelId; in setChannel()
3715 mN.mChannelId = channelId; in setChannelId()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java98 int mChannelId = 1; in testUpdateUiccCardState() local
102 mSimulatedCommands.setOpenChannelId(mChannelId); in testUpdateUiccCardState()
DUiccProfileTest.java188 int mChannelId = 1; in testUpdateUiccProfile() local
190 mSimulatedCommands.setOpenChannelId(mChannelId); in testUpdateUiccProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java123 private String mChannelId; field in Bubble
386 mChannelId = entry.getSbn().getNotification().getChannelId(); in setEntry()
464 return mChannelId; in getChannelId()
719 mChannelId, in logUIEvent()