Searched refs:channel (Results 1 – 5 of 5) sorted by relevance
294 NotificationChannel channel = (buzz ? mBuzzyChannel : mQuietChannel); in getChannel() local295 if (channel == null) { in getChannel()296 channel = mNotificationManager.getNotificationChannel(id); in getChannel()298 if (channel == null){ in getChannel()299 channel = new NotificationChannel(id, name, importance); in getChannel()301 channel.enableVibration(true); in getChannel()302 channel.setSound(null, null); in getChannel()304 mNotificationManager.createNotificationChannel(channel); in getChannel()306 return channel; in getChannel()
75 NotificationChannel channel = new NotificationChannel(id, name, importance); in createChannel() local76 channel.enableVibration(vibrate); in createChannel()77 channel.setSound(null, null); in createChannel()78 manager.createNotificationChannel(channel); in createChannel()
113 Channel channel = audioTestHarnessStubArgumentCaptor.getValue().getChannel(); in startCapture_createsNewStubWithProperChannel() local114 assertEquals(mManagedChannel, channel); in startCapture_createsNewStubWithProperChannel()
99 ManagedChannel channel = in setUp() local102 mBlockingStub = AudioTestHarnessGrpc.newBlockingStub(channel); in setUp()103 mStub = AudioTestHarnessGrpc.newStub(channel); in setUp()
58 NotificationChannel channel = in AutoNotificationMockingHelperImpl() local63 mNotificationManager.createNotificationChannel(channel); in AutoNotificationMockingHelperImpl()