/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPkcs15.java | 82 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() 160 mChannelId = ((int[]) ar.result)[0]; in handleMessage() 161 log("mChannelId: " + mChannelId); in handleMessage() 179 private int mChannelId = -1; // Channel Id for communicating with UICC. field in UiccPkcs15 290 if (mChannelId >= 0) { in cleanUp() 291 mUiccProfile.iccCloseLogicalChannel(mChannelId, false /*isEs10*/, in cleanUp() 293 mChannelId = -1; in cleanUp()
|
D | UiccCarrierPrivilegeRules.java | 198 private int mChannelId; // Channel Id for communicating with UICC. field in UiccCarrierPrivilegeRules 428 mChannelId = ((int[]) ar.result)[0]; in handleMessage() 429 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage() 431 EVENT_TRANSMIT_LOGICAL_CHANNEL_DONE, mChannelId, mAIDInUse)); in handleMessage() 486 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage() 489 mChannelId, mAIDInUse)); in handleMessage() 522 mUiccProfile.iccCloseLogicalChannel(mChannelId, false /*isEs10*/, obtainMessage( in handleMessage() 524 mChannelId = -1; in handleMessage()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledNotificationUtils.java | 64 private final String mChannelId; field in PackageInstalledNotificationUtils 96 mChannelId = NEW_APP_INSTALLED_CHANNEL_ID_PREFIX + installerPackage; in PackageInstalledNotificationUtils() 216 NotificationChannel channel = new NotificationChannel(mChannelId, mInstallerAppLabel, in createChannel() 278 new Notification.Builder(mContext, mChannelId) in getGroupNotificationBuilder() 280 .setGroup(mChannelId) in getGroupNotificationBuilder() 307 new Notification.Builder(mContext, mChannelId) in getAppInstalledNotificationBuilder() 319 .setGroup(mChannelId) in getAppInstalledNotificationBuilder()
|
/frameworks/base/core/java/android/app/ |
D | NotificationHistory.java | 47 private String mChannelId; field in NotificationHistory.HistoricalNotification 67 return mChannelId; in getChannelId() 107 ", mChannelId='" + mChannelId + '\'' + in toString() 148 private String mChannelId; field in NotificationHistory.HistoricalNotification.Builder 170 mChannelId = channelId; in setChannelId() 213 n.mChannelId = mChannelId; in build()
|
D | Notification.java | 1641 private String mChannelId; field in Notification 2769 mChannelId = parcel.readString8(); in readFromParcelImpl() 2903 that.mChannelId = this.mChannelId; in cloneInto() 3472 if (mChannelId != null) { in writeToParcelImpl() 3474 parcel.writeString8(mChannelId); in writeToParcelImpl() 4048 return mChannelId; in getChannel() 4055 return mChannelId; in getChannelId() 4400 mN.mChannelId = channelId; in Builder() 4598 mN.mChannelId = channelId; in setChannel() 4607 mN.mChannelId = channelId; in setChannelId() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryDatabase.java | 474 private String mChannelId; field in NotificationHistoryDatabase.RemoveChannelRunnable 479 mChannelId = channelId; in RemoveChannelRunnable() 492 mBuffer.removeChannelFromWrite(mPkg, mChannelId); in run() 503 if (notificationHistory.removeChannelFromWrite(mPkg, mChannelId)) { in run()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubble.java | 163 private String mChannelId; field in Bubble 622 mChannelId = entry.getStatusBarNotification().getNotification().getChannelId(); in setEntry() 708 return mChannelId; in getChannelId()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccProfileTest.java | 219 int mChannelId = 1; in testUpdateUiccProfile() local 221 mSimulatedCommands.setOpenChannelId(mChannelId); in testUpdateUiccProfile()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 167 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL; field in SimulatedCommands 2067 Object result = new int[]{mChannelId}; in iccOpenLogicalChannel() 2260 mChannelId = channelId; in setOpenChannelId()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7866 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String;
|