/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | VibrationPreferenceControllerTest.java | 104 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_notSystemDoesNotHave() local 112 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_LOW); in testIsAvailable_notIfNotImportant() local 120 NotificationChannel channel = in testIsAvailable_notIfDefaultChannel() local 129 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable() local 137 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 146 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 153 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 167 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_blockable() local 179 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_configurable() local 191 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_vibrateOn() local [all …]
|
D | LightsPreferenceControllerTest.java | 115 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_notIfConfigNotAllowed() local 124 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_notIfSettingNotAllowed() local 132 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_LOW); in testIsAvailable_notIfNotImportant() local 140 NotificationChannel channel = in testIsAvailable_notIfDefaultChannel() local 149 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable() local 157 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 166 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 173 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 186 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_lightsOn() local 198 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_lightsOff() local [all …]
|
D | ImportancePreferenceControllerTest.java | 116 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_isGroupBlocked() local 127 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_ifChannelBlocked() local 136 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notForDefaultChannel() local 146 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable() local 155 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredIn() local 165 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredOut() local 173 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 188 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_notConfigurable() local 202 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_Configurable() local 215 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testUpdateState() local [all …]
|
D | ConversationPriorityPreferenceControllerTest.java | 108 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable() local 116 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 129 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 136 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 151 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_notConfigurable() local 165 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_Configurable() local 178 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testUpdateState() local 194 NotificationChannel channel = in testImportanceLowToImportant() local 212 NotificationChannel channel = in testImportanceLowToDefault() local 232 NotificationChannel channel = in testImportanceDefaultToLow() local [all …]
|
D | NotificationPreferenceControllerTest.java | 115 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_notIfChannelBlocked() local 125 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_notIfChannelGroupBlocked() local 137 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_notIfFailsFilterCheck() local 151 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable() local 163 NotificationChannel channel = mock(NotificationChannel.class); in testOnResume() local 178 NotificationChannel channel = mock(NotificationChannel.class); in testCanBeVisible_unspecified() local 188 NotificationChannel channel = mock(NotificationChannel.class); in testCanBeVisible_sameImportance() local 198 NotificationChannel channel = mock(NotificationChannel.class); in testCanBeVisible_greaterImportance() local 208 NotificationChannel channel = mock(NotificationChannel.class); in testCanBeVisible_lesserImportance() local 218 NotificationChannel channel = mock(NotificationChannel.class); in testSaveImportance() local [all …]
|
D | DndPreferenceControllerTest.java | 98 NotificationChannel channel = in testIsAvailable_channel() local 108 NotificationChannel channel = in testIsAvailable_filteredIn() local 119 NotificationChannel channel = in testIsAvailable_filteredOut() local 127 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 142 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_notBlockable() local 154 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_configurable() local 166 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_bypassDnd() local 179 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_noBypassDnd() local 192 NotificationChannel channel = in testOnPreferenceChange_on() local 211 NotificationChannel channel = in testOnPreferenceChange_off() local
|
D | MinImportancePreferenceControllerTest.java | 110 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notIfChannelBlocked() local 119 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notForDefaultChannel() local 129 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable() local 138 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredIn() local 148 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredOut() local 156 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 171 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_notConfigurable() local 185 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_Configurable() local 199 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_MIN); in testUpdateState_min() local 211 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_LOW); in testUpdateState_low() local [all …]
|
D | HighImportancePreferenceControllerTest.java | 110 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notIfChannelBlocked() local 119 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notForDefaultChannel() local 129 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable() local 138 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredIn() local 148 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredOut() local 156 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 171 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_notConfigurable() local 185 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_Configurable() local 198 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testUpdateState_high() local 210 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testUpdateState_default() local [all …]
|
D | AllowSoundPreferenceControllerTest.java | 118 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notIfAppCreatedChannel() local 127 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable() local 137 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredIn() local 148 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredOut() local 157 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 171 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_configurable() local 183 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_checkedForHighImportanceChannel() local 195 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_checkedForUnspecifiedImportanceChannel() local 207 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_notCheckedForLowImportanceChannel() local 219 NotificationChannel channel = in testOnPreferenceChange_on() local [all …]
|
D | VisibilityPreferenceControllerTest.java | 125 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_notSecure() local 133 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_MIN); in testIsAvailable_notIfNotImportant() local 141 NotificationChannel channel = in testIsAvailable() local 154 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 163 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 179 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin_disableSecure() local 201 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin_disableUnredacted() local 218 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_noLockScreenNotificationsGlobally() local 243 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_noLockScreenNotificationsGloballyInProfile() local 266 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_noPrivateLockScreenNotificationsGlobally() local [all …]
|
D | BlockPreferenceControllerTest.java | 117 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_channelNotBlockable() local 127 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_channelNonDefault() local 136 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_ifChannelDefault() local 164 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_systemApp() local 174 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_nonSystemApp_noFilter() local 184 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredOut() local 196 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredIn() local 245 NotificationChannel channel = mock(NotificationChannel.class); in testIsEnabled_channel() local 308 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_NONE); in testUpdateState_channelBlocked() local 332 NotificationChannel channel = new NotificationChannel("a", "a", IMPORTANCE_LOW); in testUpdateState_noCrashIfCalledTwice() local [all …]
|
D | BadgePreferenceControllerTest.java | 110 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notIfChannelBlocked() local 121 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_channel_notIfAppOff() local 132 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_notIfOffGlobally() local 165 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_defaultChannel() local 179 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_channel() local 191 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_channelAppOff() local 204 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredOut() local 217 NotificationChannel channel = mock(NotificationChannel.class); in testIsAvailable_filteredIn() local 230 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 245 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_channel() local [all …]
|
D | SoundPreferenceControllerTest.java | 122 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_LOW); in testIsAvailable_notIfNotImportant() local 130 NotificationChannel channel = in testIsAvailable_notIfDefaultChannel() local 139 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable() local 147 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 156 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 173 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_disabledByAdmin() local 189 NotificationChannel channel = mock(NotificationChannel.class); in testUpdateState_configurable() local 206 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testOnPreferenceChange() local 245 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testOnPreferenceTreeClick_alarmSound() local 266 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testOnPreferenceTreeClick_ringtoneSound() local [all …]
|
D | ConversationPromotePreferenceControllerTest.java | 91 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_notConversation() local 99 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_conversation_notDemoted() local 108 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_conversation_demoted() local 118 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 129 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 139 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testHandlePreferenceClick() local 162 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testHandlePreferenceClick_wrongKey() local
|
D | ConversationDemotePreferenceControllerTest.java | 89 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_notConversation() local 97 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_conversation_demoted() local 107 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_conversation_notDemoted() local 117 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredIn() local 128 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testIsAvailable_filteredOut() local 138 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_DEFAULT); in testHandlePreferenceClick() local
|
D | BubblePreferenceControllerTest.java | 145 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_notIfChannelBlocked() local 156 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_channel_notIfAppOff() local 188 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_notIfOffGlobally_channel() local 232 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_defaultChannel() local 245 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_channel() local 258 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_filteredIn() local 271 NotificationChannel channel = mock(NotificationChannel.class); in isAvailable_filteredOut() local 281 NotificationChannel channel = mock(NotificationChannel.class); in updateState_disabledByAdmin() local 294 NotificationChannel channel = mock(NotificationChannel.class); in updateState_app_disabledByAdmin() local 312 NotificationChannel channel = mock(NotificationChannel.class); in updateState_channel() local [all …]
|
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
D | NotificationEntryTest.java | 111 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testHasPerson() local 124 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testNotPerson() local 133 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testHasPerson_matchesDefaultSmsApp() local 142 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testHasPerson_doesntMatchDefaultSmsApp() local 151 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testIsInboxStyle() local 163 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testIsMessagingStyle() local 175 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testIsNotPersonStyle() local 188 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testIsAudioAttributes() local 199 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testIsNotAudioAttributes() local 208 NotificationChannel channel = new NotificationChannel("", "", IMPORTANCE_HIGH); in testIsCategory() local [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 122 void onRequestProgramsResponse(TunerChannel channel, List<EitItem> programs); in onRequestProgramsResponse() 128 void onProgramsArrived(TunerChannel channel, List<EitItem> programs); in onProgramsArrived() 133 void onChannelArrived(TunerChannel channel); in onChannelArrived() 206 TunerChannel channel = mTunerChannelMap.get(channelId); in getChannel() local 238 public void requestProgramsData(TunerChannel channel) { in requestProgramsData() 243 public void notifyEventDetected(TunerChannel channel, List<EitItem> items) { in notifyEventDetected() 247 public void notifyChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in notifyChannelDetected() 270 TunerChannel channel = TunerChannel.fromCursor(cursor); in notifyScanStarted() local 338 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local 361 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VoicemailTranscriptionServiceGrpc.java | 89 public static VoicemailTranscriptionServiceStub newStub(io.grpc.Channel channel) { in newStub() 97 io.grpc.Channel channel) { in newBlockingStub() 105 io.grpc.Channel channel) { in newFutureStub() 199 private VoicemailTranscriptionServiceStub(io.grpc.Channel channel) { in VoicemailTranscriptionServiceStub() 203 private VoicemailTranscriptionServiceStub(io.grpc.Channel channel, in VoicemailTranscriptionServiceStub() 209 protected VoicemailTranscriptionServiceStub build(io.grpc.Channel channel, in build() 268 private VoicemailTranscriptionServiceBlockingStub(io.grpc.Channel channel) { in VoicemailTranscriptionServiceBlockingStub() 272 private VoicemailTranscriptionServiceBlockingStub(io.grpc.Channel channel, in VoicemailTranscriptionServiceBlockingStub() 278 protected VoicemailTranscriptionServiceBlockingStub build(io.grpc.Channel channel, in build() 333 private VoicemailTranscriptionServiceFutureStub(io.grpc.Channel channel) { in VoicemailTranscriptionServiceFutureStub() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
D | DisambigDialog.java | 148 private void insertOption(LinearLayout container, Channel channel) { in insertOption() 175 private void onVideoOptionClicked(Channel channel) { in onVideoOptionClicked() 178 setDefaultChannel(getContext().getApplicationContext(), speedDialUiItem, channel); in onVideoOptionClicked() local 196 private void onVoiceOptionClicked(Channel channel) { in onVoiceOptionClicked() 199 setDefaultChannel(getContext().getApplicationContext(), speedDialUiItem, channel); in onVoiceOptionClicked() local 209 private static void setDefaultChannel(Context appContext, SpeedDialUiItem item, Channel channel) { in setDefaultChannel() 227 Context appContext, SpeedDialUiItem item, Channel channel) { in updateDatabaseEntry()
|
/packages/apps/TV/src/com/android/tv/ |
D | ChannelTuner.java | 186 Channel channel = getAdjacentBrowsableChannel(up); in moveToAdjacentBrowsableChannel() local 205 Channel channel = mChannels.get(channelIndex); in getAdjacentBrowsableChannel() local 218 Channel channel = mChannels.get(nextChannelIndex); in getAdjacentBrowsableChannel() local 235 Channel channel = mChannelMap.get(channelId); in findNearestBrowsableChannel() local 264 public boolean moveToChannel(Channel channel) { in moveToChannel() 302 void onCurrentChannelUnavailable(Channel channel); in onCurrentChannelUnavailable() 307 private void setCurrentChannelAndNotify(Channel channel) { in setCurrentChannelAndNotify() 329 Channel channel = channels.get(i); in updateChannelData() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_sdp.cc | 95 const uint16_t channel, const bool with_obex) { in create_base_record() 156 const uint16_t channel) { in add_sdp_by_uuid() 217 static int add_pbap_sdp(const char* name, const int channel) { in add_pbap_sdp() 274 static int add_ops_sdp(const char* name, const int channel) { in add_ops_sdp() 351 static int add_spp_sdp(const char* name, const int channel) { in add_spp_sdp() 401 const int channel) { in add_rfc_sdp_by_uuid() 442 bool is_reserved_rfc_channel(const int channel) { in is_reserved_rfc_channel() 465 int add_rfc_sdp_rec(const char* name, Uuid uuid, const int channel) { in add_rfc_sdp_rec()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
D | WifiP2pManagerTest.java | 146 try (WifiP2pManager.Channel channel = new WifiP2pManager.Channel(mContextMock, in testChannelFinalize() 158 WifiP2pManager.Channel channel = new WifiP2pManager.Channel(mContextMock, in testChannelClose() local 174 WifiP2pManager.Channel channel = mock(WifiP2pManager.Channel.class); in testSetVendorElementsWithNonVendorSpecificInformationElement() local 195 WifiP2pManager.Channel channel = mock(WifiP2pManager.Channel.class); in testSetVendorElementsWithIeSizeOver255Bytes() local 214 WifiP2pManager.Channel channel = mock(WifiP2pManager.Channel.class); in testSetVendorElementsWithTotalSizeOver512Bytes() local
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/activities/ |
D | BaseMainActivityTestCase.java | 73 protected void tuneToChannel(final Channel channel) { in tuneToChannel() 105 protected void tuneToChannel(ChannelInfo channel) { in tuneToChannel() 115 protected void updateThenTune(ChannelStateData data, ChannelInfo channel) { in updateThenTune() 128 Channel channel = null; in findChannelWithName() local
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
D | TunerTsStreamerManager.java | 61 TunerChannel channel, in createDataSource() 111 TunerChannel channel = streamer.getChannel(); in releaseDataSource() local 146 private void putLocked(TunerChannel channel, int sessionId, TunerTsStreamer streamer) { in putLocked() 154 private void appendSessionLocked(TunerChannel channel, int sessionId) { in appendSessionLocked() 161 private void removeSessionLocked(TunerChannel channel, int sessionId) { in removeSessionLocked() 171 private boolean containsLocked(TunerChannel channel) { in containsLocked() 176 private TunerTsStreamer getStreamerLocked(TunerChannel channel) { in getStreamerLocked() 194 private TsStreamerCreator(Context context, TunerChannel channel, EventListener listener) { in TsStreamerCreator()
|