HomeSort by relevance Sort by last modified time
    Searched refs:getChannelId (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
GetChannelRequestOrBuilder.java 17 long getChannelId();
ChannelRefOrBuilder.java 17 long getChannelId();
ChannelRef.java 102 public long getChannelId() {
197 result = result && (getChannelId()
198 == other.getChannelId());
214 getChannelId());
419 if (other.getChannelId() != 0L) {
420 setChannelId(other.getChannelId());
461 public long getChannelId() {
GetChannelRequest.java 91 public long getChannelId() {
138 result = result && (getChannelId()
139 == other.getChannelId());
153 getChannelId());
349 if (other.getChannelId() != 0L) {
350 setChannelId(other.getChannelId());
387 public long getChannelId() {
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
AppLinkActivity.java 89 + action.getChannelId());
96 + action.getChannelId()
101 Movie movie = MockDatabase.findMovieById(this, action.getChannelId(), action.getMovieId());
105 startPlaying(action.getChannelId(), movie, action.getPosition());
SyncChannelJobService.java 95 TvUtil.scheduleSyncingProgramsForChannel(mContext, channel.getChannelId());
SyncProgramsJobService.java 57 final long channelId = getChannelId(jobParameters);
88 private long getChannelId(JobParameters jobParameters) {
MainActivity.java 72 boolean channelExists = subscription.getChannelId() > 0L;
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileNotificationListenerService.java 58 if (NOTIFICATION_CHANNEL.equals(sbn.getNotification().getChannelId())) {
62 + sbn.getNotification().getChannelId());
  /developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 39 String channelId = mockNotificationData.getChannelId();
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
Subscription.java 41 public long getChannelId() {
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/
NotificationUtil.java 46 String channelId = mockNotificationData.getChannelId();
  /developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 39 String channelId = mockNotificationData.getChannelId();
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractConscryptEngine.java 57 abstract byte[] getChannelId() throws SSLException;
Conscrypt.java 372 public static byte[] getChannelId(SSLSocket socket) throws SSLException {
373 return toConscrypt(socket).getChannelId();
573 public static byte[] getChannelId(SSLEngine engine) throws SSLException {
574 return toConscrypt(engine).getChannelId();
OpenSSLSocketImpl.java 106 public abstract byte[] getChannelId() throws SSLException;
Java8EngineWrapper.java 85 byte[] getChannelId() throws SSLException {
86 return delegate.getChannelId();
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
AbstractConscryptEngine.java 58 abstract byte[] getChannelId() throws SSLException;
Conscrypt.java 382 public static byte[] getChannelId(SSLSocket socket) throws SSLException {
383 return toConscrypt(socket).getChannelId();
583 public static byte[] getChannelId(SSLEngine engine) throws SSLException {
584 return toConscrypt(engine).getChannelId();
Java8EngineWrapper.java 86 byte[] getChannelId() throws SSLException {
87 return delegate.getChannelId();
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 81 record.getChannelId();
203 record.getChannelId();
211 assertTrue(record.getChannelId().isEmpty());
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MockDatabase.java 163 public String getChannelId() {
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 152 String notificationChannelId = bigPictureStyleSocialAppData.getChannelId();
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
AppLinkHelper.java 198 public long getChannelId() {
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MessagingIntentService.java 152 String notificationChannelId = messagingStyleCommsAppData.getChannelId();

Completed in 2308 milliseconds

1 2 3