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

1 2

  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
GetChannelRequestOrBuilder.java 17 long getChannelId();
ChannelRefOrBuilder.java 17 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() {
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() {
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/model/
Subscription.java 41 public long getChannelId() {
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractConscryptEngine.java 57 abstract byte[] getChannelId() throws SSLException;
OpenSSLSocketImpl.java 106 public 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();
Java8EngineWrapper.java 85 byte[] getChannelId() throws SSLException {
86 return delegate.getChannelId();
ConscryptEngine.java 279 byte[] getChannelId() throws SSLException {
    [all...]
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
AbstractConscryptEngine.java 58 abstract byte[] getChannelId() throws SSLException;
OpenSSLSocketImpl.java 122 public 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();
ConscryptEngine.java 280 byte[] getChannelId() throws SSLException {
    [all...]
Java8EngineWrapper.java 86 byte[] getChannelId() throws SSLException {
87 return delegate.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());
SyncProgramsJobService.java 57 final long channelId = getChannelId(jobParameters);
88 private long getChannelId(JobParameters jobParameters) {
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
MockDatabase.java 163 public String 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/
MockDatabase.java 224 public String getChannelId() {