Searched refs:getChannel (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanEnergyScanResult.java33 public int getChannel() { method in class:LowpanEnergyScanResult
H A DLowpanIdentity.java69 setChannel(x.getChannel());
171 public int getChannel() { method in class:LowpanIdentity
/frameworks/base/services/core/java/com/android/server/notification/
H A DBadgeExtractor.java52 if (record.getChannel() != null) {
53 record.setShowBadge(record.getChannel().canShowBadge() && appCanShowBadge);
H A DImportanceExtractor.java44 record.setUserImportance(record.getChannel().getImportance());
H A DNotificationChannelExtractor.java46 record.sbn.getUid(), record.getChannel().getId(), false));
H A DPriorityExtractor.java46 record.setPackagePriority(record.getChannel().canBypassDnd()
H A DVisibilityExtractor.java46 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility());
H A DNotificationRecord.java199 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) {
216 if (mPreChannelsNotification && (getChannel().getUserLockedFields()
237 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor()
239 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor,
242 && (getChannel().getUserLockedFields()
266 if (getChannel().shouldVibrate()) {
267 vibration = getChannel().getVibrationPattern() == null
268 ? defaultVibration : getChannel().getVibrationPattern();
273 && (getChannel()
894 public NotificationChannel getChannel() { method in class:NotificationRecord
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
H A DNotificationChannelController.java94 if (getChannel(CHANNEL_ID_VOICE_MAIL, context) != null) {
99 if (getChannel(CHANNEL_ID_MOBILE_DATA_ALERT_DEPRECATED, context) != null) {
113 public static NotificationChannel getChannel(String channelId, Context context) { method in class:NotificationChannelController
H A DVoicemailNotificationSettingsUtil.java55 final NotificationChannel channel = NotificationChannelController.getChannel(
76 final NotificationChannel channel = NotificationChannelController.getChannel(
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java95 public int getChannel() { method in class:BluetoothMasInstance
H A DBluetoothServerSocket.java197 public int getChannel() { method in class:BluetoothServerSocket
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java88 assertEquals(getChannel(key, i), ranking.getChannel());
121 channels.putParcelable(key, getChannel(key, i));
159 private NotificationChannel getChannel(String key, int index) { method in class:NotificationListenerServiceTest
H A DNotificationChannelExtractorTest.java72 assertEquals(updatedChannel, r.getChannel());
H A DRankingHelperTest.java293 private NotificationChannel getChannel() { method in class:RankingHelperTest
448 mHelper.createNotificationChannel(UPDATED_PKG, UID2, getChannel(), true, false);
932 final NotificationChannel channel = getChannel();
944 mHelper.createNotificationChannel(PKG, UID, getChannel(), true, false);
946 final NotificationChannel update1 = getChannel();
956 NotificationChannel update2 = getChannel();
968 mHelper.createNotificationChannel(PKG, UID, getChannel(), true, false);
970 final NotificationChannel update1 = getChannel();
977 final NotificationChannel update2 = getChannel();
988 mHelper.createNotificationChannel(PKG, UID, getChannel(), tru
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DIccOpenLogicalChannelResponse.java78 public int getChannel() { method in class:IccOpenLogicalChannelResponse
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DTypefaceCompatUtil.java83 FileChannel channel = fis.getChannel();
103 FileChannel channel = fis.getChannel();
/frameworks/opt/net/lowpan/libandroid_net_lowpan/include/android/net/lowpan/
H A DLowpanIdentity.h51 int32_t getChannel(void) const;
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp74 return mInputPublisher.getChannel()->getName();
99 int receiveFd = mInputPublisher.getChannel()->getFd();
109 mMessageQueue->getLooper()->removeFd(mInputPublisher.getChannel()->getFd());
H A Dandroid_view_InputEventReceiver.cpp84 return mInputConsumer.getChannel()->getName();
150 int fd = mInputConsumer.getChannel()->getFd();
/frameworks/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize);
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
H A DAssistant.java198 if (ranking != null && ranking.getChannel() != null) {
200 sbn.getPackageName(), sbn.getUserId(), ranking.getChannel().getId());
208 mLiveNotifications.put(sbn.getKey(), ranking.getChannel().getId());
/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java110 FileChannel fileChannel = file.getChannel();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java391 public NotificationChannel getChannel(String key) { method in class:NotificationDataTest.TestableNotificationData
403 outRanking.getOverrideGroupKey(), outRanking.getChannel(), null, null,
410 outRanking.getOverrideGroupKey(), outRanking.getChannel(), null, null,
417 outRanking.getOverrideGroupKey(), outRanking.getChannel(), null, null,
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanIdentity.cpp70 int32_t LowpanIdentity::getChannel(void) const { function in class:android::net::lowpan::LowpanIdentity

Completed in 435 milliseconds

123