Home
last modified time | relevance | path

Searched defs:createChannel (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/
H A DBinderSecurityTest.java100 private void createChannel() throws Exception { in createChannel() method in BinderSecurityTest
104 private void createChannel(ServerSecurityPolicy serverPolicy, SecurityPolicy channelPolicy) in createChannel() method in BinderSecurityTest
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.kt98 fun createChannel(context: Context, id: String) { in createChannel() method
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/CreateNotificationChannelsApp31/src/android/permissionui/cts/usepermission/
DCreateNotificationChannelsActivity.kt136 private fun createChannel() { in createChannel() method in android.permissionui.cts.usepermission.CreateNotificationChannelsActivity
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/grpc-google-cloud-live-stream-v1/src/main/java/com/google/cloud/video/livestream/v1/
H A DLivestreamServiceGrpc.java832 default void createChannel( in createChannel() method
1102 public void createChannel( in createChannel() method in LivestreamServiceGrpc.LivestreamServiceStub
1380 public com.google.longrunning.Operation createChannel( in createChannel() method in LivestreamServiceGrpc.LivestreamServiceBlockingStub
1616 createChannel(com.google.cloud.video.livestream.v1.CreateChannelRequest request) { in createChannel() method in LivestreamServiceGrpc.LivestreamServiceFutureStub
/aosp_15_r20/external/google-cloud-java/java-eventarc/grpc-google-cloud-eventarc-v1/src/main/java/com/google/cloud/eventarc/v1/
H A DEventarcGrpc.java1000 default void createChannel( in createChannel() method
1304 public void createChannel( in createChannel() method in EventarcGrpc.EventarcStub
1596 public com.google.longrunning.Operation createChannel( in createChannel() method in EventarcGrpc.EventarcBlockingStub
1853 createChannel(com.google.cloud.eventarc.v1.CreateChannelRequest request) { in createChannel() method in EventarcGrpc.EventarcFutureStub
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
H A DStressTestClient.java343 private ManagedChannel createChannel(InetSocketAddress address) { in createChannel() method in StressTestClient
516 protected ManagedChannel createChannel() { in createChannel() method in StressTestClient.Worker.Tester
H A DGrpclbLongLivedAffinityTestClient.java213 private ManagedChannel createChannel() { in createChannel() method in GrpclbLongLivedAffinityTestClient
H A DGrpclbFallbackTestClient.java157 private ManagedChannel createChannel() { in createChannel() method in GrpclbFallbackTestClient
H A DHttp2Client.java355 private ManagedChannel createChannel() { in createChannel() method in Http2Client
/aosp_15_r20/cts/tests/tests/systemui/AudioRecorderTestApp_Base/src/android/systemui/cts/audiorecorder/base/
H A DBaseAudioRecorderService.java107 private void createChannel() { in createChannel() method in BaseAudioRecorderService
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/main/java/io/grpc/android/integrationtest/
H A DInteropTask.java156 protected ManagedChannel createChannel() { in createChannel() method in InteropTask.Tester
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ui/
DNotificationChannelManager.java76 private NotificationChannel createChannel(Context context, String channelId) { in createChannel() method in NotificationChannelManager
/aosp_15_r20/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
H A DMediaNotificationManager.java179 private void createChannel() { in createChannel() method in MediaNotificationManager
/aosp_15_r20/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
DMediaNotificationManager.java179 private void createChannel() { in createChannel() method in MediaNotificationManager
/aosp_15_r20/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
DTvUtil.java63 public static long createChannel(Context context, Subscription subscription) { in createChannel() method in TvUtil
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
H A DNotificationHidingVerifierActivity.kt157 private fun createChannel() { in <lambda>() method
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DChannelGroup.cpp78 ChannelGroup<PowerSessionManagerT, PowerHintSessionT>::createChannel(int32_t tgid, int32_t uid) { in createChannel() function in aidl::google::hardware::power::impl::pixel::ChannelGroup
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
H A DFileAsyncResponseTransformer.java85 private AsynchronousFileChannel createChannel(Path path) throws IOException { in createChannel() method in FileAsyncResponseTransformer
/aosp_15_r20/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
H A DNotificationHelper.java70 public void createChannel(String id, String name, int importance, boolean vibrate, in createChannel() method in NotificationHelper
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java215 private void createChannel() { in createChannel() method in PackageInstalledNotificationUtils
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DInstantiatingHttpJsonChannelProvider.java183 private HttpJsonTransportChannel createChannel() throws IOException, GeneralSecurityException { in createChannel() method in InstantiatingHttpJsonChannelProvider
/aosp_15_r20/external/google-cloud-java/java-video-live-stream/google-cloud-live-stream/src/test/java/com/google/cloud/video/livestream/v1/
H A DMockLivestreamServiceImpl.java64 public void createChannel( in createChannel() method in MockLivestreamServiceImpl
/aosp_15_r20/external/google-cloud-java/java-eventarc/google-cloud-eventarc/src/test/java/com/google/cloud/eventarc/v1/
H A DMockEventarcImpl.java208 public void createChannel( in createChannel() method in MockEventarcImpl
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DServiceConfigErrorHandlingTest.java158 private void createChannel(ClientInterceptor... interceptors) { in createChannel() method in ServiceConfigErrorHandlingTest
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DInstantiatingGrpcChannelProvider.java235 private TransportChannel createChannel() throws IOException { in createChannel() method in InstantiatingGrpcChannelProvider

12