/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
D | SendNotificationActivity.java | 30 private String mChannelId = "Channel id"; field in SendNotificationActivity 41 mChannel = new NotificationChannel(mChannelId, mChannelName, in onCreate() 51 Notification notification = new Notification.Builder(this, mChannelId) in sendNotification()
|
/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() 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 283 if (mChannelId >= 0) { in cleanUp() 284 mUiccProfile.iccCloseLogicalChannel(mChannelId, obtainMessage( in cleanUp() 286 mChannelId = -1; in cleanUp()
|
D | UiccCarrierPrivilegeRules.java | 197 private int mChannelId; // Channel Id for communicating with UICC. field in UiccCarrierPrivilegeRules 427 mChannelId = ((int[]) ar.result)[0]; in handleMessage() 428 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, in handleMessage() 429 DATA, obtainMessage(EVENT_TRANSMIT_LOGICAL_CHANNEL_DONE, mChannelId, in handleMessage() 485 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, in handleMessage() 488 mChannelId, mAIDInUse)); in handleMessage() 520 mUiccProfile.iccCloseLogicalChannel(mChannelId, obtainMessage( in handleMessage() 522 mChannelId = -1; in handleMessage()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledNotificationUtils.java | 63 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/ |
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 | 1554 private String mChannelId; field in Notification 2644 mChannelId = parcel.readString8(); in readFromParcelImpl() 2778 that.mChannelId = this.mChannelId; in cloneInto() 3168 if (mChannelId != null) { in writeToParcelImpl() 3170 parcel.writeString8(mChannelId); in writeToParcelImpl() 3581 return mChannelId; in getChannel() 3588 return mChannelId; in getChannelId() 3870 mN.mChannelId = channelId; in Builder() 4064 mN.mChannelId = channelId; in setChannel() 4073 mN.mChannelId = channelId; in setChannelId() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryDatabase.java | 473 private String mChannelId; field in NotificationHistoryDatabase.RemoveChannelRunnable 478 mChannelId = channelId; in RemoveChannelRunnable() 491 mBuffer.removeChannelFromWrite(mPkg, mChannelId); in run() 502 if (notificationHistory.removeChannelFromWrite(mPkg, mChannelId)) { in run()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubble.java | 142 private String mChannelId; field in Bubble 499 mChannelId = entry.getStatusBarNotification().getNotification().getChannelId(); in setEntry() 580 return mChannelId; in getChannelId()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccProfileTest.java | 195 int mChannelId = 1; in testUpdateUiccProfile() local 197 mSimulatedCommands.setOpenChannelId(mChannelId); in testUpdateUiccProfile()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 170 private int mChannelId = IccOpenLogicalChannelResponse.INVALID_CHANNEL; field in SimulatedCommands 2123 Object result = new int[]{mChannelId}; in iccOpenLogicalChannel() 2333 mChannelId = channelId; in setOpenChannelId()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7866 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String;
|