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

12

/frameworks/base/services/core/java/com/android/server/notification/
H A DImportanceExtractor.java44 record.setUserImportance(record.getChannel().getImportance());
H A DPriorityExtractor.java46 record.setPackagePriority(record.getChannel().canBypassDnd()
H A DVisibilityExtractor.java46 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility());
H A DNotificationRecord.java157 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) {
180 if (mPreChannelsNotification && (getChannel().getUserLockedFields()
201 int channelLightColor = getChannel().getLightColor() != 0 ? getChannel().getLightColor()
203 Light light = getChannel().shouldShowLights() ? new Light(channelLightColor,
206 && (getChannel().getUserLockedFields()
230 if (getChannel().shouldVibrate()) {
231 vibration = getChannel().getVibrationPattern() == null
232 ? defaultVibration : getChannel().getVibrationPattern();
237 && (getChannel()
796 public NotificationChannel getChannel() { method in class:NotificationRecord
[all...]
H A DBadgeExtractor.java51 record.sbn.getUid(), record.getChannel().getId(), false).canShowBadge()
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java92 public int getChannel() { method in class:BluetoothMasInstance
H A DBluetoothServerSocket.java189 public int getChannel() { method in class:BluetoothServerSocket
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java59 assertEquals(getChannel(key, i), ranking.getChannel());
88 channels.putParcelable(key, getChannel(key, i));
124 private NotificationChannel getChannel(String key, int index) { method in class:NotificationListenerServiceTest
H A DRankingHelperTest.java238 private NotificationChannel getChannel() { method in class:RankingHelperTest
375 mHelper.createNotificationChannel(UPDATED_PKG, UID2, getChannel(), true);
746 final NotificationChannel channel = getChannel();
758 mHelper.createNotificationChannel(PKG, UID, getChannel(), true);
760 final NotificationChannel update1 = getChannel();
769 NotificationChannel update2 = getChannel();
780 mHelper.createNotificationChannel(PKG, UID, getChannel(), true);
782 final NotificationChannel update1 = getChannel();
789 final NotificationChannel update2 = getChannel();
800 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/opt/telephony/src/java/com/android/internal/telephony/util/
H A DNotificationChannelController.java75 if (getChannel(CHANNEL_ID_VOICE_MAIL, context) != null) {
88 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/jni/
H A Dandroid_view_InputEventSender.cpp72 return mInputPublisher.getChannel()->getName().string();
97 int receiveFd = mInputPublisher.getChannel()->getFd();
107 mMessageQueue->getLooper()->removeFd(mInputPublisher.getChannel()->getFd());
H A Dandroid_view_InputEventReceiver.cpp82 return mInputConsumer.getChannel()->getName().string();
148 int fd = mInputConsumer.getChannel()->getFd();
/frameworks/base/tools/layoutlib/bridge/src/libcore/io/
H A DMemoryMappedFile_Delegate.java105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1770 getChannel().sendMessage(RSSI_PKTCNT_FETCH, 0, putListener(listener));
2751 private synchronized AsyncChannel getChannel() { method in class:WifiManager
2794 getChannel().sendMessage(CONNECT_NETWORK, WifiConfiguration.INVALID_NETWORK_ID,
2813 getChannel().sendMessage(CONNECT_NETWORK, networkId, putListener(listener));
2836 getChannel().sendMessage(SAVE_NETWORK, 0, putListener(listener), config);
2855 getChannel().sendMessage(FORGET_NETWORK, netId, putListener(listener));
2869 getChannel().sendMessage(DISABLE_NETWORK, netId, putListener(listener));
2897 getChannel().sendMessage(START_WPS, 0, putListener(listener), config);
2908 getChannel().sendMessage(CANCEL_WPS, 0, putListener(listener));
/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java98 FileChannel fileChannel = file.getChannel();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java135 public NotificationChannel getChannel(String key) { method in class:NotificationDataTest.TestableNotificationData
/frameworks/support/compat/java/android/support/v4/graphics/
H A DTypefaceCompatUtil.java75 FileChannel channel = fis.getChannel();
/frameworks/support/compat/tests/java/android/support/v4/app/
H A DNotificationCompatTest.java118 assertEquals(channelId, NotificationCompat.getChannel(n));
120 assertNull(NotificationCompat.getChannel(n));
130 assertEquals(channelId, NotificationCompat.getChannel(n));
132 assertNull(NotificationCompat.getChannel(n));
/frameworks/native/include/input/
H A DInputTransport.h200 inline sp<InputChannel> getChannel() { return mChannel; } function in class:android::InputPublisher
280 inline sp<InputChannel> getChannel() { return mChannel; } function in class:android::InputConsumer
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp66 EXPECT_EQ(serverChannel.get(), mPublisher->getChannel().get());
67 EXPECT_EQ(clientChannel.get(), mConsumer->getChannel().get());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java426 public NotificationChannel getChannel(String key) { method in class:NotificationData
429 return mTmpRanking.getChannel();
447 entry.channel = getChannel(entry.key);
/frameworks/base/core/java/android/text/
H A DHyphenator.java145 FileChannel fc = f.getChannel();
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java124 mChannel = mMiniThumbFile.getChannel();

Completed in 463 milliseconds

12