public class

SpeakEasyProtocol.Find

extends java.lang.Object

 java.lang.Object

↳androidx.test.services.speakeasy.SpeakEasyProtocol.Find

Overview

Represents a Find request to SpeakEasy.

Summary

Fields
public final java.lang.Stringkey

The key to search for.

public final ResultReceiverresultReceiver

A ResultReceiver to be called with the search results.

Methods
public static BundleasBundle(java.lang.String key, ResultReceiver rr)

Encodes a find request into a bundle.

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final java.lang.String key

The key to search for.

public final ResultReceiver resultReceiver

A ResultReceiver to be called with the search results.

Methods

public java.lang.String toString()

public static Bundle asBundle(java.lang.String key, ResultReceiver rr)

Encodes a find request into a bundle.

Parameters:

key: the key to search for.
rr: the ResultReceiver to send the results to.

Returns:

a bundle