/aosp14/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/ |
H A D | BidirectionalAsyncChannel.java | 37 private AsyncChannel mChannel; field in BidirectionalAsyncChannel 49 mChannel = new AsyncChannel(); in connect() 57 mChannel.sendMessage(AsyncChannel.CMD_CHANNEL_FULL_CONNECTION); in connect() 62 mChannel = null; in connect() 71 mChannel = null; in connect() 80 mChannel.connect(null, rawMessageHandler, messenger); in connect() 86 mChannel.sendMessage(AsyncChannel.CMD_CHANNEL_DISCONNECT); in disconnect() 88 mChannel = null; in disconnect() 94 mChannel.sendMessage(msg); in sendMessage()
|
/aosp14/frameworks/base/omapi/java/android/se/omapi/ |
H A D | Channel.java | 46 private final ISecureElementChannel mChannel; field in Channel 57 mChannel = channel; in Channel() 70 mChannel.close(); in close() 90 return !mChannel.isClosed(); in isOpen() 108 return mChannel.isBasicChannel(); in isBasicChannel() 168 byte[] response = mChannel.transmit(command); in transmit() 207 response = mChannel.getSelectResponse(); in getSelectResponse() 249 return mChannel.selectNext(); in selectNext()
|
/aosp14/frameworks/base/media/java/android/media/audiofx/ |
H A D | DynamicsProcessing.java | 1247 private final Channel[] mChannel; field in DynamicsProcessing.Config 1324 mChannel = new Channel[channelCount]; in Config() 1327 mChannel[ch] = new Channel(cfg.mChannel[ch]); in Config() 1330 mChannel[ch] = new Channel(cfg.mChannel[mChannelCount-1]); in Config() 1442 return mChannel[channelIndex]; in getChannelByChannelIndex() 1537 mChannel[ch].setPreEq(preEq); in setPreEqAllChannelsTo() 1561 mChannel[channelIndex].setMbc(mbc); in setMbcByChannelIndex() 1565 mChannel[ch].setMbc(mbc); in setMbcAllChannelsTo() 1593 mChannel[ch].setPostEq(postEq); in setPostEqAllChannelsTo() 1621 mChannel[ch].setLimiter(limiter); in setLimiterAllChannelsTo() [all …]
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | IccOpenLogicalChannelResponse.java | 45 private final int mChannel; field in IccOpenLogicalChannelResponse 55 mChannel = channel; in IccOpenLogicalChannelResponse() 64 mChannel = in.readInt(); in IccOpenLogicalChannelResponse() 79 return mChannel; in getChannel() 103 out.writeInt(mChannel); in writeToParcel() 128 return "Channel: " + mChannel + " Status: " + mStatus; in toString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryFilter.java | 28 private String mChannel; field in NotificationHistoryFilter 38 return mChannel; in getChannel() 81 private String mChannel = null; field in NotificationHistoryFilter.Builder 102 mChannel = channel; in setChannel() 120 filter.mChannel = mChannel; in build()
|
H A D | NotificationRecordExtractorData.java | 35 private final NotificationChannel mChannel; field in NotificationRecordExtractorData 63 mChannel = channel; in NotificationRecordExtractorData() 86 || !Objects.equals(mChannel, r.getChannel()) in hasDiffForRankingLocked() 109 || !Objects.equals(mChannel, r.getChannel()) in hasDiffForLoggingLocked()
|
H A D | NotificationRecord.java | 169 private NotificationChannel mChannel; field in NotificationRecord 234 mChannel = channel; in NotificationRecord() 264 Uri sound = mChannel.getSound(); in calculateSound() 1127 return mChannel; in getChannel() 1139 mChannel = channel; in updateNotificationChannel() 1542 if (mChannel.isDemoted() || mAppDemotedFromConvo) { in isConversation()
|
H A D | NotificationShellCmd.java | 120 private NotificationChannel mChannel; field in NotificationShellCmd
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntryTest.java | 78 private NotificationChannel mChannel = Mockito.mock(NotificationChannel.class); field in NotificationEntryTest 92 .setChannel(mChannel) in setup() 98 doReturn(false).when(mChannel).isBlockable(); in setup() 111 doReturn(true).when(mChannel).isBlockable(); in testBlockableEntryWhenCritical() 120 doReturn(true).when(mChannel).isBlockable(); in testBlockableEntryWhenCriticalAndChannelNotBlockable() 121 doReturn(true).when(mChannel).isImportanceLockedByCriticalDeviceFunction(); in testBlockableEntryWhenCriticalAndChannelNotBlockable() 129 doReturn(false).when(mChannel).isBlockable(); in testNonBlockableEntryWhenCriticalAndChannelNotBlockable() 130 doReturn(true).when(mChannel).isImportanceLockedByCriticalDeviceFunction(); in testNonBlockableEntryWhenCriticalAndChannelNotBlockable() 168 doReturn(true).when(mChannel).isImportanceLockedByCriticalDeviceFunction(); in testIsExemptFromDndVisualSuppression_system() 169 doReturn(false).when(mChannel).isBlockable(); in testIsExemptFromDndVisualSuppression_system() [all …]
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodSessionWrapper.java | 64 InputChannel mChannel; field in IInputMethodSessionWrapper 72 mChannel = channel; in IInputMethodSessionWrapper() 163 if (mChannel != null) { in doFinishSession() 164 mChannel.dispose(); in doFinishSession() 165 mChannel = null; in doFinishSession()
|
H A D | IInputMethodWrapper.java | 115 final InputChannel mChannel; field in IInputMethodWrapper.InputMethodSessionCallbackWrapper 121 mChannel = channel; in InputMethodSessionCallbackWrapper() 130 new IInputMethodSessionWrapper(mContext, session, mChannel); in sessionCreated() 133 if (mChannel != null) { in sessionCreated() 134 mChannel.dispose(); in sessionCreated()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | RankingBuilder.java | 46 private NotificationChannel mChannel = null; field in RankingBuilder 77 mChannel = ranking.getChannel(); in RankingBuilder() 108 mChannel, in build() 241 mChannel = channel; in setChannel()
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputSessionWrapper.java | 89 private InputChannel mChannel; field in ITvInputSessionWrapper 97 mChannel = channel; in ITvInputSessionWrapper() 131 if (mChannel != null) { in executeMessage() 132 mChannel.dispose(); in executeMessage() 133 mChannel = null; in executeMessage()
|
H A D | TvInputManager.java | 2678 private InputChannel mChannel; 2710 mChannel = channel; 3529 if (mChannel == null) { 3576 if (mChannel != null) { 3578 mSender = new TvInputEventSender(mChannel, mHandler.getLooper()); 3672 if (mChannel != null) { 3678 mChannel.dispose(); 3679 mChannel = null;
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BubbleExtractorTest.java | 77 NotificationChannel mChannel; field in BubbleExtractorTest 103 mChannel = new NotificationChannel(CHANNEL_ID, CHANNEL_ID, IMPORTANCE_DEFAULT); in setUp() 104 when(mConfig.getNotificationChannel(PKG, UID, CHANNEL_ID, false)).thenReturn(mChannel); in setUp() 131 NotificationRecord r = new NotificationRecord(getContext(), sbn, mChannel); in getNotificationRecord() 159 mChannel.setAllowBubbles(channel); in setUpBubblesEnabled()
|
H A D | BuzzBeepBlinkTest.java | 132 private NotificationChannel mChannel; field in BuzzBeepBlinkTest 190 mChannel = new NotificationChannel("test", "test", IMPORTANCE_HIGH); in setUp() 340 mChannel.setSound(Settings.System.DEFAULT_NOTIFICATION_URI, in getNotificationRecord() 344 mChannel.setSound(CUSTOM_SOUND, CUSTOM_ATTRIBUTES); in getNotificationRecord() 347 mChannel.setSound(null, null); in getNotificationRecord() 354 mChannel.setVibrationPattern(CUSTOM_VIBRATION); in getNotificationRecord() 356 mChannel.enableVibration(true); in getNotificationRecord() 358 mChannel.setVibrationPattern(null); in getNotificationRecord() 359 mChannel.enableVibration(false); in getNotificationRecord() 368 mChannel.enableLights(true); in getNotificationRecord() [all …]
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSessionWrapper.java | 108 private InputChannel mChannel; field in ITvInteractiveAppSessionWrapper 115 mChannel = channel; in ITvInteractiveAppSessionWrapper() 136 if (mChannel != null) { in executeMessage() 137 mChannel.dispose(); in executeMessage() 138 mChannel = null; in executeMessage()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1731 private NotificationChannel mChannel; field in NotificationListenerService.Ranking 1775 out.writeParcelable(mChannel, flags); in writeToParcel() 1815 mChannel = in.readParcelable(cl, android.app.NotificationChannel.class); // may be null in Ranking() 1965 return mChannel; in getChannel() 2127 mChannel = channel; in populate() 2170 other.mChannel, in populate() 2227 && Objects.equals(mChannel, other.mChannel) in equals()
|
/aosp14/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 349 private final IBinder mChannel; field in AssistStructure.ParcelTransferReader 354 mChannel = channel; in ParcelTransferReader() 425 mChannel.transact(TRANSACTION_XFER, data, mCurParcel, 0); in fetchData()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 359 InputChannel mChannel; field in InputMethodManagerService.SessionState 368 + " channel " + mChannel in toString() 377 mChannel = channel; in SessionState() 2485 (session.mChannel != null ? session.mChannel.dup() : null), in attachNewInputLocked() 2978 if (sessionState.mChannel != null) { in finishSessionLocked() 2979 sessionState.mChannel.dispose(); in finishSessionLocked() 2980 sessionState.mChannel = null; in finishSessionLocked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 3880 Landroid/app/assist/AssistStructure$ParcelTransferReader;->mChannel:Landroid/os/IBinder; 23928 Landroid/media/audiofx/DynamicsProcessing$Config$Builder;->mChannel:[Landroid/media/audiofx/Dynamic… 23943 Landroid/media/audiofx/DynamicsProcessing$Config;->mChannel:[Landroid/media/audiofx/DynamicsProcess… 29192 Landroid/media/MiniThumbFile;->mChannel:Ljava/nio/channels/FileChannel; 31254 Landroid/media/tv/ITvInputSessionWrapper;->mChannel:Landroid/view/InputChannel; 31458 Landroid/media/tv/TvInputManager$Session;->mChannel:Landroid/view/InputChannel; 47130 Landroid/se/omapi/Channel;->mChannel:Landroid/se/omapi/ISecureElementChannel; 49675 Landroid/service/notification/NotificationListenerService$Ranking;->mChannel:Landroid/app/Notificat… 53658 Landroid/telephony/IccOpenLogicalChannelResponse;->mChannel:I
|